1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 23:04:49 +03:00
wezterm/assets/colors/Galizur.toml

35 lines
552 B
TOML
Raw Normal View History

[colors]
ansi = [
'#223344',
'#aa1122',
'#33aa11',
'#ccaa22',
'#2255cc',
'#7755aa',
'#22bbdd',
'#8899aa',
]
background = '#071317'
brights = [
'#556677',
'#ff1133',
'#33ff11',
'#ffdd33',
'#3377ff',
'#aa77ff',
'#33ddff',
'#bbccdd',
]
cursor_bg = '#ddeeff'
cursor_border = '#ddeeff'
cursor_fg = '#071317'
foreground = '#ddeeff'
selection_bg = '#071317'
selection_fg = '#ddeeff'
[colors.indexed]
[metadata]
name = 'Galizur'
origin_url = 'https://github.com/mbadolato/iTerm2-Color-Schemes'