@@ -30,6 +30,82 @@ body {
30
30
}
31
31
32
32
@layer base {
33
+ : root {
34
+ --background : 220 15% 95% ;
35
+ --foreground : 210 10% 20% ;
36
+ --card : 220 15% 95% ;
37
+ --card-foreground : 210 10% 20% ;
38
+ --popover : 220 15% 95% ;
39
+ --popover-foreground : 210 10% 20% ;
40
+ --primary : 204 60% 50% ;
41
+ --primary-foreground : 204 80% 95% ;
42
+ --secondary : 215 15% 80% ;
43
+ --secondary-foreground : 210 25% 20% ;
44
+ --muted : 215 10% 90% ;
45
+ --muted-foreground : 210 15% 40% ;
46
+ --accent : 215 10% 90% ;
47
+ --accent-foreground : 210 10% 20% ;
48
+ --destructive : 0 80% 55% ;
49
+ --destructive-foreground : 0 0% 98% ;
50
+ --border : 215 15% 80% ;
51
+ --input : 215 15% 80% ;
52
+ --ring : 204 60% 50% ;
53
+ --radius : 0.5rem ;
54
+ --chart-1 : 204 60% 50% ;
55
+ --chart-2 : 210 40% 60% ;
56
+ --chart-3 : 220 70% 50% ;
57
+ --chart-4 : 192 50% 60% ;
58
+ --chart-5 : 240 25% 50% ;
59
+
60
+ --sidebar-background : 220 15% 92% ;
61
+ --sidebar-foreground : 210 10% 38% ;
62
+ --sidebar-primary : 204 60% 47% ;
63
+ --sidebar-primary-foreground : 204 80% 100% ;
64
+ --sidebar-accent : 215 10% 87% ;
65
+ --sidebar-accent-foreground : 210 10% 20% ;
66
+ --sidebar-border : 215 15% 77% ;
67
+ --sidebar-ring : 204 60% 47% ;
68
+ }
69
+
70
+ .dark {
71
+ --background : 220 15% 10% ;
72
+ --foreground : 204 50% 90% ;
73
+ --card : 220 15% 10% ;
74
+ --card-foreground : 204 50% 90% ;
75
+ --popover : 220 15% 10% ;
76
+ --popover-foreground : 204 50% 90% ;
77
+ --primary : 204 60% 50% ;
78
+ --primary-foreground : 204 80% 95% ;
79
+ --secondary : 215 15% 30% ;
80
+ --secondary-foreground : 204 50% 80% ;
81
+ --muted : 215 10% 20% ;
82
+ --muted-foreground : 210 40% 70% ;
83
+ --accent : 215 10% 20% ;
84
+ --accent-foreground : 204 50% 90% ;
85
+ --destructive : 0 80% 50% ;
86
+ --destructive-foreground : 204 90% 95% ;
87
+ --border : 215 15% 30% ;
88
+ --input : 215 15% 30% ;
89
+ --ring : 204 60% 50% ;
90
+ --radius : 0.5rem ;
91
+ --chart-1 : 210 50% 40% ;
92
+ --chart-2 : 204 80% 50% ;
93
+ --chart-3 : 220 60% 50% ;
94
+ --chart-4 : 192 40% 50% ;
95
+ --chart-5 : 240 25% 60% ;
96
+
97
+ --sidebar-background : 220 15% 2% ;
98
+ --sidebar-foreground : 204 50% 50% ;
99
+ --sidebar-primary : 204 60% 42% ;
100
+ --sidebar-primary-foreground : 204 80% 100% ;
101
+ --sidebar-accent : 215 10% 12% ;
102
+ --sidebar-accent-foreground : 204 50% 90% ;
103
+ --sidebar-border : 215 15% 22% ;
104
+ --sidebar-ring : 204 60% 42% ;
105
+ }
106
+ }
107
+
108
+ /* @layer base {
33
109
:root {
34
110
--background: 0 0% 100%;
35
111
--foreground: 240 10% 3.9%;
@@ -83,7 +159,7 @@ body {
83
159
--chart-4: 280 65% 60%;
84
160
--chart-5: 340 75% 55%;
85
161
}
86
- }
162
+ } */
87
163
88
164
@layer base {
89
165
* {
0 commit comments