1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-20 11:52:18 +03:00
wezterm/assets/colors/C64.toml

35 lines
548 B
TOML
Raw Normal View History

[colors]
ansi = [
'#090300',
'#883932',
'#55a049',
'#bfce72',
'#40318d',
'#8b3f96',
'#67b6bd',
'#ffffff',
]
background = '#40318d'
brights = [
'#000000',
'#883932',
'#55a049',
'#bfce72',
'#40318d',
'#8b3f96',
'#67b6bd',
'#f7f7f7',
]
cursor_bg = '#7869c4'
cursor_border = '#7869c4'
cursor_fg = '#40318d'
foreground = '#7869c4'
selection_bg = '#7869c4'
selection_fg = '#40318d'
[colors.indexed]
[metadata]
name = 'C64'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'