1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 11:21:39 +03:00
wezterm/assets/colors/zenwritten_light.toml

35 lines
561 B
TOML
Raw Normal View History

[colors]
ansi = [
'#eeeeee',
'#a8334c',
'#4f6c31',
'#944927',
'#286486',
'#88507d',
'#3b8992',
'#353535',
]
background = '#eeeeee'
brights = [
'#c6c3c3',
'#94253e',
'#3f5a22',
'#803d1c',
'#1d5573',
'#7b3b70',
'#2b747c',
'#5c5c5c',
]
cursor_bg = '#353535'
cursor_border = '#353535'
cursor_fg = '#eeeeee'
foreground = '#353535'
selection_bg = '#d7d7d7'
selection_fg = '#353535'
[colors.indexed]
[metadata]
name = 'zenwritten_light'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'