mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
33 lines
494 B
TOML
33 lines
494 B
TOML
|
[colors]
|
||
|
ansi = [
|
||
|
'#878787',
|
||
|
'#ff6600',
|
||
|
'#ccff04',
|
||
|
'#ffcc00',
|
||
|
'#44b4cc',
|
||
|
'#9933cc',
|
||
|
'#44b4cc',
|
||
|
'#f5f5f5',
|
||
|
]
|
||
|
background = '#000000'
|
||
|
brights = [
|
||
|
'#555555',
|
||
|
'#ff0000',
|
||
|
'#00ff00',
|
||
|
'#ffff00',
|
||
|
'#0000ff',
|
||
|
'#ff00ff',
|
||
|
'#00ffff',
|
||
|
'#e5e5e5',
|
||
|
]
|
||
|
cursor_bg = '#ffffff'
|
||
|
cursor_border = '#ffffff'
|
||
|
cursor_fg = '#ffffff'
|
||
|
foreground = '#ffffff'
|
||
|
|
||
|
[colors.indexed]
|
||
|
|
||
|
[metadata]
|
||
|
name = 'VibrantInk (Gogh)'
|
||
|
origin_url = 'https://github.com/Gogh-Co/Gogh'
|