Jaimodiji's picture
Sync all client files to fix build
e1753d8 verified
raw
history blame contribute delete
307 Bytes
export const colors = {
panelBg: '#ffffff',
panelBgDark: '#1e1e1e',
border: '#e5e5e5',
borderDark: '#3a3a3a',
hover: '#f5f5f5',
hoverDark: '#2a2a2a',
selected: '#2563eb',
text: '#1a1a1a',
textDark: '#ffffff',
textMuted: '#6b7280',
overlay: 'rgba(0, 0, 0, 0.5)',
}