mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
33 lines
511 B
TOML
33 lines
511 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#002831',
|
||
|
'#d11c24',
|
||
|
'#6cbe6c',
|
||
|
'#a57706',
|
||
|
'#2176c7',
|
||
|
'#c61c6f',
|
||
|
'#259286',
|
||
|
'#eae3cb',
|
||
|
]
|
||
|
background = '#001e27'
|
||
|
brights = [
|
||
|
'#006488',
|
||
|
'#f5163b',
|
||
|
'#51ef84',
|
||
|
'#b27e28',
|
||
|
'#178ec8',
|
||
|
'#e24d8e',
|
||
|
'#00b39e',
|
||
|
'#fcf4dc',
|
||
|
]
|
||
|
cursor_bg = '#9cc2c3'
|
||
|
cursor_border = '#9cc2c3'
|
||
|
cursor_fg = '#9cc2c3'
|
||
|
foreground = '#9cc2c3'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'SolarizedDarkHigherContrast (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|