1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00
wezterm/assets/colors/Earthsong.toml

35 lines
554 B
TOML
Raw Normal View History

[colors]
ansi = [
'#121418',
'#c94234',
'#85c54c',
'#f5ae2e',
'#1398b9',
'#d0633d',
'#509552',
'#e5c6aa',
]
background = '#292520'
brights = [
'#675f54',
'#ff645a',
'#98e036',
'#e0d561',
'#5fdaff',
'#ff9269',
'#84f088',
'#f6f7ec',
]
cursor_bg = '#f6f7ec'
cursor_border = '#f6f7ec'
cursor_fg = '#292520'
foreground = '#e5c7a9'
selection_bg = '#121418'
selection_fg = '#e5c7a9'
[colors.indexed]
[metadata]
name = 'Earthsong'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'