alacritty-theme/themes/gruvbox_material_hard_light.toml

29 lines
530 B
TOML
Raw Permalink Normal View History

2024-02-22 21:18:19 +01:00
# Colors (Gruvbox Material Hard Light)
# Default colors
[colors.primary]
background = '#f9f5d7'
foreground = '#654735'
# Normal colors
[colors.normal]
black = '#654735'
red = '#c14a4a'
green = '#6c782e'
yellow = '#b47109'
blue = '#45707a'
magenta = '#945e80'
cyan = '#4c7a5d'
white = '#f2e5bc'
# Bright colors (same as normal colors)
[colors.bright]
black = '#654735'
red = '#c14a4a'
green = '#6c782e'
yellow = '#b47109'
blue = '#45707a'
magenta = '#945e80'
cyan = '#4c7a5d'
white = '#f2e5bc'