stuff
This commit is contained in:
parent
d25feb904b
commit
8406d643a5
|
@ -2,24 +2,24 @@
|
|||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css);
|
||||
|
||||
:root {
|
||||
--transparencycolor: 0,0,0;
|
||||
--transparencycolor: 0, 0, 0;
|
||||
--transparencyalpha: 0.15;
|
||||
--messagetransparency: 0.5;
|
||||
--guildchanneltransparency: 0.15;
|
||||
--chatinputtransparency: 0.0;
|
||||
--memberlisttransparency: 0.0;
|
||||
--accentcolor: 190,78,180;
|
||||
--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;
|
||||
--textbright: 200,200,200;
|
||||
--textdark: 160,160,160;
|
||||
--textdarker: 125,125,125;
|
||||
--textdarkest: 90,90,90;
|
||||
--textbrightest: 255, 255, 255;
|
||||
--textbrighter: 222, 222, 222;
|
||||
--textbright: 200, 200, 200;
|
||||
--textdark: 160, 160, 160;
|
||||
--textdarker: 125, 125, 125;
|
||||
--textdarkest: 90, 90, 90;
|
||||
|
||||
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg);
|
||||
--backgroundposition: center;
|
||||
|
@ -31,7 +31,7 @@
|
|||
--popoutsize: var(--backgroundsize);
|
||||
--popoutblur: var(--backgroundblur);
|
||||
|
||||
--backdrop: rgba(0,0,0,0.85);
|
||||
--backdrop: rgba(0, 0, 0, 0.85);
|
||||
--backdropposition: center;
|
||||
--backdropsize: cover;
|
||||
--backdropblur: unset;
|
||||
|
@ -78,9 +78,9 @@
|
|||
--mentioncolor: var(--accentcolor_v);
|
||||
--linkcolor: var(--accentcolor_v);
|
||||
|
||||
--successcolor: 59,165,92;
|
||||
--warningcolor: 250,166,26;
|
||||
--dangercolor: 237,66,69;
|
||||
--successcolor: 59, 165, 92;
|
||||
--warningcolor: 250, 166, 26;
|
||||
--dangercolor: 237, 66, 69;
|
||||
}
|
||||
|
||||
.theme-light, .theme-dark, .theme-amoled {
|
||||
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
|
||||
|
||||
:root {
|
||||
--accentcolor: 88,101,242;
|
||||
--accentcolor2: 255,115,250;
|
||||
--linkcolor: 0,176,244;
|
||||
--accentcolor: 88, 101, 242;
|
||||
--accentcolor2: 255, 115, 250;
|
||||
--linkcolor: 0, 176, 244;
|
||||
|
||||
|
||||
--accentcolor_v: var(--accentcolor_s, var(--accentcolor));
|
||||
|
@ -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;
|
||||
|
|
|
@ -2,26 +2,26 @@
|
|||
@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;
|
||||
--warningcolor: 250,166,26;
|
||||
--dangercolor: 237,66,69;
|
||||
--mentioncolor: 250, 166, 26;
|
||||
--successcolor: 59, 165, 92;
|
||||
--warningcolor: 250, 166, 26;
|
||||
--dangercolor: 237, 66, 69;
|
||||
|
||||
--textbrightest: 255,255,255;
|
||||
--textbrighter: 220,221,222;
|
||||
--textbright: 185,187,190;
|
||||
--textdark: 142,146,151;
|
||||
--textdarker: 114,118,125;
|
||||
--textdarkest: 79,84,92;
|
||||
--textbrightest: 255, 255, 255;
|
||||
--textbrighter: 220, 221, 222;
|
||||
--textbright: 185, 187, 190;
|
||||
--textdark: 142, 146, 151;
|
||||
--textdarker: 114, 118, 125;
|
||||
--textdarkest: 79, 84, 92;
|
||||
|
||||
--backgroundaccent: 64,68,75;
|
||||
--backgroundprimary: 54,57,63;
|
||||
--backgroundsecondary: 47,49,54;
|
||||
--backgroundsecondaryalt: 41,43,47;
|
||||
--backgroundtertiary: 32,34,37;
|
||||
--backgroundfloating: 24,25,28;
|
||||
--backgroundaccent: 64, 68, 75;
|
||||
--backgroundprimary: 54, 57, 63;
|
||||
--backgroundsecondary: 47, 49, 54;
|
||||
--backgroundsecondaryalt: 41, 43, 47;
|
||||
--backgroundtertiary: 32, 34, 37;
|
||||
--backgroundfloating: 24, 25, 28;
|
||||
|
||||
|
||||
--font_v: var(--font_s, var(--font));
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue