From 15e30ca4d64010357a572f7d87d703527056d429 Mon Sep 17 00:00:00 2001 From: CapnKitten <4013216+CapnKitten@users.noreply.github.com> Date: Wed, 2 Jun 2021 20:30:47 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 39c0ecd..682c1b3 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ Assets located at: https://github.com/CapnKitten/BetterDiscord/tree/master/Theme   +## Custom server title bar colors +To change the title bar color for specific servers, place the code below in the theme file or your custom CSS and change the server name and hex color code to your liking. +```css +.container-3w7J-x[aria-label*="SERVER_NAME"]:before { + --title-custom: #3b77c4; +} +``` + ## Variables - `--input-bg` - The background color for the input and textarea elements