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

35 lines
560 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#ee2b2a',
'#40a33f',
'#ffea2e',
'#1e80f0',
'#8800a0',
'#16afca',
'#a4a4a4',
]
background = '#1c262b'
brights = [
'#777777',
'#dc5c60',
'#70be71',
'#fff163',
'#54a4f3',
'#aa4dbc',
'#42c7da',
'#ffffff',
]
cursor_bg = '#b3b8c3'
cursor_border = '#b3b8c3'
cursor_fg = '#ffffff'
foreground = '#c2c8d7'
selection_bg = '#6dc2b8'
selection_fg = '#c2c8d7'
[colors.indexed]
[metadata]
name = 'OceanicMaterial'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'