diff --git a/xmc.user.css b/xmc.user.css index c1f7f40..c0181e4 100644 --- a/xmc.user.css +++ b/xmc.user.css @@ -124,6 +124,13 @@ --text-warning: var(--_color3); --status-warning: var(--_color3); --status-warning-background: var(--_color3); + --status-green-600: var(--status-online) !important; + --status-yellow-500: var(--status-idle) !important; + --status-red-500: var(--status-dnd) !important; + --status-grey-500: var(--status-offline) !important; + --green-360: var(--status-online) !important; + --yellow-300: var(--status-idle) !important; + --red-400: var(--status-dnd) !important; --twitch: var(--status-streaming) !important; --primary-600: var(--primary); }