2023-10-26 21:41:18 +01:00
|
|
|
:root {
|
2025-03-06 14:24:24 +00:00
|
|
|
--bg: #1e1f2a;
|
|
|
|
--bg-secondary: #3a3f4b;
|
|
|
|
--accent: #777f8d;
|
|
|
|
|
|
|
|
--header: #cad1da;
|
|
|
|
--fg: #e4e1db;
|
2023-10-26 21:41:18 +01:00
|
|
|
|
2025-03-06 14:24:24 +00:00
|
|
|
--input: #2e3438;
|
|
|
|
|
|
|
|
--link: #95add8;
|
|
|
|
--glow: #bcc3ca;
|
|
|
|
--hover: #cdd8e2;
|
|
|
|
|
2023-10-26 21:41:18 +01:00
|
|
|
--green: #98C379;
|
|
|
|
--red: #E06C75;
|
|
|
|
}
|