hyp / apps /ui /src /styles /themes /bluloco.css
Leon4gr45's picture
Upload folder using huggingface_hub
1dbc34b verified
Raw
History Blame Contribute Delete
2.85 kB
/* Bluloco Light Theme - Clean light with cyan-blue accent */
.bluloco {
/* Backgrounds */
--background: oklch(0.98 0.002 250);
--background-50: oklch(0.98 0.002 250 / 0.5);
--background-80: oklch(0.98 0.002 250 / 0.8);
/* Text */
--foreground: oklch(0.3 0.02 250);
--foreground-secondary: oklch(0.45 0.02 250);
--foreground-muted: oklch(0.55 0.015 250);
/* Card/Popover */
--card: oklch(0.96 0.003 250);
--card-foreground: oklch(0.3 0.02 250);
--popover: oklch(0.98 0.002 250);
--popover-foreground: oklch(0.3 0.02 250);
/* Primary/Brand - cyan-blue #0099e1 */
--primary: oklch(0.62 0.18 220);
--primary-foreground: oklch(1 0 0);
--brand-400: oklch(0.67 0.16 220);
--brand-500: oklch(0.62 0.18 220);
--brand-600: oklch(0.55 0.2 220);
/* Secondary */
--secondary: oklch(0.92 0.005 250);
--secondary-foreground: oklch(0.3 0.02 250);
/* Muted */
--muted: oklch(0.93 0.005 250);
--muted-foreground: oklch(0.5 0.015 250);
/* Accent */
--accent: oklch(0.94 0.005 250);
--accent-foreground: oklch(0.3 0.02 250);
/* Destructive - red #d52753 */
--destructive: oklch(0.5 0.22 15);
/* Borders */
--border: oklch(0.88 0.005 250);
--border-glass: oklch(0.3 0.02 250 / 0.1);
--input: oklch(0.98 0.002 250);
--ring: oklch(0.62 0.18 220);
/* Charts */
--chart-1: oklch(0.62 0.18 220);
--chart-2: oklch(0.55 0.15 145);
--chart-3: oklch(0.5 0.22 15);
--chart-4: oklch(0.6 0.2 320);
--chart-5: oklch(0.7 0.15 85);
/* Sidebar */
--sidebar: oklch(0.93 0.005 250);
--sidebar-foreground: oklch(0.3 0.02 250);
--sidebar-primary: oklch(0.62 0.18 220);
--sidebar-primary-foreground: oklch(1 0 0);
--sidebar-accent: oklch(0.9 0.005 250);
--sidebar-accent-foreground: oklch(0.3 0.02 250);
--sidebar-border: oklch(0.88 0.005 250);
--sidebar-ring: oklch(0.62 0.18 220);
/* Action buttons */
--action-view: oklch(0.62 0.18 220);
--action-view-hover: oklch(0.55 0.2 220);
--action-followup: oklch(0.55 0.15 265);
--action-followup-hover: oklch(0.5 0.17 265);
--action-commit: oklch(0.55 0.15 145);
--action-commit-hover: oklch(0.5 0.17 145);
--action-verify: oklch(0.55 0.15 145);
--action-verify-hover: oklch(0.5 0.17 145);
/* Running indicator */
--running-indicator: oklch(0.62 0.18 220);
--running-indicator-text: oklch(0.55 0.2 220);
/* Status colors */
--status-success: oklch(0.55 0.15 145);
--status-success-bg: oklch(0.55 0.15 145 / 0.15);
--status-warning: oklch(0.7 0.15 85);
--status-warning-bg: oklch(0.7 0.15 85 / 0.15);
--status-error: oklch(0.5 0.22 15);
--status-error-bg: oklch(0.5 0.22 15 / 0.15);
--status-info: oklch(0.62 0.18 220);
--status-info-bg: oklch(0.62 0.18 220 / 0.15);
--status-backlog: oklch(0.5 0 0);
--status-in-progress: oklch(0.7 0.15 85);
--status-waiting: oklch(0.65 0.18 50);
}