mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
33 lines
493 B
TOML
33 lines
493 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#000000',
|
||
|
'#b04b57',
|
||
|
'#87b379',
|
||
|
'#e5c179',
|
||
|
'#7d8fa4',
|
||
|
'#a47996',
|
||
|
'#85a7a5',
|
||
|
'#b3b8c3',
|
||
|
]
|
||
|
background = '#20242d'
|
||
|
brights = [
|
||
|
'#000000',
|
||
|
'#b04b57',
|
||
|
'#87b379',
|
||
|
'#e5c179',
|
||
|
'#7d8fa4',
|
||
|
'#a47996',
|
||
|
'#85a7a5',
|
||
|
'#ffffff',
|
||
|
]
|
||
|
cursor_bg = '#b3b8c3'
|
||
|
cursor_border = '#b3b8c3'
|
||
|
cursor_fg = '#b3b8c3'
|
||
|
foreground = '#b3b8c3'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'SpaceGray (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|