feat(branding): add CASPOS Classic Blue preset
All checks were successful
Staging Build / build (push) Successful in 3m8s
All checks were successful
Staging Build / build (push) Successful in 3m8s
This commit is contained in:
@@ -117,6 +117,24 @@ export const PRESET_COLOR_SCHEMES: ColorPreset[] = [
|
|||||||
buttonBg: '#2563eb',
|
buttonBg: '#2563eb',
|
||||||
ringColor: '#38bdf8',
|
ringColor: '#38bdf8',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'caspos_classic_blue',
|
||||||
|
name: 'CASPOS Classic Blue',
|
||||||
|
description: 'Das originale CASPOS-Blau – vertraut & clean',
|
||||||
|
primary: '#3b82f6',
|
||||||
|
accent: '#60a5fa',
|
||||||
|
success: '#10b981',
|
||||||
|
warning: '#f59e0b',
|
||||||
|
destructive: '#ef4444',
|
||||||
|
bgGlow1: '#3b82f6',
|
||||||
|
bgGlow2: '#1d4ed8',
|
||||||
|
gradientFrom: '#3b82f6',
|
||||||
|
gradientTo: '#2563eb',
|
||||||
|
cardBorder: 'rgba(96, 165, 250, 0.35)',
|
||||||
|
textHighlight: '#bfdbfe',
|
||||||
|
buttonBg: '#3b82f6',
|
||||||
|
ringColor: '#60a5fa',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'emerald_green',
|
id: 'emerald_green',
|
||||||
name: 'Emerald Green',
|
name: 'Emerald Green',
|
||||||
|
|||||||
Reference in New Issue
Block a user