Skip to content

Commit 4cd25c4

Browse files
author
Lasim
committed
style(frontend): update color variables for improved theme consistency
1 parent 3a4504d commit 4cd25c4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

services/frontend/src/assets/index.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
--card-foreground: hsl(222.2 84% 4.9%);
1212
--popover: hsl(0 0% 100%);
1313
--popover-foreground: hsl(222.2 84% 4.9%);
14-
--primary: hsl(222.2 47.4% 11.2%);
15-
--primary-foreground: hsl(210 40% 98%);
14+
--primary: hsl(175.3 77.4% 26.1%);
15+
--primary-foreground: hsl(0 0% 100%);
1616
--secondary: hsl(210 40% 96.1%);
1717
--secondary-foreground: hsl(222.2 47.4% 11.2%);
1818
--muted: hsl(210 40% 96.1%);
@@ -23,7 +23,7 @@
2323
--destructive-foreground: hsl(0 72% 51%);
2424
--border: hsl(214.3 31.8% 91.4%);
2525
--input: hsl(214.3 31.8% 91.4%);
26-
--ring: hsl(222.2 84% 4.9%);
26+
--ring: hsl(175.3 77.4% 26.1%);
2727
--chart-1: hsl(12 76% 61%);
2828
--chart-2: hsl(173 58% 39%);
2929
--chart-3: hsl(197 37% 24%);
@@ -33,12 +33,12 @@
3333

3434
--sidebar-background: hsl(0 0% 98%);
3535
--sidebar-foreground: hsl(240 5.3% 26.1%);
36-
--sidebar-primary: hsl(240 5.9% 10%);
37-
--sidebar-primary-foreground: hsl(0 0% 98%);
36+
--sidebar-primary: hsl(175.3 77.4% 26.1%);
37+
--sidebar-primary-foreground: hsl(0 0% 100%);
3838
--sidebar-accent: hsl(240 4.8% 95.9%);
3939
--sidebar-accent-foreground: hsl(240 5.9% 10%);
4040
--sidebar-border: hsl(220 13% 91%);
41-
--sidebar-ring: hsl(217.2 91.2% 59.8%);
41+
--sidebar-ring: hsl(175.3 77.4% 26.1%);
4242
--sidebar: hsl(0 0% 98%);
4343
}
4444

@@ -50,8 +50,8 @@
5050
--card-foreground: hsl(210 40% 98%);
5151
--popover: hsl(222.2 84% 4.9%);
5252
--popover-foreground: hsl(210 40% 98%);
53-
--primary: hsl(210 40% 98%);
54-
--primary-foreground: hsl(222.2 47.4% 11.2%);
53+
--primary: hsl(175.3 77.4% 26.1%);
54+
--primary-foreground: hsl(0 0% 100%);
5555
--secondary: hsl(217.2 32.6% 17.5%);
5656
--secondary-foreground: hsl(210 40% 98%);
5757
--muted: hsl(217.2 32.6% 17.5%);
@@ -62,7 +62,7 @@
6262
--destructive-foreground: hsl(210 40% 98%);
6363
--border: hsl(217.2 32.6% 17.5%);
6464
--input: hsl(217.2 32.6% 17.5%);
65-
--ring: hsl(212.7 26.8% 83.9%);
65+
--ring: hsl(173.4 80.4% 40%);
6666
--chart-1: hsl(220 70% 50%);
6767
--chart-2: hsl(160 60% 45%);
6868
--chart-3: hsl(30 80% 55%);
@@ -71,12 +71,12 @@
7171

7272
--sidebar-background: hsl(240 5.9% 10%);
7373
--sidebar-foreground: hsl(240 4.8% 95.9%);
74-
--sidebar-primary: hsl(224.3 76.3% 48%);
74+
--sidebar-primary: hsl(173.4 80.4% 40%);
7575
--sidebar-primary-foreground: hsl(0 0% 100%);
7676
--sidebar-accent: hsl(240 3.7% 15.9%);
7777
--sidebar-accent-foreground: hsl(240 4.8% 95.9%);
7878
--sidebar-border: hsl(240 3.7% 15.9%);
79-
--sidebar-ring: hsl(217.2 91.2% 59.8%);
79+
--sidebar-ring: hsl(173.4 80.4% 40%);
8080
}
8181

8282
/* Define theme variables for Tailwind */
@@ -158,12 +158,12 @@ a[role="button"] {
158158
.dark {
159159
--sidebar: hsl(240 5.9% 10%);
160160
--sidebar-foreground: hsl(240 4.8% 95.9%);
161-
--sidebar-primary: hsl(224.3 76.3% 48%);
161+
--sidebar-primary: hsl(173.4 80.4% 40%);
162162
--sidebar-primary-foreground: hsl(0 0% 100%);
163163
--sidebar-accent: hsl(240 3.7% 15.9%);
164164
--sidebar-accent-foreground: hsl(240 4.8% 95.9%);
165165
--sidebar-border: hsl(240 3.7% 15.9%);
166-
--sidebar-ring: hsl(217.2 91.2% 59.8%);
166+
--sidebar-ring: hsl(173.4 80.4% 40%);
167167
}
168168

169169
@layer base {

0 commit comments

Comments
 (0)