@import "tailwindcss"; @plugin "daisyui"; @plugin "daisyui/theme" { name: "ohmstream"; default: true; prefersdark: false; color-scheme: dark; --color-base-100: oklch(0.15 0.01 260); /* #1a1c20 - main bg */ --color-base-200: oklch(0.18 0.01 260); /* #202327 - card bg */ --color-base-300: oklch(0.22 0.01 260); /* #2a2d32 - elevated */ --color-base-content: oklch(0.93 0.01 80); /* #eae8e4 - text */ --color-primary: oklch(0.72 0.16 65); /* #FF9F1C - orange */ --color-primary-content: oklch(0.18 0.02 65); /* #1a1400 */ --color-secondary: oklch(0.65 0.12 310); /* #e05faa - magenta */ --color-secondary-content: oklch(0.95 0 0); --color-accent: oklch(0.78 0.14 75); /* #FFBF69 - gold */ --color-accent-content: oklch(0.18 0.02 75); --color-neutral: oklch(0.25 0.01 260); /* #292b30 */ --color-neutral-content: oklch(0.9 0.01 80); --color-info: oklch(0.65 0.15 250); /* #3b7ddd */ --color-success: oklch(0.65 0.14 155); /* #2d936c */ --color-warning: oklch(0.75 0.16 75); /* #f0a500 */ --color-error: oklch(0.6 0.2 25); /* #e63946 */ --color-error-content: oklch(0.95 0 0); --radius-selector: 0.5rem; --radius-field: 0.375rem; --radius-box: 0.5rem; --size-selector: 0.25rem; --size-field: 0.25rem; --border: 1px; --depth: 1; --noise: 0; }