diff options
| author | Dylan Araps <[email protected]> | 2017-08-17 09:47:17 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-17 09:47:17 +1000 |
| commit | a06191a4b6d45abd0577fb8428f25cad4a94b94d (patch) | |
| tree | c22b672e980314a41c4f29fc1a0dce571a4e9197 | |
| parent | version: bump (diff) | |
| parent | Use alpha for URxvt borderColor in template (diff) | |
| download | pywal-a06191a4b6d45abd0577fb8428f25cad4a94b94d.tar.xz pywal-a06191a4b6d45abd0577fb8428f25cad4a94b94d.zip | |
Merge pull request #87 from JoshuaRLi/master
Fix non-transparent border on newly spawned urxvt terminals
| -rw-r--r-- | pywal/templates/colors.Xresources | 2 |
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} |