sequences: Add support for st. Closes #478

This commit is contained in:
Dylan Araps 2020-01-24 08:25:44 +02:00
parent a84b5ec2ab
commit 11758b4548
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -55,7 +55,8 @@ def create_sequences(colors, vte_fix=False):
set_special(17, colors["special"]["foreground"], "k"),
set_special(19, colors["special"]["background"], "m"),
set_color(232, colors["special"]["background"]),
set_color(256, colors["special"]["foreground"])
set_color(256, colors["special"]["foreground"]),
set_color(257, colors["special"]["background"]),
])
if not vte_fix: