export const theme = { colors: { bg: '#0D1117', cardBg: 'rgba(22, 27, 34, 0.8)', textPrimary: '#E6EDF3', textSecondary: '#8B949E', accent: '#58A6FF', border: 'rgba(240, 246, 252, 0.1)', online: '#00E676', offline: '#FF1744', working: '#2979FF', sidebarBg: 'rgba(13, 17, 23, 0.95)', }, } as const; export type Theme = typeof theme;