1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
wezterm/assets/colors/duckbones.toml

35 lines
554 B
TOML
Raw Normal View History

[colors]
ansi = [
'#0e101a',
'#e03600',
'#5dcd97',
'#e39500',
'#00a3cb',
'#795ccc',
'#00a3cb',
'#ebefc0',
]
background = '#0e101a'
brights = [
'#2b2f46',
'#ff4821',
'#58db9e',
'#f6a100',
'#00b4e0',
'#b3a1e6',
'#00b4e0',
'#b3b692',
]
cursor_bg = '#edf2c2'
cursor_border = '#edf2c2'
cursor_fg = '#0e101a'
foreground = '#ebefc0'
selection_bg = '#37382d'
selection_fg = '#ebefc0'
[colors.indexed]
[metadata]
name = 'duckbones'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'