Merge pull request #331 from rstacruz/patch-1

Fix URxvt borders not respecting background opacity
This commit is contained in:
Dylan Araps 2019-01-04 21:28:29 +02:00 committed by GitHub
commit 1651506489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"])
])