This commit is contained in:
Mirco Wittrien 2025-03-04 13:02:51 +01:00
parent c918a10301
commit 7020d8b6fd
2 changed files with 17 additions and 8 deletions

View File

@ -85,7 +85,13 @@
.theme-light:not(.custom-profile-theme),
.theme-dark:not(.custom-profile-theme),
.theme-amoled:not(.custom-profile-theme) {
.theme-amoled:not(.custom-profile-theme),
.visual-refresh.theme-light:not(.custom-profile-theme),
.visual-refresh.theme-dark:not(.custom-profile-theme),
.visual-refresh.theme-amoled:not(.custom-profile-theme),
.visual-refresh .theme-light:not(.custom-profile-theme),
.visual-refresh .theme-dark:not(.custom-profile-theme),
.visual-refresh .theme-amoled:not(.custom-profile-theme) {
--text-positive: rgb(var(--successcolor));
--text-warning: rgb(var(--warningcolor));
--text-danger: rgb(var(--dangercolor));
@ -144,13 +150,6 @@
--background-modifier-hover: rgba(var(--textbrightest_v), .1);
--background-modifier-selected: rgba(var(--textbrightest_v), .2);
--card-gradient-bg: var(--background-tertiary);
--card-primary-bg: var(--background-primary);
--card-secondary-bg: var(--background-secondary);
--card-gradient-pressed-bg: var(--background-floating);
--card-primary-pressed-bg: var(--background-secondary);
--card-secondary-pressed-bg: var(--background-tertiary);
--bg-backdrop: rgba(var(--transparencycolor_v), .7);
--bg-backdrop-no-opacity: rgb(var(--transparencycolor_v));
--bg-base-primary: rgba(var(--transparencycolor_v), .2);
@ -161,6 +160,13 @@
--bg-mod-strong: rgba(var(--transparencycolor_v), .54);
--bg-mod-subtle: rgba(var(--transparencycolor_v), .48);
--card-gradient-bg: var(--background-tertiary);
--card-primary-bg: var(--background-primary);
--card-secondary-bg: var(--background-secondary);
--card-gradient-pressed-bg: var(--background-floating);
--card-primary-pressed-bg: var(--background-secondary);
--card-secondary-pressed-bg: var(--background-tertiary);
--background-message-automod: rgba(var(--dangercolor), .05);
--background-message-automod-hover: rgba(var(--dangercolor), .1);

View File

@ -169,7 +169,9 @@
--bg-base-secondary: rgb(var(--backgroundsecondary_v));
--bg-base-tertiary: rgb(var(--backgroundtertiary_v));
--bg-surface-raised: rgb(var(--backgroundprimary_v));
--background-mod-faint: rgba(var(--backgroundaccent_v), .2);
--background-mod-subtle: rgba(var(--backgroundaccent_v), .3);
--background-mod-strong: rgba(var(--backgroundaccent_v), .4);
--background-surface-highest: rgb(var(--backgroundaccent_v));
--background-surface-higher: rgb(var(--backgroundprimary_v));
--background-surface-high: rgb(var(--backgroundprimary_v));
@ -181,6 +183,7 @@
--app-border-frame: transparent;
--border-faint: rgba(var(--backgroundaccent_v), .2);
--border-subtle: rgba(var(--backgroundaccent_v), .4);
--border-strong: rgba(var(--backgroundaccent_v), .6);
--background-modifier-hover: rgba(var(--backgroundaccent_v), .3);
--background-modifier-active: rgba(var(--backgroundaccent_v), .4);