1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/assets/colors/Kibble.toml

35 lines
551 B
TOML
Raw Normal View History

[colors]
ansi = [
'#4d4d4d',
'#c70031',
'#29cf13',
'#d8e30e',
'#3449d1',
'#8400ff',
'#0798ab',
'#e2d1e3',
]
background = '#0e100a'
brights = [
'#5a5a5a',
'#f01578',
'#6ce05c',
'#f3f79e',
'#97a4f7',
'#c495f0',
'#68f2e0',
'#ffffff',
]
cursor_bg = '#9fda9c'
cursor_border = '#9fda9c'
cursor_fg = '#000000'
foreground = '#f7f7f7'
selection_bg = '#9ba787'
selection_fg = '#000000'
[colors.indexed]
[metadata]
name = 'Kibble'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'