1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/assets/colors/Thayer Bright.toml

35 lines
558 B
TOML
Raw Normal View History

[colors]
ansi = [
'#1b1d1e',
'#f92672',
'#4df840',
'#f4fd22',
'#2757d6',
'#8c54fe',
'#38c8b5',
'#ccccc6',
]
background = '#1b1d1e'
brights = [
'#505354',
'#ff5995',
'#b6e354',
'#feed6c',
'#3f78ff',
'#9e6ffe',
'#23cfd5',
'#f8f8f2',
]
cursor_bg = '#fc971f'
cursor_border = '#fc971f'
cursor_fg = '#000000'
foreground = '#f8f8f8'
selection_bg = '#4d4d4d'
selection_fg = '#ffffff'
[colors.indexed]
[metadata]
name = 'Thayer Bright'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'