1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/assets/colors/AdventureTime.toml

35 lines
558 B
TOML
Raw Normal View History

[colors]
ansi = [
'#050404',
'#bd0013',
'#4ab118',
'#e7741e',
'#0f4ac6',
'#665993',
'#70a598',
'#f8dcc0',
]
background = '#1f1d45'
brights = [
'#4e7cbf',
'#fc5f5a',
'#9eff6e',
'#efc11a',
'#1997c6',
'#9b5953',
'#c8faf4',
'#f6f5fb',
]
cursor_bg = '#efbf38'
cursor_border = '#efbf38'
cursor_fg = '#08080a'
foreground = '#f8dcc0'
selection_bg = '#706b4e'
selection_fg = '#f3d9c4'
[colors.indexed]
[metadata]
name = 'AdventureTime'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'