const THEME = {
canvasBg: '#0a0f1a',
gridColor: 'rgba(59, 130, 246, 0.08)',
strokeColor: '#e2e8f0',
fillColor: '#3b82f6',
fontFamily: 'Inter, sans-serif',
fontWeight: '500',
fontSize: 20,
accentColor: '#3b82f6',
accentSoft: 'rgba(59, 130, 246, 0.08)',
selectionDash: [5, 5],
handleFill: '#ffffff',
handleRadius: 4,
selectionPad: 5,
cornerRadius: 12,
hachureGap: 10,
hachureAngle: -0.785, hachureAlpha: 0.5,
hachureLineWidth: 1.5,
arrowheadLength: 14,
arrowheadAngle: 0.45,
palette: [
'#e2e8f0', '#94a3b8', '#64748b', '#1e293b', '#0f172a', '#3b82f6', '#2563eb', '#1d4ed8', '#60a5fa', '#93c5fd', '#34d399', '#10b981', '#f59e0b', '#f97316', '#ef4444', '#ec4899', '#a855f7', '#8b5cf6', '#ffffff', 'transparent', ],
autoSaveIntervalMs: 30_000,
};