Compare commits

...

7 Commits

Author SHA1 Message Date
befa6cde3a Update theme colors 2026-06-14 06:08:08 +00:00
55bf3a8141 Update theme colors 2026-06-14 06:08:05 +00:00
a723be4647 Update theme colors 2026-06-14 06:07:59 +00:00
653841544a Update theme colors 2026-06-14 06:07:49 +00:00
1a8986a9f8 Update theme colors 2026-06-14 06:07:46 +00:00
38fe62c97a Update theme colors 2026-06-14 06:07:39 +00:00
4cf1639816 Update theme colors 2026-06-14 06:07:34 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f8f5ffe6;
--primary-cta: #c89bff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f8f5ffe6;
--accent: #737373;
--background-accent: #737373;
--background: #080200;
--card: #1a0d0b;
--foreground: #ffe6d5;
--primary-cta: #ffaa70;
--primary-cta-text: #080200;
--secondary-cta: #170b07;
--secondary-cta-text: #ffe6d5;
--accent: #7b5e4a;
--background-accent: #b8541e;
/* @layout/border-radius/rounded */
--radius: 1rem;