This commit is contained in:
Mirco Wittrien 2022-12-01 20:48:45 +01:00
parent cd46077c7a
commit dd33d60633
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
--chatinputtransparency: 0.0;
--memberlisttransparency: 0.0;
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
--font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--textshadow: transparent;
--accentcolor: 190,78,180;

View File

@ -25,7 +25,7 @@
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--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 */
--font: "gg sans", "Noto Sans", "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) */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */

View File

@ -2,7 +2,7 @@
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css);
:root {
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
--font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--mentioncolor: 250,166,26;
--successcolor: 59,165,92;

View File

@ -19,7 +19,7 @@
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
:root {
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* General Font */
--font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; /* General Font */
--settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */
--accentcolor: 88,101,242; /* Blurple - default: 88,101,242 - hex: #5865f2 */