87 lines
2.4 KiB
CSS
87 lines
2.4 KiB
CSS
/* Auto-generated lysnrai tokens from bytelyst.tokens.json — do not edit manually */
|
|
|
|
:root {
|
|
--lys-bg-canvas: #06070A;
|
|
--lys-bg-elevated: #0E1118;
|
|
--lys-surface-card: #121725;
|
|
--lys-surface-muted: #1A2335;
|
|
--lys-border-default: rgba(255,255,255,0.12);
|
|
--lys-border-strong: rgba(255,255,255,0.22);
|
|
--lys-text-primary: #EFF4FF;
|
|
--lys-text-secondary: #A5B1C7;
|
|
--lys-text-tertiary: #6C7C98;
|
|
--lys-accent-primary: #5A8CFF;
|
|
--lys-accent-secondary: #2EE6D6;
|
|
--lys-success: #34D399;
|
|
--lys-warning: #F59E0B;
|
|
--lys-danger: #FF6E6E;
|
|
--lys-focus-ring: rgba(90,140,255,0.45);
|
|
--lys-overlay-scrim: rgba(5,8,18,0.72);
|
|
|
|
/* lysnrai product colors */
|
|
--lys-recording-active: #FF6E6E;
|
|
--lys-recording-paused: #FFD166;
|
|
--lys-processing: #5A8CFF;
|
|
--lys-transcribed: #34D399;
|
|
--lys-dictation-mode: #7C6BFF;
|
|
--lys-command-mode: #2EE6D6;
|
|
--lys-hotkey-active: #FF6B8A;
|
|
|
|
--lys-font-display: "Space Grotesk", "SF Pro Display", sans-serif;
|
|
--lys-font-body: "DM Sans", "SF Pro Text", sans-serif;
|
|
--lys-font-mono: "IBM Plex Mono", "SF Mono", monospace;
|
|
|
|
--lys-fs-xs: 12px;
|
|
--lys-fs-sm: 14px;
|
|
--lys-fs-md: 16px;
|
|
--lys-fs-lg: 18px;
|
|
--lys-fs-xl: 22px;
|
|
--lys-fs-2xl: 28px;
|
|
--lys-fs-3xl: 36px;
|
|
|
|
--lys-space-0: 0;
|
|
--lys-space-1: 4px;
|
|
--lys-space-2: 8px;
|
|
--lys-space-3: 12px;
|
|
--lys-space-4: 16px;
|
|
--lys-space-5: 20px;
|
|
--lys-space-6: 24px;
|
|
--lys-space-7: 28px;
|
|
--lys-space-8: 32px;
|
|
--lys-space-10: 40px;
|
|
--lys-space-12: 48px;
|
|
--lys-space-16: 64px;
|
|
|
|
--lys-radius-xs: 8px;
|
|
--lys-radius-sm: 12px;
|
|
--lys-radius-md: 16px;
|
|
--lys-radius-lg: 20px;
|
|
--lys-radius-xl: 24px;
|
|
--lys-radius-pill: 999px;
|
|
|
|
--lys-elevation-sm: 0 4px 12px rgba(0,0,0,0.12);
|
|
--lys-elevation-md: 0 12px 28px rgba(0,0,0,0.18);
|
|
--lys-elevation-lg: 0 20px 48px rgba(0,0,0,0.24);
|
|
|
|
--lys-motion-fast: 140ms;
|
|
--lys-motion-base: 220ms;
|
|
--lys-motion-slow: 320ms;
|
|
--lys-easing-standard: cubic-bezier(0.2, 0.0, 0.2, 1);
|
|
}
|
|
|
|
[data-theme="light"] {
|
|
--lys-bg-canvas: #F6F8FC;
|
|
--lys-bg-elevated: #EEF2FA;
|
|
--lys-surface-card: #FFFFFF;
|
|
--lys-surface-muted: #F3F5FA;
|
|
--lys-border-default: rgba(14,19,32,0.12);
|
|
--lys-border-strong: rgba(14,19,32,0.24);
|
|
--lys-text-primary: #0E1320;
|
|
--lys-text-secondary: #55637A;
|
|
--lys-success: #13956A;
|
|
--lys-warning: #B87504;
|
|
--lys-danger: #D24242;
|
|
--lys-focus-ring: rgba(90,140,255,0.35);
|
|
--lys-overlay-scrim: rgba(10,13,23,0.5);
|
|
}
|