This commit is contained in:
Mirco Wittrien 2021-05-17 11:39:41 +02:00
parent fe50da7407
commit a8cfa245a1
3 changed files with 21 additions and 13 deletions

View File

@ -41,6 +41,10 @@
--backdropposition: var(--backgroundposition);
--backdropsize: var(--backgroundsize);
--backdropblur: var(--backgroundblur);
--bdfdb-green: rgb(var(--successcolor));
--bdfdb-yellow: rgb(var(--warningcolor));
--bdfdb-red: rgb(var(--dangercolor));
}
.theme-light, .theme-dark {

View File

@ -1,21 +1,21 @@
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
:root {
--accentcolor: 88,101,242;
--accentcolor2: 255,115,250;
--linkcolor: 0,176,244;
--dangercolor: 237,66,69;
--accentcolor: 88,101,242;
--accentcolor2: 255,115,250;
--linkcolor: 0,176,244;
--dangercolor: 237,66,69;
--accentcolor-hover: rgb(var(--accentcolor)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
--accentcolor-active: rgb(var(--accentcolor)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
--accentcolor2-hover: rgb(var(--accentcolor2)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
--accentcolor2-active: rgb(var(--accentcolor2)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
--accentcolor-hover: rgb(var(--accentcolor)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
--accentcolor-active: rgb(var(--accentcolor)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
--accentcolor2-hover: rgb(var(--accentcolor2)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15));
--accentcolor2-active: rgb(var(--accentcolor2)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3));
--bdfdb-blurple: rgb(var(--accentcolor)) !important;
--bd-blue: rgb(var(--accentcolor)) !important;
--bd-blue-hover: var(--accentcolor-hover) !important;
--bd-blue-active: var(--accentcolor-active) !important;
--blurple: rgb(var(--accentcolor)) !important;
--bdfdb-blurple: rgb(var(--accentcolor)) !important;
--bd-blue: rgb(var(--accentcolor)) !important;
--bd-blue-hover: var(--accentcolor-hover) !important;
--bd-blue-active: var(--accentcolor-active) !important;
--blurple: rgb(var(--accentcolor)) !important;
}
.theme-light {
--logo-primary: rgb(var(--accentcolor));

View File

@ -22,6 +22,10 @@
--backgroundsecondaryalt: 41,43,47;
--backgroundtertiary: 32,34,37;
--backgroundfloating: 24,25,28;
--bdfdb-green: rgb(var(--successcolor));
--bdfdb-yellow: rgb(var(--warningcolor));
--bdfdb-red: rgb(var(--dangercolor));
}
.theme-dark, .theme-light {