1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Gruvbox Light.toml

35 lines
558 B
TOML
Raw Normal View History

[colors]
ansi = [
'#fbf1c7',
'#9d0006',
'#79740e',
'#b57614',
'#076678',
'#8f3f71',
'#427b58',
'#3c3836',
]
background = '#fbf1c7'
brights = [
'#9d8374',
'#cc241d',
'#98971a',
'#d79921',
'#458588',
'#b16186',
'#689d69',
'#7c6f64',
]
cursor_bg = '#282828'
cursor_border = '#282828'
cursor_fg = '#fbf1c7'
foreground = '#282828'
selection_bg = '#d5c4a1'
selection_fg = '#665c54'
[colors.indexed]
[metadata]
name = 'Gruvbox Light'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'