mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
Make Modular
This commit is contained in:
parent
c476bfd1a2
commit
c44ace9beb
1 changed files with 7 additions and 0 deletions
|
@ -108,6 +108,13 @@
|
||||||
--text-warning: var(--_color3);
|
--text-warning: var(--_color3);
|
||||||
--status-warning: var(--_color3);
|
--status-warning: var(--_color3);
|
||||||
--status-warning-background: 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;
|
--twitch: var(--status-streaming) !important;
|
||||||
--primary-600: var(--primary);
|
--primary-600: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue