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
25fce66a59
commit
27b063c6b8
8 changed files with 9 additions and 15 deletions
|
@ -37,7 +37,7 @@
|
|||
--status-online: var(--_color2);
|
||||
--status-idle: var(--_color3);
|
||||
--status-dnd: var(--_color5);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-offline: var(--highlight);
|
||||
--status-streaming: var(--_color4);
|
||||
}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
--status-online: var(--_color2);
|
||||
--status-idle: var(--_color3);
|
||||
--status-dnd: var(--_color5);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-offline: var(--highlight);
|
||||
--status-streaming: var(--_color4);
|
||||
|
||||
--titlebar-color: var(--accent);
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
--status-online: var(--_color2);
|
||||
--status-idle: var(--_color3);
|
||||
--status-dnd: var(--_color1);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-offline: var(--highlight);
|
||||
--status-streaming: var(--_color5);
|
||||
|
||||
--interactive-hover: var(--_color6) !important;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
--status-online: var(--_color2);
|
||||
--status-idle: var(--_color3);
|
||||
--status-dnd: var(--_color9);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-offline: var(--highlight);
|
||||
--status-streaming: var(--_color5);
|
||||
|
||||
--interactive-hover: var(--_color6) !important;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
--status-online: var(--_color10);
|
||||
--status-idle: var(--_color11);
|
||||
--status-dnd: var(--_color9);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-offline: var(--highlight);
|
||||
--status-streaming: var(--_color5);
|
||||
|
||||
--status-danger: var(--red) !important;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
--status-online: var(--_color2);
|
||||
--status-idle: var(--_color3);
|
||||
--status-dnd: var(--_color1);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-offline: var(--highlight);
|
||||
--status-streaming: var(--_color5);
|
||||
|
||||
--interactive-hover: var(--_color4) !important;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
--status-online: var(--_color10);
|
||||
--status-idle: var(--_color11);
|
||||
--status-dnd: var(--_color9);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-offline: var(--highlight);
|
||||
--status-streaming: var(--_color5);
|
||||
|
||||
--status-danger: var(--red) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue