mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-14 01:09:24 +01:00
Fix URxvt borders not respecting background opacity
This commit is contained in:
parent
f0de048bb9
commit
d98a551f08
@ -54,7 +54,7 @@ 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_special(708, colors["special"]["background"], "l"),
|
||||
set_special(708, colors["special"]["background"], "l", alpha),
|
||||
set_color(232, colors["special"]["background"]),
|
||||
set_color(256, colors["special"]["foreground"])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user