@@ -25,31 +25,30 @@ code {
2525@custom-variant dark (& : where (.dark , .dark * ));
2626
2727@theme {
28- --color-mint-500 : oklch (0.72 0.11 178 );
29- --color-bg-primary : oklch (0.53 0.1896 257.41 );
30- --color-bg-secondary : oklch (0.9 0.0221 250.23 );
31- --color-bg-secondary-hover : oklch (0.83 0.0314 249.73 );
32- --color-bg-danger : oklch (0.67 0.2143 24.47 );
33- --color-bg-success : oklch (0.73 0.2182 138.49 );
34- --color-bg-warning : oklch (0.85 0.1452 85.83 );
28+ --color-primary : oklch (0.53 0.1896 257.41 );
29+ --color-secondary : oklch (0.9 0.0221 250.23 );
30+ --color-secondary-hover : oklch (0.83 0.0314 249.73 );
31+ --color-danger : oklch (0.67 0.2143 24.47 );
32+ --color-success : oklch (0.73 0.2182 138.49 );
33+ --color-warning : oklch (0.85 0.1452 85.83 );
3534
3635 --color-on-primary : oklch (1 0 0 );
3736 --color-on-secondary : oklch (0.42 0.0431 250.1 );
3837 --color-on-secondary-hover : oklch (0.42 0.0431 250.1 );
3938 --color-on-danger : oklch (1 0 0 );
4039 --color-on-success : oklch (1 0 0 );
4140 --color-on-warning : oklch (1 0 0 );
42- --color-on-background : oklch (1 0 0 );
41+ --color-on-background : oklch (0.42 0.0431 250.1 );
4342}
4443
4544@layer base {
4645 @variant dark {
47- --color-bg- primary : oklch (0.53 0.1896 257.41 );
48- --color-bg- secondary : oklch (0.24 0.0129 258.37 );
49- --color-bg- secondary-hover : oklch (0.22 0.0115 254.07 );
50- --color-bg- danger : oklch (0.67 0.2143 24.47 );
51- --color-bg- success : oklch (0.73 0.2182 138.49 );
52- --color-bg- warning : oklch (0.85 0.1452 85.83 );
46+ --color-primary : oklch (0.53 0.1896 257.41 );
47+ --color-secondary : oklch (0.24 0.0129 258.37 );
48+ --color-secondary-hover : oklch (0.22 0.0115 254.07 );
49+ --color-danger : oklch (0.67 0.2143 24.47 );
50+ --color-success : oklch (0.73 0.2182 138.49 );
51+ --color-warning : oklch (0.85 0.1452 85.83 );
5352
5453 --color-on-primary : oklch (1 0 0 );
5554 --color-on-secondary : oklch (1 0 0 );
0 commit comments