1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-20 03:41:36 +03:00
wezterm/assets/colors/SleepyHollow.toml

35 lines
557 B
TOML
Raw Normal View History

[colors]
ansi = [
'#572100',
'#ba3934',
'#91773f',
'#b55600',
'#5f63b4',
'#a17c7b',
'#8faea9',
'#af9a91',
]
background = '#121214'
brights = [
'#4e4b61',
'#d9443f',
'#d6b04e',
'#f66813',
'#8086ef',
'#e2c2bb',
'#a4dce7',
'#d2c7a9',
]
cursor_bg = '#af9a91'
cursor_border = '#af9a91'
cursor_fg = '#391a02'
foreground = '#af9a91'
selection_bg = '#575256'
selection_fg = '#d2c7a9'
[colors.indexed]
[metadata]
name = 'SleepyHollow'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'