(fix): some methanium colors
All checks were successful
/ deploy-and-package (push) Successful in 1m9s

This commit is contained in:
Alois 2026-07-30 14:48:53 +02:00
commit 279e08f693
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@methanium/ui", "name": "@methanium/ui",
"version": "0.0.12", "version": "0.0.13",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -280,7 +280,7 @@ export const BUILT_IN_THEMES = defineThemes([
--accent: #cf8fe633; --accent: #cf8fe633;
--accent-foreground: #642f79; --accent-foreground: #642f79;
--destructive: #b91c1c; --destructive: #b91c1c;
--border: #c5ced6; --border: #242D38;
--input: #b7c2cc; --input: #b7c2cc;
--ring: #9d53bc; --ring: #9d53bc;
--chart-1: #8c47ad; --chart-1: #8c47ad;
@ -294,7 +294,7 @@ export const BUILT_IN_THEMES = defineThemes([
--sidebar-primary-foreground: #ffffff; --sidebar-primary-foreground: #ffffff;
--sidebar-accent: #cf8fe633; --sidebar-accent: #cf8fe633;
--sidebar-accent-foreground: #642f79; --sidebar-accent-foreground: #642f79;
--sidebar-border: #c5ced6; --sidebar-border: #242D38;
--sidebar-ring: #9d53bc; --sidebar-ring: #9d53bc;
} }
:root.dark[data-theme="methanium"] { :root.dark[data-theme="methanium"] {
@ -328,7 +328,7 @@ export const BUILT_IN_THEMES = defineThemes([
--sidebar-primary-foreground: #000000; --sidebar-primary-foreground: #000000;
--sidebar-accent: #2b3642; --sidebar-accent: #2b3642;
--sidebar-accent-foreground: #d2e0f0; --sidebar-accent-foreground: #d2e0f0;
--sidebar-border: #374351; --sidebar-border: #242D38;
--sidebar-ring: #cf8fe6; --sidebar-ring: #cf8fe6;
} }
:root[data-theme="methanium"] body { :root[data-theme="methanium"] body {