1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00
wezterm/assets/colors/Belafonte Day.toml

35 lines
558 B
TOML
Raw Normal View History

[colors]
ansi = [
'#20111b',
'#be100e',
'#858162',
'#eaa549',
'#426a79',
'#97522c',
'#989a9c',
'#968c83',
]
background = '#d5ccba'
brights = [
'#5e5252',
'#be100e',
'#858162',
'#eaa549',
'#426a79',
'#97522c',
'#989a9c',
'#d5ccba',
]
cursor_bg = '#45373c'
cursor_border = '#45373c'
cursor_fg = '#d5ccba'
foreground = '#45373c'
selection_bg = '#968c83'
selection_fg = '#45373c'
[colors.indexed]
[metadata]
name = 'Belafonte Day'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'