1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/assets/colors/Floraverse.toml

35 lines
555 B
TOML
Raw Normal View History

[colors]
ansi = [
'#08002e',
'#64002c',
'#5d731a',
'#cd751c',
'#1d6da1',
'#b7077e',
'#42a38c',
'#f3e0b8',
]
background = '#0e0d15'
brights = [
'#331e4d',
'#d02063',
'#b4ce59',
'#fac357',
'#40a4cf',
'#f12aae',
'#62caa8',
'#fff5db',
]
cursor_bg = '#bbbbbb'
cursor_border = '#bbbbbb'
cursor_fg = '#ffffff'
foreground = '#dbd1b9'
selection_bg = '#f3e0b8'
selection_fg = '#08002e'
[colors.indexed]
[metadata]
name = 'Floraverse'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'