Update DiscordRecolor.css

This commit is contained in:
Mirco Wittrien 2025-03-04 12:59:57 +01:00
parent 2e18621242
commit c918a10301
1 changed files with 7 additions and 1 deletions

View File

@ -48,7 +48,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_v));
--text-warning: rgb(var(--warningcolor_v));
--text-danger: rgb(var(--dangercolor_v));