mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
33 lines
494 B
TOML
33 lines
494 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#000507',
|
||
|
'#d94085',
|
||
|
'#2ab250',
|
||
|
'#ffd16f',
|
||
|
'#883cdc',
|
||
|
'#ececec',
|
||
|
'#c1b8b7',
|
||
|
'#fff8de',
|
||
|
]
|
||
|
background = '#1f1726'
|
||
|
brights = [
|
||
|
'#009cc9',
|
||
|
'#da6bac',
|
||
|
'#f4dca5',
|
||
|
'#eac066',
|
||
|
'#308cba',
|
||
|
'#ae636b',
|
||
|
'#ff919d',
|
||
|
'#e4838d',
|
||
|
]
|
||
|
cursor_bg = '#dafaff'
|
||
|
cursor_border = '#dafaff'
|
||
|
cursor_fg = '#dafaff'
|
||
|
foreground = '#dafaff'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'WildCherry (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|