1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 23:04:49 +03:00
wezterm/assets/colors/DimmedMonokai.toml

35 lines
558 B
TOML
Raw Normal View History

[colors]
ansi = [
'#3a3d43',
'#be3f48',
'#879a3b',
'#c5a635',
'#4f76a1',
'#855c8d',
'#578fa4',
'#b9bcba',
]
background = '#1f1f1f'
brights = [
'#888987',
'#fb001f',
'#0f722f',
'#c47033',
'#186de3',
'#fb0067',
'#2e706d',
'#fdffb9',
]
cursor_bg = '#f83e19'
cursor_border = '#f83e19'
cursor_fg = '#171717'
foreground = '#b9bcba'
selection_bg = '#2a2d32'
selection_fg = '#b9bcba'
[colors.indexed]
[metadata]
name = 'DimmedMonokai'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'