This commit is contained in:
F4ilji
2026-04-07 17:54:26 +05:00
parent 04adba6682
commit 936b1fb5b0
468 changed files with 43498 additions and 4176 deletions
+45
View File
@@ -32,6 +32,11 @@ export default {
dark: '#233376',
hover: '#3A52B0',
active: '#1E2F6D',
50: '#EEF0F8',
100: '#DDE0F1',
200: '#BBC1E3',
500: '#2D4191',
700: '#233376',
},
secondary: {
DEFAULT: '#E7544A',
@@ -41,6 +46,46 @@ export default {
hover: '#E6635A',
active: '#CC3A30',
},
foreground: {
DEFAULT: '#0F172A',
},
// Семантические цвета для Dashboard
layer: {
DEFAULT: '#FFFFFF',
foreground: '#0F172A',
},
surface: {
DEFAULT: '#F8FAFC',
muted: '#F1F5F9',
},
'layer-line': '#E2E8F0',
'line-2': '#CBD5E1',
'muted-foreground': {
1: '#64748B',
2: '#94A3B8',
},
'muted-hover': '#F1F5F9',
'background-2': '#F8FAFC',
success: {
DEFAULT: '#059669',
light: '#10B981',
dark: '#047857',
},
danger: {
DEFAULT: '#DC2626',
light: '#EF4444',
dark: '#B91C1C',
},
warning: {
DEFAULT: '#D97706',
light: '#F59E0B',
dark: '#B45309',
},
info: {
DEFAULT: '#0284C7',
light: '#0EA5E9',
dark: '#0369A1',
},
},
},
},