diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index 3bbfb8ea84..1c274d1cc6 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -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));