1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 03:11:31 +03:00
wezterm/assets/colors/Hivacruz.toml

35 lines
553 B
TOML
Raw Normal View History

[colors]
ansi = [
'#202746',
'#c94922',
'#ac9739',
'#c08b30',
'#3d8fd1',
'#6679cc',
'#22a2c9',
'#979db4',
]
background = '#132638'
brights = [
'#6b7394',
'#c76b29',
'#73ad43',
'#5e6687',
'#898ea4',
'#dfe2f1',
'#9c637a',
'#f5f7ff',
]
cursor_bg = '#979db4'
cursor_border = '#979db4'
cursor_fg = '#202746'
foreground = '#ede4e4'
selection_bg = '#5e6687'
selection_fg = '#979db4'
[colors.indexed]
[metadata]
name = 'Hivacruz'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'