1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00
wezterm/assets/colors/kanagawabones.toml

35 lines
558 B
TOML
Raw Normal View History

[colors]
ansi = [
'#1f1f28',
'#e46a78',
'#98bc6d',
'#e5c283',
'#7eb3c9',
'#957fb8',
'#7eb3c9',
'#ddd8bb',
]
background = '#1f1f28'
brights = [
'#3c3c51',
'#ec818c',
'#9ec967',
'#f1c982',
'#7bc2df',
'#a98fd2',
'#7bc2df',
'#a8a48d',
]
cursor_bg = '#e6e0c2'
cursor_border = '#e6e0c2'
cursor_fg = '#1f1f28'
foreground = '#ddd8bb'
selection_bg = '#49473e'
selection_fg = '#ddd8bb'
[colors.indexed]
[metadata]
name = 'kanagawabones'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'