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

35 lines
559 B
TOML
Raw Normal View History

[colors]
ansi = [
'#757575',
'#825d4d',
'#728c62',
'#ada16d',
'#4d7b82',
'#8a7267',
'#729494',
'#e0e0e0',
]
background = '#243435'
brights = [
'#8a8a8a',
'#cf937a',
'#98d9aa',
'#fae79d',
'#7ac3cf',
'#d6b2a1',
'#ade0e0',
'#e0e0e0',
]
cursor_bg = '#57647a'
cursor_border = '#57647a'
cursor_fg = '#323232'
foreground = '#d4e7d4'
selection_bg = '#ffffff'
selection_fg = '#9e8b13'
[colors.indexed]
[metadata]
name = 'Seafoam Pastel'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'