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

35 lines
553 B
TOML
Raw Normal View History

[colors]
ansi = [
'#333333',
'#da2700',
'#12c258',
'#ffc656',
'#518bfc',
'#e37bd9',
'#63fad5',
'#bab2b2',
]
background = '#201f1e'
brights = [
'#777777',
'#ffb9b9',
'#e3f6aa',
'#ffddaa',
'#b3e8f3',
'#cbbaf9',
'#bcffc7',
'#efefef',
]
cursor_bg = '#7a1c1c'
cursor_border = '#7a1c1c'
cursor_fg = '#fffbf2'
foreground = '#eee4d9'
selection_bg = '#25524a'
selection_fg = '#f3fffd'
[colors.indexed]
[metadata]
name = 'arcoiris'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'