1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Neutron.toml

35 lines
552 B
TOML
Raw Normal View History

[colors]
ansi = [
'#23252b',
'#b54036',
'#5ab977',
'#deb566',
'#6a7c93',
'#a4799d',
'#3f94a8',
'#e6e8ef',
]
background = '#1c1e22'
brights = [
'#23252b',
'#b54036',
'#5ab977',
'#deb566',
'#6a7c93',
'#a4799d',
'#3f94a8',
'#ebedf2',
]
cursor_bg = '#f6f7ec'
cursor_border = '#f6f7ec'
cursor_fg = '#c4c5b5'
foreground = '#e6e8ef'
selection_bg = '#2f363e'
selection_fg = '#7d8fa4'
[colors.indexed]
[metadata]
name = 'Neutron'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'