summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylanaraps@users.noreply.github.com>2017-08-17 09:47:17 +1000
committerGitHub <noreply@github.com>2017-08-17 09:47:17 +1000
commita06191a4b6d45abd0577fb8428f25cad4a94b94d (patch)
treec22b672e980314a41c4f29fc1a0dce571a4e9197
parentf24aa6756e86c5e136309cdbc32f3d129f40dcf4 (diff)
parentb375b9708cf4f53d6e144bc1576d004a8e50b0ab (diff)
Merge pull request #87 from JoshuaRLi/master
Fix non-transparent border on newly spawned urxvt terminals
-rw-r--r--pywal/templates/colors.Xresources2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources
index 88212b8..01e60ad 100644
--- a/pywal/templates/colors.Xresources
+++ b/pywal/templates/colors.Xresources
@@ -9,7 +9,7 @@ UXTerm*background: {background}
URxvt*cursorColor: {cursor}
XTerm*cursorColor: {cursor}
UXTerm*cursorColor: {cursor}
-URxvt*borderColor: {background}
+URxvt*borderColor: {background.alpha}
! Colors 0-15.
*.color0: {color0}