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

35 lines
550 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#b0425b',
'#37a415',
'#ad5c42',
'#564d9b',
'#6c3ca1',
'#808080',
'#87799c',
]
background = '#1b1b23'
brights = [
'#5d3225',
'#ff6388',
'#29e620',
'#f08161',
'#867aed',
'#a05eee',
'#eaeaea',
'#bfa3ff',
]
cursor_bg = '#a063eb'
cursor_border = '#a063eb'
cursor_fg = '#1b1b22'
foreground = '#877a9b'
selection_bg = '#a063eb'
selection_fg = '#1b1b22'
[colors.indexed]
[metadata]
name = 'Urple'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'