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
8383a37f9a
commit
82ed312dfb
23 changed files with 747 additions and 78 deletions
|
@ -1,5 +1,5 @@
|
|||
.theme-dark {
|
||||
--_color0: #28222d;
|
||||
--_color0: #2d2d2d;
|
||||
--_color1: #e83f80;
|
||||
--_color2: #a2baa8;
|
||||
--_color3: #eacac0;
|
||||
|
@ -8,7 +8,7 @@
|
|||
--_color6: #aabae7;
|
||||
--_color7: #dedbeb;
|
||||
|
||||
--_color8: #302838;
|
||||
--_color8: #383838;
|
||||
--_color9: #f55d8f;
|
||||
--_color10: #bfd1c3;
|
||||
--_color11: #f0ddd8;
|
||||
|
@ -43,6 +43,7 @@
|
|||
--status-streaming: var(--_color4);
|
||||
|
||||
--titlebar-color: var(--accent);
|
||||
--wc-bright: #383838;
|
||||
}
|
||||
|
||||
#splash {
|
||||
|
|
|
@ -40,7 +40,9 @@
|
|||
--status-offline: var(--tertiary);
|
||||
--status-streaming: var(--_color5);
|
||||
|
||||
--status-danger: var(--red);
|
||||
--status-danger: var(--red) !important;
|
||||
--interactive-active: var(--white-500) !important;
|
||||
--interactive-hover: var(--white-500) !important;
|
||||
}
|
||||
|
||||
#splash {
|
||||
|
|
|
@ -40,7 +40,14 @@
|
|||
--status-offline: var(--tertiary);
|
||||
--status-streaming: var(--_color5);
|
||||
|
||||
--status-danger: var(--red);
|
||||
--status-danger: var(--red) !important;
|
||||
--interactive-active: var(--white-500) !important;
|
||||
--interactive-hover: var(--white-500) !important;
|
||||
|
||||
--titlebar-active: var(--primary);
|
||||
--titlebar-inactive: var(--primary);
|
||||
--titlebar-border-active: var(--primary);
|
||||
--titlebar-border-inactive: var(--primary);
|
||||
}
|
||||
|
||||
#splash {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue