1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00
wezterm/assets/colors/Doom Peacock.toml

35 lines
557 B
TOML
Raw Normal View History

[colors]
ansi = [
'#1c1f24',
'#cb4b16',
'#26a6a6',
'#bcd42a',
'#2a6cc6',
'#a9a1e1',
'#5699af',
'#ede0ce',
]
background = '#2b2a27'
brights = [
'#2b2a27',
'#ff5d38',
'#98be65',
'#e6f972',
'#51afef',
'#c678dd',
'#46d9ff',
'#dfdfdf',
]
cursor_bg = '#9c9c9d'
cursor_border = '#9c9c9d'
cursor_fg = '#36312b'
foreground = '#ede0ce'
selection_bg = '#a60033'
selection_fg = '#ffffff'
[colors.indexed]
[metadata]
name = 'Doom Peacock'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'