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

35 lines
554 B
TOML
Raw Normal View History

[colors]
ansi = [
'#230046',
'#7d1625',
'#337e6f',
'#7f6f49',
'#4f4a7f',
'#5a3f7f',
'#58777f',
'#736e7d',
]
background = '#050014'
brights = [
'#372d46',
'#e05167',
'#52e0c4',
'#e0c386',
'#8e87e0',
'#a776e0',
'#9ad4e0',
'#8c91fa',
]
cursor_bg = '#8c91fa'
cursor_border = '#8c91fa'
cursor_fg = '#050014'
foreground = '#736e7d'
selection_bg = '#37323c'
selection_fg = '#8c91fa'
[colors.indexed]
[metadata]
name = 'Lavandula'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'