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

35 lines
564 B
TOML
Raw Normal View History

[colors]
ansi = [
'#4f4f4f',
'#ff6c60',
'#a8ff60',
'#ffffb6',
'#96cbfe',
'#ff73fd',
'#c6c5fe',
'#eeeeee',
]
background = '#000000'
brights = [
'#7c7c7c',
'#ffb6b0',
'#ceffac',
'#ffffcc',
'#b5dcff',
'#ff9cfe',
'#dfdffe',
'#ffffff',
]
cursor_bg = '#ffa560'
cursor_border = '#ffa560'
cursor_fg = '#ffffff'
foreground = '#bbbbbb'
selection_bg = '#363983'
selection_fg = '#f2f2f2'
[colors.indexed]
[metadata]
name = 'Builtin Pastel Dark'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'