aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2019-01-04 21:28:29 +0200
committerGitHub <[email protected]>2019-01-04 21:28:29 +0200
commit16515064896bd556c68198ea3c02e99653e3632c (patch)
tree736d2ec633be693f4ed284fb7d2b3b775d530003
parentdocs: update (diff)
parentFix URxvt borders not respecting background opacity (diff)
downloadpywal-16515064896bd556c68198ea3c02e99653e3632c.tar.xz
pywal-16515064896bd556c68198ea3c02e99653e3632c.zip
Merge pull request #331 from rstacruz/patch-1
Fix URxvt borders not respecting background opacity
-rw-r--r--pywal/sequences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/sequences.py b/pywal/sequences.py
index 8d92252..18aa6eb 100644
--- a/pywal/sequences.py
+++ b/pywal/sequences.py
@@ -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"])
])