1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-28 07:55:03 +03:00
wezterm/assets/colors/Treehouse.toml

35 lines
554 B
TOML
Raw Normal View History

[colors]
ansi = [
'#321300',
'#b2270e',
'#44a900',
'#aa820c',
'#58859a',
'#97363d',
'#b25a1e',
'#786b53',
]
background = '#191919'
brights = [
'#433626',
'#ed5d20',
'#55f238',
'#f2b732',
'#85cfed',
'#e14c5a',
'#f07d14',
'#ffc800',
]
cursor_bg = '#fac814'
cursor_border = '#fac814'
cursor_fg = '#191919'
foreground = '#786b53'
selection_bg = '#786b53'
selection_fg = '#fac800'
[colors.indexed]
[metadata]
name = 'Treehouse'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'