mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
50 lines
1.7 KiB
CSS
50 lines
1.7 KiB
CSS
.theme-dark,
|
|
:root {
|
|
--_color0: var(--xmc-custom-color0);
|
|
--_color1: var(--xmc-custom-color1);
|
|
--_color2: var(--xmc-custom-color2);
|
|
--_color3: var(--xmc-custom-color3);
|
|
--_color4: var(--xmc-custom-color4);
|
|
--_color5: var(--xmc-custom-color5);
|
|
--_color6: var(--xmc-custom-color6);
|
|
--_color7: var(--xmc-custom-color7);
|
|
|
|
--_color8: var(--xmc-custom-color8);
|
|
--_color9: var(--xmc-custom-color9);
|
|
--_color10: var(--xmc-custom-color10);
|
|
--_color11: var(--xmc-custom-color11);
|
|
--_color12: var(--xmc-custom-color12);
|
|
--_color13: var(--xmc-custom-color13);
|
|
--_color14: var(--xmc-custom-color14);
|
|
--_color15: var(--xmc-custom-color15);
|
|
|
|
--_colorFG: var(--xmc-custom-foreground);
|
|
|
|
--primary: var(--xmc-custom-primary);
|
|
--secondary: var(--xmc-custom-secondary);
|
|
--tertiary: var(--xmc-custom-tertiary);
|
|
--primary-rgb: var(--xmc-custom-primary-rgb);
|
|
--secondary-rgb: var(--xmc-custom-primary-rgb);
|
|
--tertiary-rgb: var(--xmc-custom-primary-rgb);
|
|
|
|
--accent: var(--xmc-custom-accent);
|
|
--accent-rgb: var(--xmc-custom-accent-rgb);
|
|
--red: var(--xmc-custom-red);
|
|
--text: var(--xmc-custom-text);
|
|
--link: var(--xmc-custom-link);
|
|
--highlight: var(--xmc-custom-highlight);
|
|
--highlight-rgb: var(--xmc-custom-highlight-rgb);
|
|
|
|
--status-online: var(--xmc-custom-status-online);
|
|
--status-idle: var(--xmc-custom-status-idle);
|
|
--status-dnd: var(--xmc-custom-status-dnd);
|
|
--status-offline: var(--xmc-custom-status-offline);
|
|
--status-streaming: var(--xmc-custom-status-streaming);
|
|
|
|
--interactive-hover: var(--xmc-custom-hover) !important;
|
|
--interactive-active: var(--xmc-custom-active) !important;
|
|
}
|
|
|
|
#splash {
|
|
background-color: var(--xmc-custom-primary, #36393f);
|
|
}
|