From c918a10301ebdc4abe6032abe6e932bed06c135f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 4 Mar 2025 12:59:57 +0100 Subject: [PATCH] Update DiscordRecolor.css --- Themes/DiscordRecolor/DiscordRecolor.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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));