mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-11 23:29:04 +02:00
general: st cursor col
This commit is contained in:
@ -54,7 +54,8 @@ def create_sequences(colors):
|
|||||||
set_special(13, colors["special"]["foreground"], "l"),
|
set_special(13, colors["special"]["foreground"], "l"),
|
||||||
set_special(17, colors["special"]["foreground"], "l"),
|
set_special(17, colors["special"]["foreground"], "l"),
|
||||||
set_special(19, colors["special"]["background"], "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":
|
if OS == "Darwin":
|
||||||
|
Reference in New Issue
Block a user