mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
33 lines
496 B
TOML
33 lines
496 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#282a2e',
|
||
|
'#a54242',
|
||
|
'#a1b56c',
|
||
|
'#de935f',
|
||
|
'#225555',
|
||
|
'#85678f',
|
||
|
'#5e8d87',
|
||
|
'#777777',
|
||
|
]
|
||
|
background = '#091116'
|
||
|
brights = [
|
||
|
'#373b41',
|
||
|
'#c63535',
|
||
|
'#608360',
|
||
|
'#fa805a',
|
||
|
'#449da1',
|
||
|
'#ba8baf',
|
||
|
'#86c1b9',
|
||
|
'#c5c8c6',
|
||
|
]
|
||
|
cursor_bg = '#868a8c'
|
||
|
cursor_border = '#868a8c'
|
||
|
cursor_fg = '#868a8c'
|
||
|
foreground = '#868a8c'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'TerminixDark (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|