1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 12:51:31 +03:00
wezterm/assets/colors/Retro.toml

35 lines
550 B
TOML
Raw Normal View History

[colors]
ansi = [
'#13a10e',
'#13a10e',
'#13a10e',
'#13a10e',
'#13a10e',
'#13a10e',
'#13a10e',
'#13a10e',
]
background = '#000000'
brights = [
'#16ba10',
'#16ba10',
'#16ba10',
'#16ba10',
'#16ba10',
'#16ba10',
'#16ba10',
'#16ba10',
]
cursor_bg = '#13a10e'
cursor_border = '#13a10e'
cursor_fg = '#000000'
foreground = '#13a10e'
selection_bg = '#ffffff'
selection_fg = '#000000'
[colors.indexed]
[metadata]
name = 'Retro'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'