mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 01:14:45 +02:00
feat: apply Carbon theme — amber accent, Inter/JetBrains Mono, sharp corners, Lucide icons preserved
Carbon palette: #111111/#0d0d0d backgrounds, #1e1e1e borders, traffic-light data colors (green/red/sky/amber), 10px uppercase card headers, StatCard colored border-tops, Layout sidebar amber bar + right nav indicator. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
88554eb252
commit
6b08cdc004
8 changed files with 142 additions and 168 deletions
|
|
@ -17,31 +17,20 @@ export default {
|
|||
extend: {
|
||||
colors: {
|
||||
bg: {
|
||||
DEFAULT: '#0a0e17',
|
||||
card: '#0f1520',
|
||||
hover: '#162030',
|
||||
elevated: '#1a2535',
|
||||
DEFAULT: '#111111',
|
||||
card: '#0d0d0d',
|
||||
hover: '#161616',
|
||||
elevated: '#1a1a1a',
|
||||
},
|
||||
border: {
|
||||
DEFAULT: '#1c2a3a',
|
||||
light: '#243345',
|
||||
bright: '#2d4060',
|
||||
DEFAULT: '#1e1e1e',
|
||||
light: '#222222',
|
||||
bright: '#2a2a2a',
|
||||
},
|
||||
amber: {
|
||||
accent: {
|
||||
DEFAULT: '#f59e0b',
|
||||
dim: '#d97706',
|
||||
glow: '#fbbf24',
|
||||
muted: 'rgba(245,158,11,0.15)',
|
||||
},
|
||||
blue: {
|
||||
DEFAULT: '#38bdf8',
|
||||
dim: '#0ea5e9',
|
||||
muted: 'rgba(56,189,248,0.12)',
|
||||
},
|
||||
danger: {
|
||||
DEFAULT: '#f97316',
|
||||
dim: '#ea580c',
|
||||
muted: 'rgba(249,115,22,0.15)',
|
||||
muted: 'rgba(245,158,11,0.12)',
|
||||
},
|
||||
slate: {
|
||||
100: '#f1f5f9',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue