This commit is contained in:
Mirco Wittrien 2020-01-03 21:51:48 +01:00
parent a74f6ee583
commit 8df8807c07
2 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,7 @@
--dmemberlisttransparency: 0.0;
--daccentcolor: 190,78,180;
--dfont: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
--dtextshadow: transparent;
--dbackground: url(https://mwittrien.github.io/BetterDiscordAddons/ThemesV2/BasicBackground/background.jpg);
@ -25,6 +26,7 @@
--vaccentcolor: var(--accentcolor, var(--daccentcolor));
--vlinkcolor: var(--vaccentcolor);
--vfont: var(--font, var(--dfont));
--vtextshadow: var(--textshadow, var(--dtextshadow));
--vbackground: var(--background, var(--dbackground));
@ -4201,6 +4203,10 @@ body:before {
/* ~~~~ 16. GENERAL ~~~~ */
::-webkit-input-placeholder, body, button, input, select, textarea {
font-family: var(--vfont);
}
::selection { /* selection */
background: rgb(var(--vaccentcolor));
}

View File

@ -10,6 +10,7 @@
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
--accentcolor: 190,78,180; /* default: 190,78,180 (blurple: 114,137,218 bd-blue: 58,113,193) */
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
--textshadow: transparent; /* default: transparent (add a textshadow to text that might be unreadable due to bright accentcolor) */
--background: url(https://mwittrien.github.io/BetterDiscordAddons/ThemesV2/BasicBackground/background.jpg); /* general background image */