Make Modular

This commit is contained in:
CI 2022-10-19 03:28:08 +00:00
parent 11ffc55d4e
commit 4f52753ca2
25 changed files with 681 additions and 54 deletions

View file

@ -42,4 +42,4 @@
--status-streaming: #593695;
--titlebar-color: #060606 !important;
}
}

View file

@ -40,4 +40,4 @@
--status-dnd: var(--_color5);
--status-offline: var(--tertiary);
--status-streaming: var(--_color4);
}
}

View file

@ -40,4 +40,4 @@
--status-dnd: var(--_color5);
--status-offline: var(--tertiary);
--status-streaming: var(--_color4);
}
}

View file

@ -42,4 +42,4 @@
--status-streaming: #593695;
--titlebar-color: var(--tertiary) !important;
}
}

View file

@ -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;
}
}

View file

@ -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;
}
}

View file

@ -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;
}
}

View file

@ -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;
}
}

View file

@ -43,4 +43,4 @@
--interactive-hover: var(--_color6) !important;
--interactive-active: var(--_color15) !important;
}
}

View file

@ -40,4 +40,4 @@
--status-dnd: var(--_color1);
--status-offline: var(--_color8);
--status-streaming: var(--_color13);
}
}

View file

@ -43,4 +43,4 @@
--interactive-hover: var(--_color6) !important;
--interactive-active: var(--_color7) !important;
}
}

View file

@ -42,4 +42,4 @@
--status-streaming: var(--_color5);
--titlebar-color: #4c566a !important;
}
}

View file

@ -42,4 +42,4 @@
--status-streaming: #593695;
--titlebar-color: var(--highlight) !important;
}
}

View file

@ -43,4 +43,4 @@
--interactive-hover: var(--_color4) !important;
--interactive-active: var(--_color15) !important;
}
}

View file

@ -42,4 +42,4 @@
--status-streaming: var(--_color5);
--titlebar-color: var(--accent) !important;
}
}