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
11ffc55d4e
commit
4f52753ca2
25 changed files with 681 additions and 54 deletions
|
@ -42,4 +42,4 @@
|
|||
--status-streaming: #593695;
|
||||
|
||||
--titlebar-color: #060606 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,4 +40,4 @@
|
|||
--status-dnd: var(--_color5);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-streaming: var(--_color4);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,4 +40,4 @@
|
|||
--status-dnd: var(--_color5);
|
||||
--status-offline: var(--tertiary);
|
||||
--status-streaming: var(--_color4);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,4 +42,4 @@
|
|||
--status-streaming: #593695;
|
||||
|
||||
--titlebar-color: var(--tertiary) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
--_color6: #81c8be;
|
||||
--_color7: #b5bfe2;
|
||||
|
||||
--_color8: #626880;
|
||||
--_color9: #e78284;
|
||||
--_color8: #626880;
|
||||
--_color9: #e78284;
|
||||
--_color10: #a6d189;
|
||||
--_color11: #e5c890;
|
||||
--_color12: #8caaee;
|
||||
|
@ -45,4 +45,4 @@
|
|||
|
||||
--interactive-hover: var(--_color6) !important;
|
||||
--interactive-active: var(--_color7) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
--_color6: #8bd5ca;
|
||||
--_color7: #b8c0e0;
|
||||
|
||||
--_color8: #5b6078;
|
||||
--_color9: #ed8796;
|
||||
--_color8: #5b6078;
|
||||
--_color9: #ed8796;
|
||||
--_color10: #a6da95;
|
||||
--_color11: #eed49f;
|
||||
--_color12: #8aadf4;
|
||||
|
@ -45,5 +45,4 @@
|
|||
|
||||
--interactive-hover: var(--_color6) !important;
|
||||
--interactive-active: var(--_color7) !important;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
--_color6: #94e2d5;
|
||||
--_color7: #bac2de;
|
||||
|
||||
--_color8: #585b70;
|
||||
--_color9: #f38ba8;
|
||||
--_color8: #585b70;
|
||||
--_color9: #f38ba8;
|
||||
--_color10: #a6e3a1;
|
||||
--_color11: #f9e2af;
|
||||
--_color12: #89b4fa;
|
||||
|
@ -49,4 +49,4 @@
|
|||
--background-modifier-active: rgba(205, 214, 244, 0.16) !important;
|
||||
--background-modifier-hover: rgba(137, 180, 250, 0.08) !important;
|
||||
--background-modifier-selected: rgba(137, 180, 250, 0.24) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.theme-dark,:root {
|
||||
.theme-dark,
|
||||
:root {
|
||||
--_color0: var(--xmc-custom-color0);
|
||||
--_color1: var(--xmc-custom-color1);
|
||||
--_color2: var(--xmc-custom-color2);
|
||||
|
@ -44,4 +45,4 @@
|
|||
|
||||
--interactive-hover: var(--xmc-custom-hover) !important;
|
||||
--interactive-active: var(--xmc-custom-active) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,4 +43,4 @@
|
|||
|
||||
--interactive-hover: var(--_color6) !important;
|
||||
--interactive-active: var(--_color15) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,4 +40,4 @@
|
|||
--status-dnd: var(--_color1);
|
||||
--status-offline: var(--_color8);
|
||||
--status-streaming: var(--_color13);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,4 +43,4 @@
|
|||
|
||||
--interactive-hover: var(--_color6) !important;
|
||||
--interactive-active: var(--_color7) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,4 +42,4 @@
|
|||
--status-streaming: var(--_color5);
|
||||
|
||||
--titlebar-color: #4c566a !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,4 +42,4 @@
|
|||
--status-streaming: #593695;
|
||||
|
||||
--titlebar-color: var(--highlight) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -43,4 +43,4 @@
|
|||
|
||||
--interactive-hover: var(--_color4) !important;
|
||||
--interactive-active: var(--_color15) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,4 +42,4 @@
|
|||
--status-streaming: var(--_color5);
|
||||
|
||||
--titlebar-color: var(--accent) !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue