mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
33 lines
497 B
TOML
33 lines
497 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#2e3436',
|
||
|
'#cc0000',
|
||
|
'#4e9a06',
|
||
|
'#c4a000',
|
||
|
'#3465a4',
|
||
|
'#75507b',
|
||
|
'#06989a',
|
||
|
'#d3d7cf',
|
||
|
]
|
||
|
background = '#300a24'
|
||
|
brights = [
|
||
|
'#555753',
|
||
|
'#ef2929',
|
||
|
'#8ae234',
|
||
|
'#fce94f',
|
||
|
'#729fcf',
|
||
|
'#ad7fa8',
|
||
|
'#34e2e2',
|
||
|
'#eeeeec',
|
||
|
]
|
||
|
cursor_bg = '#ffffff'
|
||
|
cursor_border = '#ffffff'
|
||
|
cursor_fg = '#ffffff'
|
||
|
foreground = '#ffffff'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'CloneofUbuntu (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|