This commit is contained in:
Mirco Wittrien 2022-08-30 17:29:09 +02:00
parent bef116eb4a
commit 33ca5f2b0c
4 changed files with 4 additions and 3 deletions

View File

@ -1186,6 +1186,7 @@
"splashBackground": "splashBackground-1FRCko",
"stopAnimations": "stop-animations",
"subtext": "subtext-2HDqJ7",
"themeAmoled": "theme-amoled",
"themeDark": "theme-dark",
"themeLight": "theme-light",
"themeUndefined": "theme-undefined",

View File

@ -50,7 +50,7 @@
--bdfdb-red: rgb(var(--dangercolor));
}
.theme-light, .theme-dark {
.theme-light, .theme-dark, .theme-amoled {
--text-positive: rgb(var(--successcolor));
--text-warning: rgb(var(--warningcolor));
--text-danger: rgb(var(--dangercolor));

View File

@ -21,7 +21,7 @@
.theme-light {
--logo-primary: rgb(var(--accentcolor));
}
[data-popout-root], html, .theme-dark, .theme-light {
[data-popout-root], html, .theme-light, .theme-dark, .theme-amoled {
--text-brand: rgb(var(--accentcolor));
--text-link: rgb(var(--linkcolor));
--text-link-low-saturation: rgb(var(--linkcolor));

View File

@ -29,7 +29,7 @@
--bdfdb-red: rgb(var(--dangercolor));
}
.theme-dark, .theme-light {
.theme-light, .theme-dark, .theme-amoled {
--text-positive: rgb(var(--successcolor));
--text-warning: rgb(var(--warningcolor));
--text-danger: rgb(var(--dangercolor));