mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
33 lines
494 B
TOML
33 lines
494 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#000000',
|
||
|
'#ff4242',
|
||
|
'#74af68',
|
||
|
'#ffad29',
|
||
|
'#338f86',
|
||
|
'#9414e6',
|
||
|
'#23d7d7',
|
||
|
'#e1e1e0',
|
||
|
]
|
||
|
background = '#2d3743'
|
||
|
brights = [
|
||
|
'#555555',
|
||
|
'#ff3242',
|
||
|
'#74cd68',
|
||
|
'#ffb929',
|
||
|
'#23d7d7',
|
||
|
'#ff37ff',
|
||
|
'#00ede1',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#e1e1e0'
|
||
|
cursor_border = '#e1e1e0'
|
||
|
cursor_fg = '#e1e1e0'
|
||
|
foreground = '#e1e1e0'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Misterioso (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|