From b4fbdf323c32099fba1113abb81bae6d44f31b60 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 30 May 2026 12:52:21 +0000 Subject: [PATCH] Updated color theme to blue. --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 94d3dc8..cbe5084 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --background: #0d1117; + --card: #161b22; + --foreground: #c9d1d9; + --primary-cta: #58a6ff; + --primary-cta-text: #0d1117; + --secondary-cta: #21262d; + --secondary-cta-text: #c9d1d9; + --accent: #3080d0; + --background-accent: #1f3652; /* @layout/border-radius/rounded */ --radius: 0.5rem;