From 9cbc9792db1308628658d132aebd2a9b5f591fc9 Mon Sep 17 00:00:00 2001 From: CapnKitten <4013216+CapnKitten@users.noreply.github.com> Date: Mon, 19 Jul 2021 19:55:11 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ea338e..a48ea3f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ 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. +To change the title bar color for specific servers, you must download the redesign add-on theme file [here](https://github.com/CapnKitten/BetterDiscord/tree/master/Themes/Spotify-Discord/css/addons/redesign), and place the code below in the add-on 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; @@ -50,7 +50,7 @@ To change the title bar color for specific servers, place the code below in the ## Variables - - `--input-bg` - The background color for the input and textarea elements + - `--input-color` - The background color for the input and textarea elements - `--input-text-color` - The text color for the input and textarea elements - `--input-placeholder-color` - The placeholder text color for the input and textarea elements