(feat): improve secret theme
All checks were successful
/ deploy-and-package (push) Successful in 1m6s

This commit is contained in:
Alois 2026-07-30 21:03:18 +02:00
commit 9674c23e97
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -601,7 +601,7 @@ export const BUILT_IN_THEMES = defineThemes([
border-color: var(--secret-border); border-color: var(--secret-border);
} }
:root[data-theme="secret"] [data-slot="select-item"]:is(:hover, :focus, [data-highlighted], [data-selected]) { :root[data-theme="secret"] [data-slot="select-item"]:is(:hover, :focus, [data-highlighted], [data-selected]) {
background-color: #24120c; background-color: color-mix(in srgb, var(--popover) 72%, #0a0a0a 28%);
color: #ffe8b4; color: #ffe8b4;
} }
:root[data-theme="secret"] [data-slot="button"][data-variant="default"] { :root[data-theme="secret"] [data-slot="button"][data-variant="default"] {