1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-28 07:55:03 +03:00
wezterm/assets/colors/Argonaut.toml

35 lines
553 B
TOML
Raw Normal View History

[colors]
ansi = [
'#232323',
'#ff000f',
'#8ce10b',
'#ffb900',
'#008df8',
'#6d43a6',
'#00d8eb',
'#ffffff',
]
background = '#0e1019'
brights = [
'#444444',
'#ff2740',
'#abe15b',
'#ffd242',
'#0092ff',
'#9a5feb',
'#67fff0',
'#ffffff',
]
cursor_bg = '#ff0018'
cursor_border = '#ff0018'
cursor_fg = '#ff0018'
foreground = '#fffaf4'
selection_bg = '#002a3b'
selection_fg = '#ffffff'
[colors.indexed]
[metadata]
name = 'Argonaut'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'