xmc/modular/scheme/stock.css

49 lines
1009 B
CSS
Raw Normal View History

2023-03-15 03:28:45 +00:00
.theme-dark {
--_color0: #0d1117;
--_color1: #ff7b72;
2022-10-19 03:12:12 +00:00
--_color2: #3fb950;
--_color3: #d29922;
--_color4: #58a6ff;
--_color5: #bc8cff;
2023-03-15 03:28:45 +00:00
--_color6: #76e3ea;
2022-10-19 03:12:12 +00:00
--_color7: #b1bac4;
2023-03-15 03:28:45 +00:00
--_color8: #161b22;
--_color9: #ffa198;
2022-10-19 03:12:12 +00:00
--_color10: #56d364;
--_color11: #e3b341;
--_color12: #79c0ff;
--_color13: #d2a8ff;
2023-03-15 03:28:45 +00:00
--_color14: #b3f0ff;
2022-10-19 03:12:12 +00:00
--_color15: #f0f6fc;
--_colorFG: var(--_color7);
2023-03-15 03:28:45 +00:00
--primary: #36393f;
--secondary: #2f3136;
--tertiary: #202225;
--primary-rgb: 54, 57, 63;
--secondary-rgb: 47, 49, 54;
--tertiary-rgb: 32, 34, 37;
2022-10-19 03:12:12 +00:00
2023-03-15 03:28:45 +00:00
--accent: #7289da;
--accent-rgb: 114, 137, 218;
--red: #f04747;
--text: #dcddde;
--link: #00aff4;
--highlight: #72767d;
--highlight-rgb: 114, 118, 125;
2022-10-19 03:12:12 +00:00
2023-10-26 20:10:59 +00:00
--status-online: #43b581 !important;
--status-idle: #faa61a !important;
--status-dnd: #f04747 !important;
--status-offline: #747f8d !important;
--status-streaming: #593695 !important;
2022-10-19 03:12:12 +00:00
2023-03-15 03:28:45 +00:00
--titlebar-color: var(--highlight);
2022-10-19 03:28:08 +00:00
}
2023-03-17 21:31:42 +00:00
#splash {
background-color: #36393f;
}