1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 12:51:31 +03:00
wezterm/assets/colors/Piatto Light.toml

35 lines
557 B
TOML
Raw Normal View History

[colors]
ansi = [
'#414141',
'#b23771',
'#66781e',
'#cd6f34',
'#3c5ea8',
'#a454b2',
'#66781e',
'#ffffff',
]
background = '#ffffff'
brights = [
'#3f3f3f',
'#db3365',
'#829429',
'#cd6f34',
'#3c5ea8',
'#a454b2',
'#829429',
'#f2f2f2',
]
cursor_bg = '#5e77c8'
cursor_border = '#5e77c8'
cursor_fg = '#abbee5'
foreground = '#414141'
selection_bg = '#706b4e'
selection_fg = '#acbcdc'
[colors.indexed]
[metadata]
name = 'Piatto Light'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'