mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
33 lines
488 B
TOML
33 lines
488 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#191622',
|
||
|
'#e96379',
|
||
|
'#67e480',
|
||
|
'#e89e64',
|
||
|
'#78d1e1',
|
||
|
'#988bc7',
|
||
|
'#ff79c6',
|
||
|
'#abb2bf',
|
||
|
]
|
||
|
background = '#191622'
|
||
|
brights = [
|
||
|
'#000000',
|
||
|
'#e96379',
|
||
|
'#67e480',
|
||
|
'#e89e64',
|
||
|
'#78d1e1',
|
||
|
'#988bc7',
|
||
|
'#ff79c6',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#abb2bf'
|
||
|
cursor_border = '#abb2bf'
|
||
|
cursor_fg = '#abb2bf'
|
||
|
foreground = '#abb2bf'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Omni (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|