mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-24 23:09:16 +01:00
Merge pull request #331 from rstacruz/patch-1
Fix URxvt borders not respecting background opacity
This commit is contained in:
commit
1651506489
@ -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