This commit is contained in:
Mirco Wittrien 2023-11-18 15:51:16 +01:00
parent d25feb904b
commit 8406d643a5
6 changed files with 540 additions and 541 deletions

View File

@ -10,9 +10,9 @@
--memberlisttransparency: 0.0;
--accentcolor: 190, 78, 180;
--font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
--textshadow: transparent;
--settingsicons: 1;
--font: "gg sans", "Noto Sans";
--textshadow: transparent;
--textbrightest: 255, 255, 255;
--textbrighter: 222, 222, 222;
@ -709,7 +709,7 @@ body::after {
color: var(--header-primary);
text-shadow: 1px 1px var(--textshadow_v);
}
.selected_d94cf9 svg {
.selected_d94cf9 svg:not(.svg_f5b652) {
filter: drop-shadow(1px 1px var(--textshadow_v));
}

View File

@ -12,10 +12,10 @@
--linkcolor_v: var(--linkcolor_s, var(--linkcolor));
--accentcolor-hover: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
--accentcolor-active: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
--accentcolor2-hover: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
--accentcolor2-active: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
--accentcolor-hover: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
--accentcolor-active: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
--accentcolor2-hover: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
--accentcolor2-active: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
--bdfdb-blurple: rgb(var(--accentcolor_v)) !important;
--bd-blue: rgb(var(--accentcolor_v)) !important;

View File

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

View File

@ -6,7 +6,6 @@
--guildgap: 3;
--aligndms: 1;
--columns_v: var(--columns_s, var(--columns));
--guildsize_v: var(--guildsize_s, var(--guildsize));
--guildgap_v: var(--guildgap_s, var(--guildgap));

File diff suppressed because it is too large Load Diff