removed too many colors oops

This commit is contained in:
Cynthia Foxwell 2023-04-02 17:39:12 -06:00
parent 27b063c6b8
commit c476bfd1a2
1 changed files with 7 additions and 0 deletions

View File

@ -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);
}