mirror of
https://github.com/wez/wezterm.git
synced 2024-12-20 11:52:18 +03:00
33 lines
491 B
TOML
33 lines
491 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#fbf1c7',
|
||
|
'#cc241d',
|
||
|
'#98971a',
|
||
|
'#d79921',
|
||
|
'#458588',
|
||
|
'#b16286',
|
||
|
'#689d6a',
|
||
|
'#7c6f64',
|
||
|
]
|
||
|
background = '#fbf1c7'
|
||
|
brights = [
|
||
|
'#928374',
|
||
|
'#9d0006',
|
||
|
'#79740e',
|
||
|
'#b57614',
|
||
|
'#076678',
|
||
|
'#8f3f71',
|
||
|
'#427b58',
|
||
|
'#3c3836',
|
||
|
]
|
||
|
cursor_bg = '#3c3836'
|
||
|
cursor_border = '#3c3836'
|
||
|
cursor_fg = '#3c3836'
|
||
|
foreground = '#3c3836'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Gruvbox (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|