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

35 lines
557 B
TOML
Raw Normal View History

[colors]
ansi = [
'#212121',
'#b7141f',
'#457b24',
'#f6981e',
'#134eb2',
'#560088',
'#0e717c',
'#efefef',
]
background = '#232322'
brights = [
'#424242',
'#e83b3f',
'#7aba3a',
'#ffea2e',
'#54a4f3',
'#aa4dbc',
'#26bbd1',
'#d9d9d9',
]
cursor_bg = '#16afca'
cursor_border = '#16afca'
cursor_fg = '#dfdfdf'
foreground = '#e5e5e5'
selection_bg = '#dfdfdf'
selection_fg = '#3d3d3d'
[colors.indexed]
[metadata]
name = 'MaterialDark'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'