mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
33 lines
493 B
TOML
33 lines
493 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#011627',
|
||
|
'#fe4450',
|
||
|
'#72f1b8',
|
||
|
'#fede5d',
|
||
|
'#03edf9',
|
||
|
'#ff7edb',
|
||
|
'#03edf9',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
background = '#262335'
|
||
|
brights = [
|
||
|
'#575656',
|
||
|
'#fe4450',
|
||
|
'#72f1b8',
|
||
|
'#fede5d',
|
||
|
'#03edf9',
|
||
|
'#ff7edb',
|
||
|
'#03edf9',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#03edf9'
|
||
|
cursor_border = '#03edf9'
|
||
|
cursor_fg = '#03edf9'
|
||
|
foreground = '#ffffff'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'SynthWave (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|