12 lines
283 B
CSS
12 lines
283 B
CSS
:root {
|
|
--window-bg: #f0f0f0;
|
|
--editor-bg: #ffffff;
|
|
--text-color: #1a1a1a;
|
|
--border-color: #cccccc;
|
|
--accent-color: #2b5797;
|
|
--menu-bg: #e0e0e0;
|
|
--card-bg: #ffffff;
|
|
--status-bar-bg: #dcdcdc;
|
|
--disabled-bg: #e8e8e8;
|
|
--disabled-text: #a0a0a0;
|
|
}
|