mirror of
https://github.com/JGH0/Todo-App-Backend.git
synced 2026-06-03 13:28:47 +02:00
38 lines
710 B
CSS
38 lines
710 B
CSS
/* @todo-theme-meta
|
|
{
|
|
"name": "Test Theme",
|
|
"id": "custom-1778671955013",
|
|
"group": "Custom",
|
|
"preview": [
|
|
"#f5f5f5",
|
|
"#ffffff",
|
|
"#274f69"
|
|
],
|
|
"hasWallpaper": false
|
|
}
|
|
*/
|
|
|
|
:root {
|
|
--bg: #f5f5f5;
|
|
--surface: #ffffff;
|
|
--surface-strong: #ffffff;
|
|
--surface-muted: #fafafa;
|
|
--border: #d0d0d0;
|
|
--line: #b9b9b5;
|
|
--text: #1f1f1f;
|
|
--text-muted: #686866;
|
|
--text-strong: #111111;
|
|
--accent: #274f69;
|
|
--accent-text: #ffffff;
|
|
--accent-soft: #d6e4ec;
|
|
--sidebar-bg: #ffffff;
|
|
--sidebar-border: #d0d0d0;
|
|
--sidebar-text: #222222;
|
|
--sidebar-text-muted: #686866;
|
|
--input-bg: #ffffff;
|
|
--input-border: #cfcfcf;
|
|
--modal-bg: #ffffff;
|
|
--chip: #d8d8d8;
|
|
--success: #dff7e7;
|
|
}
|