(fix): some methanium colors
All checks were successful
/ deploy-and-package (push) Successful in 1m9s
All checks were successful
/ deploy-and-package (push) Successful in 1m9s
This commit is contained in:
parent
9a60c880c6
commit
279e08f693
2 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue