From 2b1bb77673d2d14c0198ca6443823162babd4d8c Mon Sep 17 00:00:00 2001 From: DanielS Date: Thu, 27 Aug 2026 00:39:07 +0200 Subject: [PATCH] feat(branding): add CASPOS Classic Blue preset --- shop/lib/constants/branding.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/shop/lib/constants/branding.ts b/shop/lib/constants/branding.ts index e606fb9..fd75479 100644 --- a/shop/lib/constants/branding.ts +++ b/shop/lib/constants/branding.ts @@ -117,6 +117,24 @@ export const PRESET_COLOR_SCHEMES: ColorPreset[] = [ buttonBg: '#2563eb', 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', name: 'Emerald Green',