1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 12:51:31 +03:00
wezterm/assets/colors/Spring.toml

35 lines
551 B
TOML
Raw Normal View History

[colors]
ansi = [
'#000000',
'#ff4d83',
'#1f8c3b',
'#1fc95b',
'#1dd3ee',
'#8959a8',
'#3e999f',
'#ffffff',
]
background = '#ffffff'
brights = [
'#000000',
'#ff0021',
'#1fc231',
'#d5b807',
'#15a9fd',
'#8959a8',
'#3e999f',
'#ffffff',
]
cursor_bg = '#4d4d4c'
cursor_border = '#4d4d4c'
cursor_fg = '#ffffff'
foreground = '#4d4d4c'
selection_bg = '#d6d6d6'
selection_fg = '#4d4d4c'
[colors.indexed]
[metadata]
name = 'Spring'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'