general: st cursor col

This commit is contained in:
Dylan Araps 2018-10-17 15:34:07 +11:00
parent ba3218be2f
commit 79a4069af5

View File

@ -54,7 +54,8 @@ def create_sequences(colors):
set_special(13, colors["special"]["foreground"], "l"),
set_special(17, colors["special"]["foreground"], "l"),
set_special(19, colors["special"]["background"], "l"),
set_color(232, colors["special"]["background"])
set_color(232, colors["special"]["background"]),
set_color(256, colors["special"]["foreground"])
])
if OS == "Darwin":