1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-28 07:55:03 +03:00
wezterm/assets/colors/Spiderman.toml

35 lines
554 B
TOML
Raw Normal View History

[colors]
ansi = [
'#1b1d1e',
'#e60813',
'#e22928',
'#e24756',
'#2c3fff',
'#2435db',
'#3256ff',
'#fffef6',
]
background = '#1b1d1e'
brights = [
'#505354',
'#ff0325',
'#ff3338',
'#fe3a35',
'#1d50ff',
'#747cff',
'#6184ff',
'#fffff9',
]
cursor_bg = '#2c3fff'
cursor_border = '#2c3fff'
cursor_fg = '#000000'
foreground = '#e3e3e3'
selection_bg = '#070e50'
selection_fg = '#f0272d'
[colors.indexed]
[metadata]
name = 'Spiderman'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'