mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
33 lines
490 B
TOML
33 lines
490 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#f9f5f5',
|
||
|
'#cc0000',
|
||
|
'#1f1e1f',
|
||
|
'#ada110',
|
||
|
'#ff004e',
|
||
|
'#75507b',
|
||
|
'#06919a',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
background = '#1f1e1f'
|
||
|
brights = [
|
||
|
'#555753',
|
||
|
'#ef2929',
|
||
|
'#ff0000',
|
||
|
'#ada110',
|
||
|
'#5f4aa6',
|
||
|
'#b74438',
|
||
|
'#408f0c',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#ffffff'
|
||
|
cursor_border = '#ffffff'
|
||
|
cursor_fg = '#ffffff'
|
||
|
foreground = '#ffffff'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'GeoHot (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|