1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-06 13:59:33 +03:00
wezterm/assets/colors/WildCherry.toml

35 lines
555 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000507',
'#d94085',
'#2ab250',
'#ffd16f',
'#883cdc',
'#ececec',
'#c1b8b7',
'#fff8de',
]
background = '#1f1726'
brights = [
'#009cc9',
'#da6bac',
'#f4dca5',
'#eac066',
'#308cba',
'#ae636b',
'#ff919d',
'#e4838d',
]
cursor_bg = '#dd00ff'
cursor_border = '#dd00ff'
cursor_fg = '#ff00fe'
foreground = '#dafaff'
selection_bg = '#002831'
selection_fg = '#e4ffff'
[colors.indexed]
[metadata]
name = 'WildCherry'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'