export const colors = { bg: '#0A0E1A', surface: '#111827', surfaceAlt: '#1A2233', accent: '#32B8C6', accentDim: '#1A6B73', danger: '#FF4757', warn: '#FFA502', success: '#2ED573', textPrimary: '#E2E8F0', textSecondary: '#94A3B8', muted: '#475569', border: '#1E293B', connected: '#2ED573', simulated: '#FFA502', disconnected: '#FF4757', signalLow: '#3B82F6', signalMid: '#10B981', signalHigh: '#EF4444', }; export type ColorKey = keyof typeof colors;