10 lines
225 B
CSS
10 lines
225 B
CSS
: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;
|
|
}
|