Update theme colors

This commit is contained in:
2026-06-14 06:16:57 +00:00
parent 15bd3f81ba
commit 922452fff4

View File

@@ -7,13 +7,13 @@
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #dfff1c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #8b9a1b;
--background-accent: #5d6b00;
--accent: #1f7cff;
--background-accent: #f96b2f;
/* @layout/border-radius/rounded */
--radius: 1rem;