48
48
--color-chart-4 : var (--chart-4 );
49
49
--color-chart-5 : var (--chart-5 );
50
50
51
- --color-sidebar : var (--sidebar-background );
51
+ --color-sidebar : var (--sidebar );
52
52
--color-sidebar-foreground : var (--sidebar-foreground );
53
53
--color-sidebar-primary : var (--sidebar-primary );
54
54
--color-sidebar-primary-foreground : var (--sidebar-primary-foreground );
67
67
color utility to any element that depends on these defaults.
68
68
*/
69
69
@layer base {
70
+
70
71
* ,
71
72
::after ,
72
73
::before ,
77
78
}
78
79
79
80
: root {
80
- --background : hsl ( 0 , 0 % , 100 % );
81
- --foreground : hsl ( 0 , 0 % , 3.9 % );
82
- --card : hsl ( 0 , 0 % , 100 % );
83
- --card-foreground : hsl ( 0 , 0 % , 3.9 % );
84
- --popover : hsl ( 0 , 0 % , 100 % );
85
- --popover-foreground : hsl ( 0 , 0 % , 3.9 % );
86
- --primary : hsl ( 0 , 0 % , 9 % );
87
- --primary-foreground : hsl ( 0 , 0 % , 98 % );
88
- --secondary : hsl ( 0 , 0 % , 96.1 % );
89
- --secondary-foreground : hsl ( 0 , 0 % , 9 % );
90
- --muted : hsl ( 0 , 0 % , 96.1 % );
91
- --muted-foreground : hsl ( 0 , 0 % , 45.1 % );
92
- --accent : hsl ( 0 , 0 % , 96.1 % );
93
- --accent-foreground : hsl ( 0 , 0 % , 9 % );
94
- --destructive : hsl ( 0 , 84.2 % , 60.2 % );
95
- --destructive-foreground : hsl ( 0 , 0 % , 98 % );
96
- --border : hsl ( 0 , 0 % , 92.8 % );
97
- --input : hsl ( 0 , 0 % , 89.8 % );
98
- --ring : hsl ( 0 , 0 % , 3.9 % );
99
- --chart-1 : hsl ( 12 , 76 % , 61 % );
100
- --chart-2 : hsl ( 173 , 58 % , 39 % );
101
- --chart-3 : hsl ( 197 , 37 % , 24 % );
102
- --chart-4 : hsl ( 43 , 74 % , 66 % );
103
- --chart-5 : hsl ( 27 , 87 % , 67 % );
104
- --radius : 0.5 rem ;
105
- --sidebar-background : hsl ( 0 , 0 % , 98 % );
106
- --sidebar-foreground : hsl ( 240 , 5.3 % , 30 % );
107
- --sidebar-primary : hsl ( 0 , 0 % , 10 % );
108
- --sidebar-primary-foreground : hsl ( 0 , 0 % , 98 % );
109
- --sidebar-accent : hsl ( 0 , 0 % , 94 % );
110
- --sidebar-accent-foreground : hsl ( 0 , 0 % , 30 % );
111
- --sidebar-border : hsl ( 0 , 0 % , 91 % );
112
- --sidebar-ring : hsl ( 217.2 , 91.2 % , 59.8 % );
81
+ --background : oklch ( 1 0 0 );
82
+ --foreground : oklch ( 0.145 0 0 );
83
+ --card : oklch ( 1 0 0 );
84
+ --card-foreground : oklch ( 0.145 0 0 );
85
+ --popover : oklch ( 1 0 0 );
86
+ --popover-foreground : oklch ( 0.145 0 0 );
87
+ --primary : oklch ( 0.205 0 0 );
88
+ --primary-foreground : oklch ( 0.985 0 0 );
89
+ --secondary : oklch ( 0.97 0 0 );
90
+ --secondary-foreground : oklch ( 0.205 0 0 );
91
+ --muted : oklch ( 0.97 0 0 );
92
+ --muted-foreground : oklch ( 0.556 0 0 );
93
+ --accent : oklch ( 0.97 0 0 );
94
+ --accent-foreground : oklch ( 0.205 0 0 );
95
+ --destructive : oklch ( 0.577 0.245 27.325 );
96
+ --destructive-foreground : oklch ( 0.577 0.245 27.325 );
97
+ --border : oklch ( 0.922 0 0 );
98
+ --input : oklch ( 0.922 0 0 );
99
+ --ring : oklch ( 0.87 0 0 );
100
+ --chart-1 : oklch ( 0.646 0.222 41.116 );
101
+ --chart-2 : oklch ( 0.6 0.118 184.704 );
102
+ --chart-3 : oklch ( 0.398 0.07 227.392 );
103
+ --chart-4 : oklch ( 0.828 0.189 84.429 );
104
+ --chart-5 : oklch ( 0.769 0.188 70.08 );
105
+ --radius : 0.625 rem ;
106
+ --sidebar : oklch ( 0.985 0 0 );
107
+ --sidebar-foreground : oklch ( 0.145 0 0 );
108
+ --sidebar-primary : oklch ( 0.205 0 0 );
109
+ --sidebar-primary-foreground : oklch ( 0.985 0 0 );
110
+ --sidebar-accent : oklch ( 0.97 0 0 );
111
+ --sidebar-accent-foreground : oklch ( 0.205 0 0 );
112
+ --sidebar-border : oklch ( 0.922 0 0 );
113
+ --sidebar-ring : oklch ( 0.87 0 0 );
113
114
}
114
115
115
116
.dark {
116
- --background : hsl ( 0 , 0 % , 3.9 % );
117
- --foreground : hsl ( 0 , 0 % , 98 % );
118
- --card : hsl ( 0 , 0 % , 3.9 % );
119
- --card-foreground : hsl ( 0 , 0 % , 98 % );
120
- --popover : hsl ( 0 , 0 % , 3.9 % );
121
- --popover-foreground : hsl ( 0 , 0 % , 98 % );
122
- --primary : hsl ( 0 , 0 % , 98 % );
123
- --primary-foreground : hsl ( 0 , 0 % , 9 % );
124
- --secondary : hsl ( 0 , 0 % , 14.9 % );
125
- --secondary-foreground : hsl ( 0 , 0 % , 98 % );
126
- --muted : hsl ( 0 , 0 % , 6.9 % );
127
- --muted-foreground : hsl ( 0 , 0 % , 63.9 % );
128
- --accent : hsl ( 0 , 0 % , 14.9 % );
129
- --accent-foreground : hsl ( 0 , 0 % , 98 % );
130
- --destructive : hsl ( 0 , 84 % , 60 % );
131
- --destructive-foreground : hsl ( 0 , 0 % , 98 % );
132
- --border : hsl ( 0 , 0 % , 14.9 % );
133
- --input : hsl ( 0 , 0 % , 14.9 % );
134
- --ring : hsl ( 0 , 0 % , 83.1 % );
135
- --chart-1 : hsl ( 220 , 70 % , 50 % );
136
- --chart-2 : hsl ( 160 , 60 % , 45 % );
137
- --chart-3 : hsl ( 30 , 80 % , 55 % );
138
- --chart-4 : hsl ( 280 , 65 % , 60 % );
139
- --chart-5 : hsl ( 340 , 75 % , 55 % );
140
- --sidebar-background : hsl ( 0 , 0 % , 7 % );
141
- --sidebar-foreground : hsl ( 0 , 0 % , 80 % );
142
- --sidebar-primary : hsl ( 360 , 100 % , 100 % );
143
- --sidebar-primary-foreground : hsl ( 0 , 0 % , 100 % );
144
- --sidebar-accent : hsl ( 0 , 0 % , 15.9 % );
145
- --sidebar-accent-foreground : hsl ( 240 , 4.8 % , 95.9 % );
146
- --sidebar-border : hsl ( 0 , 0 % , 15.9 % );
147
- --sidebar-ring : hsl ( 217.2 , 91.2 % , 59.8 % );
117
+ --background : oklch ( 0.145 0 0 );
118
+ --foreground : oklch ( 0.985 0 0 );
119
+ --card : oklch ( 0.145 0 0 );
120
+ --card-foreground : oklch ( 0.985 0 0 );
121
+ --popover : oklch ( 0.145 0 0 );
122
+ --popover-foreground : oklch ( 0.985 0 0 );
123
+ --primary : oklch ( 0.985 0 0 );
124
+ --primary-foreground : oklch ( 0.205 0 0 );
125
+ --secondary : oklch ( 0.269 0 0 );
126
+ --secondary-foreground : oklch ( 0.985 0 0 );
127
+ --muted : oklch ( 0.269 0 0 );
128
+ --muted-foreground : oklch ( 0.708 0 0 );
129
+ --accent : oklch ( 0.269 0 0 );
130
+ --accent-foreground : oklch ( 0.985 0 0 );
131
+ --destructive : oklch ( 0.396 0.141 25.723 );
132
+ --destructive-foreground : oklch ( 0.637 0.237 25.331 );
133
+ --border : oklch ( 0.269 0 0 );
134
+ --input : oklch ( 0.269 0 0 );
135
+ --ring : oklch ( 0.439 0 0 );
136
+ --chart-1 : oklch ( 0.488 0.243 264.376 );
137
+ --chart-2 : oklch ( 0.696 0.17 162.48 );
138
+ --chart-3 : oklch ( 0.769 0.188 70.08 );
139
+ --chart-4 : oklch ( 0.627 0.265 303.9 );
140
+ --chart-5 : oklch ( 0.645 0.246 16.439 );
141
+ --sidebar : oklch ( 0.205 0 0 );
142
+ --sidebar-foreground : oklch ( 0.985 0 0 );
143
+ --sidebar-primary : oklch ( 0.985 0 0 );
144
+ --sidebar-primary-foreground : oklch ( 0.985 0 0 );
145
+ --sidebar-accent : oklch ( 0.269 0 0 );
146
+ --sidebar-accent-foreground : oklch ( 0.985 0 0 );
147
+ --sidebar-border : oklch ( 0.269 0 0 );
148
+ --sidebar-ring : oklch ( 0.439 0 0 );
148
149
}
149
150
150
151
@layer base {
155
156
body {
156
157
@apply bg-background text-foreground;
157
158
}
158
- }
159
+ }
0 commit comments