catppuccin latte is on the light mode

This commit is contained in:
Priec
2026-06-25 12:19:08 +02:00
parent 3159c5b30b
commit aae8083de1
2 changed files with 14 additions and 12 deletions

View File

@@ -37,17 +37,19 @@
* dark:bg-surface-dark, border-outline, etc. * dark:bg-surface-dark, border-outline, etc.
* ============================================================ */ * ============================================================ */
@theme { @theme {
/* light mode */ /* light mode — Catppuccin Latte (https://catppuccin.com/palette)
--color-surface: var(--color-white); * Base #eff1f5, Mantle #e6e9ef, Surface1 #bcc0cc, Subtext1 #5c5f77,
--color-surface-alt: var(--color-slate-100); * Subtext0 #6c6f85, Text #4c4f69, Blue #1e66f5. */
--color-on-surface: var(--color-slate-700); --color-surface: #eff1f5; /* Base */
--color-on-surface-strong: var(--color-slate-900); --color-surface-alt: #e6e9ef; /* Mantle */
--color-primary: #0e63d6; --color-on-surface: #5c5f77; /* Subtext1 */
--color-on-primary: var(--color-white); --color-on-surface-strong: #4c4f69; /* Text */
--color-secondary: var(--color-slate-600); --color-primary: #1e66f5; /* Blue */
--color-on-secondary: var(--color-white); --color-on-primary: #eff1f5; /* Base */
--color-outline: var(--color-slate-300); --color-secondary: #6c6f85; /* Subtext0 */
--color-outline-strong: var(--color-slate-800); --color-on-secondary: #eff1f5; /* Base */
--color-outline: #bcc0cc; /* Surface1 */
--color-outline-strong: #4c4f69; /* Text */
/* dark mode — Gruvbox dark palette (https://github.com/morhetz/gruvbox) /* dark mode — Gruvbox dark palette (https://github.com/morhetz/gruvbox)
* bg0 #282828, bg1 #3c3836, bg2 #504945, fg0 #fbf1c7, fg1 #ebdbb2, * bg0 #282828, bg1 #3c3836, bg2 #504945, fg0 #fbf1c7, fg1 #ebdbb2,

File diff suppressed because one or more lines are too long