1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00
wezterm/assets/colors/MaterialDarker.toml

35 lines
559 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#ff5370',
'#c3e88d',
'#ffcb6b',
'#82aaff',
'#c792ea',
'#89ddff',
'#ffffff',
]
background = '#212121'
brights = [
'#545454',
'#ff5370',
'#c3e88d',
'#ffcb6b',
'#82aaff',
'#c792ea',
'#89ddff',
'#ffffff',
]
cursor_bg = '#ffffff'
cursor_border = '#ffffff'
cursor_fg = '#ffffff'
foreground = '#eeffff'
selection_bg = '#eeffff'
selection_fg = '#545454'
[colors.indexed]
[metadata]
name = 'MaterialDarker'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'