mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-20 16:20:53 +02:00
sequences: Add support for st. Closes #478
This commit is contained in:
parent
a84b5ec2ab
commit
11758b4548
@ -55,7 +55,8 @@ def create_sequences(colors, vte_fix=False):
|
|||||||
set_special(17, colors["special"]["foreground"], "k"),
|
set_special(17, colors["special"]["foreground"], "k"),
|
||||||
set_special(19, colors["special"]["background"], "m"),
|
set_special(19, colors["special"]["background"], "m"),
|
||||||
set_color(232, colors["special"]["background"]),
|
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:
|
if not vte_fix:
|
||||||
|
Loading…
Reference in New Issue
Block a user