1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00
wezterm/assets/colors/Wryan.toml

35 lines
550 B
TOML
Raw Normal View History

[colors]
ansi = [
'#333333',
'#8c4665',
'#287373',
'#7c7c99',
'#395573',
'#5e468c',
'#31658c',
'#899ca1',
]
background = '#101010'
brights = [
'#3d3d3d',
'#bf4d80',
'#53a6a6',
'#9e9ecb',
'#477ab3',
'#7e62b3',
'#6096bf',
'#c0c0c0',
]
cursor_bg = '#9e9ecb'
cursor_border = '#9e9ecb'
cursor_fg = '#000000'
foreground = '#999993'
selection_bg = '#4d4d4d'
selection_fg = '#ffffff'
[colors.indexed]
[metadata]
name = 'Wryan'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'