1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/assets/colors/Neopolitan.toml

35 lines
555 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#800000',
'#61ce3c',
'#fbde2d',
'#253b76',
'#ff0080',
'#8da6ce',
'#f8f8f8',
]
background = '#271f19'
brights = [
'#000000',
'#800000',
'#61ce3c',
'#fbde2d',
'#253b76',
'#ff0080',
'#8da6ce',
'#f8f8f8',
]
cursor_bg = '#ffffff'
cursor_border = '#ffffff'
cursor_fg = '#ffffff'
foreground = '#ffffff'
selection_bg = '#253b76'
selection_fg = '#ffffff'
[colors.indexed]
[metadata]
name = 'Neopolitan'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'