This commit is contained in:
2025-11-10 20:04:44 -08:00
parent c3711f7428
commit e8d127bb68
4 changed files with 30 additions and 27 deletions

View File

@@ -1,28 +1,27 @@
# Colors (Gruvbox Material Hard Dark)
# Colors (Custom Light Theme)
# Default colors
[colors.primary]
background = '#1d2021'
foreground = '#d4be98'
background = '#e5dfd3'
foreground = '#4a5353'
# Normal colors
[colors.normal]
black = '#32302f'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'
black = '#4a5353'
red = '#896d6d'
green = '#6d896d'
yellow = '#89896d'
blue = '#6d6d89'
magenta = '#896d89'
cyan = '#6d8989'
white = '#e5dfd3'
# Bright colors (same as normal colors)
# Bright colors
[colors.bright]
black = '#32302f'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'
black = '#4a5353'
red = '#a38989'
green = '#89a389'
yellow = '#a3a389'
blue = '#8989a3'
magenta = '#a389a3'
cyan = '#89a3a3'
white = '#e5dfd3'