Make Modular

This commit is contained in:
CI 2023-03-15 03:28:45 +00:00
parent 8c0a7860db
commit 124ecc8e8c
24 changed files with 383 additions and 95 deletions

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #484f58;
--_color1: #f85149;
--_color2: #3fb950;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #231d29;
--_color1: #e83f80;
--_color2: #a2baa8;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #28222d;
--_color1: #e83f80;
--_color2: #a2baa8;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #484f58;
--_color1: #f85149;
--_color2: #3fb950;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #51576d;
--_color1: #e78284;
--_color2: #a6d189;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #494d64;
--_color1: #ed8796;
--_color2: #a6da95;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #45475a;
--_color1: #f38ba8;
--_color2: #a6e3a1;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #7a8478;
--_color1: #e67e80;
--_color2: #a7c080;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #32302f;
--_color1: #cc241d;
--_color2: #98971a;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #282a36;
--_color1: #f37f97;
--_color2: #5adecd;

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #3b4252;
--_color1: #bf616a;
--_color2: #a3be8c;

View file

@ -1,45 +1,44 @@
.theme-dark,
:root {
--_color0: #484f58;
--_color1: #f85149;
.theme-dark {
--_color0: #0d1117;
--_color1: #ff7b72;
--_color2: #3fb950;
--_color3: #d29922;
--_color4: #58a6ff;
--_color5: #bc8cff;
--_color6: #39c5cf;
--_color6: #76e3ea;
--_color7: #b1bac4;
--_color8: #6e7681;
--_color9: #ff7b72;
--_color8: #161b22;
--_color9: #ffa198;
--_color10: #56d364;
--_color11: #e3b341;
--_color12: #79c0ff;
--_color13: #d2a8ff;
--_color14: #56d4dd;
--_color14: #b3f0ff;
--_color15: #f0f6fc;
--_colorFG: var(--_color7);
--__primary: #36393f;
--__secondary: #2f3136;
--__tertiary: #202225;
--__primary-rgb: 54, 57, 63;
--__secondary-rgb: 47, 49, 54;
--__tertiary-rgb: 32, 34, 37;
--primary: #36393f;
--secondary: #2f3136;
--tertiary: #202225;
--primary-rgb: 54, 57, 63;
--secondary-rgb: 47, 49, 54;
--tertiary-rgb: 32, 34, 37;
--__accent: #7289da;
--__accent-rgb: 114, 137, 218;
--__red: #f04747;
--__text: #dcddde;
--__link: #00aff4;
--__highlight: #72767d;
--__highlight-rgb: 114, 118, 125;
--accent: #7289da;
--accent-rgb: 114, 137, 218;
--red: #f04747;
--text: #dcddde;
--link: #00aff4;
--highlight: #72767d;
--highlight-rgb: 114, 118, 125;
--__status-online: #43b581;
--__status-idle: #faa61a;
--__status-dnd: #f04747;
--__status-offline: #747f8d;
--__status-streaming: #593695;
--status-online: #43b581;
--status-idle: #faa61a;
--status-dnd: #f04747;
--status-offline: #747f8d;
--status-streaming: #593695;
--__titlebar-color: var(--highlight);
--titlebar-color: var(--highlight);
}

View file

@ -1,5 +1,4 @@
.theme-dark,
:root {
.theme-dark {
--_color0: #32344a;
--_color1: #f7768e;
--_color2: #9ece6a;

View file

@ -1,22 +1,21 @@
.theme-dark,
:root {
--_color0: #373e4d;
--_color1: #fa5aa4;
--_color2: #2be491;
--_color3: #fa946e;
--_color4: #63c5ea;
--_color5: #cf8ef4;
--_color6: #89ccf7;
--_color7: #edfefe;
.theme-dark {
--_color0: #0d1117;
--_color1: #ff7b72;
--_color2: #3fb950;
--_color3: #d29922;
--_color4: #58a6ff;
--_color5: #bc8cff;
--_color6: #76e3ea;
--_color7: #b1bac4;
--_color8: #3b4252;
--_color9: #fa74b2;
--_color10: #44eb9f;
--_color11: #faa687;
--_color12: #7acbea;
--_color13: #d8a6f4;
--_color14: #a1d5f7;
--_color15: #e7f7f7;
--_color8: #161b22;
--_color9: #ffa198;
--_color10: #56d364;
--_color11: #e3b341;
--_color12: #79c0ff;
--_color13: #d2a8ff;
--_color14: #b3f0ff;
--_color15: #f0f6fc;
--_colorFG: #bbc5ff;