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

35 lines
560 B
TOML
Raw Normal View History

[colors]
ansi = [
'#191919',
'#de6e7c',
'#819b69',
'#b77e64',
'#6099c0',
'#b279a7',
'#66a5ad',
'#bbbbbb',
]
background = '#191919'
brights = [
'#3d3839',
'#e8838f',
'#8bae68',
'#d68c67',
'#61abda',
'#cf86c1',
'#65b8c1',
'#8e8e8e',
]
cursor_bg = '#c9c9c9'
cursor_border = '#c9c9c9'
cursor_fg = '#191919'
foreground = '#bbbbbb'
selection_bg = '#404040'
selection_fg = '#bbbbbb'
[colors.indexed]
[metadata]
name = 'zenwritten_dark'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'