mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
33 lines
487 B
TOML
33 lines
487 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#000000',
|
||
|
'#b5407b',
|
||
|
'#7bb540',
|
||
|
'#b57b40',
|
||
|
'#407bb5',
|
||
|
'#7b40b5',
|
||
|
'#40b57b',
|
||
|
'#f8f8f8',
|
||
|
]
|
||
|
background = '#ffffff'
|
||
|
brights = [
|
||
|
'#737373',
|
||
|
'#cd73a0',
|
||
|
'#a0cd73',
|
||
|
'#cda073',
|
||
|
'#73a0cd',
|
||
|
'#a073cd',
|
||
|
'#73cda0',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#23476a'
|
||
|
cursor_border = '#23476a'
|
||
|
cursor_fg = '#23476a'
|
||
|
foreground = '#23476a'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'Mar (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|