mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
33 lines
495 B
TOML
33 lines
495 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#121c21',
|
||
|
'#e44754',
|
||
|
'#89bd82',
|
||
|
'#f7bd51',
|
||
|
'#5486c0',
|
||
|
'#b77eb8',
|
||
|
'#50a5a4',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
background = '#121b21'
|
||
|
brights = [
|
||
|
'#52606b',
|
||
|
'#e44754',
|
||
|
'#89bd82',
|
||
|
'#f7bd51',
|
||
|
'#5486c0',
|
||
|
'#b77eb8',
|
||
|
'#50a5a4',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#b3b8c3'
|
||
|
cursor_border = '#b3b8c3'
|
||
|
cursor_fg = '#b3b8c3'
|
||
|
foreground = '#b3b8c3'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'OceanicNext (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|