AuthorBuddy/wwwroot/css/themes/dark.css

13 lines
283 B
CSS
Raw Permalink Normal View History

2026-05-14 12:31:35 +02:00
:root {
--window-bg: #1e1e1e;
--editor-bg: #2d2d2d;
--text-color: #d4d4d4;
--border-color: #3c3c3c;
--accent-color: #569cd6;
--menu-bg: #252526;
--card-bg: #2d2d2d;
--status-bar-bg: #007acc;
2026-05-20 06:12:54 +02:00
--disabled-bg: #2a2a2a;
--disabled-text: #606060;
2026-05-14 12:31:35 +02:00
}