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

35 lines
551 B
TOML
Raw Normal View History

[colors]
ansi = [
'#012026',
'#b2302d',
'#00a941',
'#5e8baa',
'#449a86',
'#00599d',
'#5d7e19',
'#405555',
]
background = '#001015'
brights = [
'#384451',
'#ff4242',
'#2aea5e',
'#8ed4fd',
'#61d5ba',
'#1298ff',
'#98d028',
'#58fbd6',
]
cursor_bg = '#4afcd6'
cursor_border = '#4afcd6'
cursor_fg = '#031413'
foreground = '#405555'
selection_bg = '#415555'
selection_fg = '#5afad6'
[colors.indexed]
[metadata]
name = 'Shaman'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'