1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
wezterm/assets/colors/CrayonPonyFish.toml

35 lines
559 B
TOML
Raw Normal View History

[colors]
ansi = [
'#2b1b1d',
'#91002b',
'#579524',
'#ab311b',
'#8c87b0',
'#692f50',
'#e8a866',
'#68525a',
]
background = '#150707'
brights = [
'#3d2b2e',
'#c5255d',
'#8dff57',
'#c8381d',
'#cfc9ff',
'#fc6cba',
'#ffceaf',
'#b0949d',
]
cursor_bg = '#68525a'
cursor_border = '#68525a'
cursor_fg = '#140707'
foreground = '#68525a'
selection_bg = '#2b1b1d'
selection_fg = '#69525a'
[colors.indexed]
[metadata]
name = 'CrayonPonyFish'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'