27 lines
703 B
CSS
27 lines
703 B
CSS
/* Theme Variables - purple */
|
|
/* Generated from purple.toml */
|
|
/* Do not edit manually */
|
|
|
|
:root {
|
|
/* Colors */
|
|
--color-primary: #8b5cf6;
|
|
--color-primary-hover: #7c3aed;
|
|
--color-secondary: #6366f1;
|
|
--color-secondary-hover: #4f46e5;
|
|
--color-accent: #ec4899;
|
|
--color-success: #10b981;
|
|
--color-warning: #f59e0b;
|
|
--color-error: #ef4444;
|
|
--color-info: #06b6d4;
|
|
--color-surface: #fefefe;
|
|
--color-surface-dark: #1e1b4b;
|
|
--color-surface-hover: #f8fafc;
|
|
--color-surface-hover-dark: #312e81;
|
|
--color-text: #1e1b4b;
|
|
--color-text-dark: #f1f5f9;
|
|
--color-text-secondary: #64748b;
|
|
--color-text-secondary-dark: #94a3b8;
|
|
--color-border: #e2e8f0;
|
|
--color-border-dark: #475569;
|
|
|
|
}
|