This commit is contained in:
Mirco Wittrien 2021-05-15 23:46:52 +02:00
parent 7c29ce96da
commit 9ca8985eb3
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 190,78,180; /* default: 190,78,180 (RGB-format - blurple: 114,137,218 bd-blue: 58,113,193) */
--accentcolor: 190,78,180; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */

View File

@ -1,7 +1,7 @@
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
:root {
--accentcolor: 114,137,218;
--accentcolor: 88,101,242;
--accentcolor2: 255,115,250;
--linkcolor: 0,176,244;
--dangercolor: 237,66,69;

View File

@ -19,7 +19,7 @@
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
:root {
--accentcolor: 163,47,194; /* blurple - default: 114,137,218 */
--accentcolor: 163,47,194; /* blurple - default: 88,101,242 */
--accentcolor2: 225,115,180; /* boostpink - default: 255,115,250 */
--linkcolor: 190,60,220; /* link - default: 0,176,244 */
}

View File

@ -22,7 +22,7 @@
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* General Font */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--accentcolor: 114,137,218; /* Blurple - default: 114,137,218 - hex: #7289da */
--accentcolor: 88,101,242; /* Blurple - default: 88,101,242 - hex: #5865f2 */
--accentcolor2: 255,115,250; /* Boostpink - default: 255,115,250 - hex: #ff73fa */
--linkcolor: 0,176,244; /* Link Color - default: 0,176,244 - hex: #00b0f4 */
--mentioncolor: 250,166,26; /* Highlight Color - default: 250,166,26 - hex: #faa61a */