@customafk/lunas-ui 0.2.62 → 0.2.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/styles/theme.css CHANGED
@@ -106,11 +106,14 @@
106
106
  --input: oklch(0.871 0.006 286.286); /* --color-zinc-300 */
107
107
  --ring: oklch(0.81 0.1 294); /* --color-violet-300 */
108
108
 
109
- --chart-1: oklch(0.646 0.222 41.116);
110
- --chart-2: oklch(0.6 0.118 184.704);
111
- --chart-3: oklch(0.398 0.07 227.392);
112
- --chart-4: oklch(0.828 0.189 84.429);
113
- --chart-5: oklch(0.769 0.188 70.08);
109
+ --chart-1: oklch(0.61 0.22 293); /* violet — matches --primary */
110
+ --chart-2: oklch(0.62 0.19 260); /* blue — matches --info */
111
+ --chart-3: oklch(0.72 0.19 150); /* green — matches --success */
112
+ --chart-4: oklch(0.78 0.16 75); /* amber */
113
+ --chart-5: oklch(0.64 0.21 25); /* red */
114
+ --chart-6: oklch(0.7 0.14 195); /* teal */
115
+ --chart-7: oklch(0.66 0.2 330); /* fuchsia */
116
+ --chart-8: oklch(0.55 0.04 285); /* muted slate-violet */
114
117
 
115
118
  --sidebar: oklch(0.97 0 286); /* --color-zinc-100 */
116
119
  --sidebar-foreground: oklch(0.28 0.04 260.03);