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

35 lines
555 B
TOML
Raw Normal View History

[colors]
ansi = [
'#929292',
'#e27373',
'#94b979',
'#ffba7b',
'#97bedc',
'#e1c0fa',
'#00988e',
'#dedede',
]
background = '#121212'
brights = [
'#bdbdbd',
'#ffa1a1',
'#bddeab',
'#ffdca0',
'#b1d8f6',
'#fbdaff',
'#1ab2a8',
'#ffffff',
]
cursor_bg = '#ffa560'
cursor_border = '#ffa560'
cursor_fg = '#ffffff'
foreground = '#dedede'
selection_bg = '#474e91'
selection_fg = '#f4f4f4'
[colors.indexed]
[metadata]
name = 'Jellybeans'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'