1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/assets/colors/Red Sands.toml

35 lines
554 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#ff3f00',
'#00bb00',
'#e7b000',
'#0072ff',
'#bb00bb',
'#00bbbb',
'#bbbbbb',
]
background = '#7a251e'
brights = [
'#555555',
'#bb0000',
'#00bb00',
'#e7b000',
'#0072ae',
'#ff55ff',
'#55ffff',
'#ffffff',
]
cursor_bg = '#ffffff'
cursor_border = '#ffffff'
cursor_fg = '#000000'
foreground = '#d7c9a7'
selection_bg = '#a4a390'
selection_fg = '#000000'
[colors.indexed]
[metadata]
name = 'Red Sands'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'