Update BlurpleRecolor.theme.css

This commit is contained in:
Mirco Wittrien 2023-11-08 12:52:36 +01:00
parent 33ff6e13e4
commit d9d1ecb1f9
1 changed files with 6 additions and 6 deletions

View File

@ -11,9 +11,9 @@
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor/ * @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor/
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.theme.css * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.theme.css
* *
* @var text accentcolor "Blurple Color" 88, 101, 242 * @var text accentcolor "Blurple Color" 163, 47, 194
* @var text accentcolor2 "Boost Pink Color" 255, 115, 250 * @var text accentcolor2 "Boost Pink Color" 225, 115, 180
* @var text linkcolor "Link Color" 0, 176, 244 * @var text linkcolor "Link Color" 190, 60, 220
*/ */
/* To change stuff like the colors, transparency and background image, change the variables inside the root {}, do NOT change the @import url() */ /* To change stuff like the colors, transparency and background image, change the variables inside the root {}, do NOT change the @import url() */
@ -23,7 +23,7 @@
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */ /* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
:root { :root {
--accentcolor: var(--accentcolor, 163, 47, 194 ); /* blurple - default: 88, 101, 242 */ --accentcolor: 163, 47, 194; /* blurple - default: 88, 101, 242 */
--accentcolor: var(--accentcolor2, 225, 115, 180 ); /* boostpink - default: 255, 115, 250 */ --accentcolor2: 225, 115, 180; /* boostpink - default: 255, 115, 250 */
--linkcolor: var(--linkcolor, 190, 60, 220 ); /* link - default: 0, 176, 244 */ --linkcolor: 190, 60, 220; /* link - default: 0, 176, 244 */
} }