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

35 lines
553 B
TOML
Raw Normal View History

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