mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
33 lines
490 B
TOML
33 lines
490 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#3e3e3e',
|
||
|
'#970b16',
|
||
|
'#07962a',
|
||
|
'#f8eec7',
|
||
|
'#003e8a',
|
||
|
'#e94691',
|
||
|
'#89d1ec',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
background = '#f4f4f4'
|
||
|
brights = [
|
||
|
'#666666',
|
||
|
'#de0000',
|
||
|
'#87d5a2',
|
||
|
'#f1d007',
|
||
|
'#2e6cba',
|
||
|
'#ffa29f',
|
||
|
'#1cfafe',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#3e3e3e'
|
||
|
cursor_border = '#3e3e3e'
|
||
|
cursor_fg = '#3e3e3e'
|
||
|
foreground = '#3e3e3e'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Github (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|