diff options
| author | josh <[email protected]> | 2017-08-16 12:37:38 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-16 12:37:38 -0400 |
| commit | b375b9708cf4f53d6e144bc1576d004a8e50b0ab (patch) | |
| tree | c22b672e980314a41c4f29fc1a0dce571a4e9197 | |
| parent | version: bump (diff) | |
| download | pywal-b375b9708cf4f53d6e144bc1576d004a8e50b0ab.tar.xz pywal-b375b9708cf4f53d6e144bc1576d004a8e50b0ab.zip | |
Use alpha for URxvt borderColor in template
This prevents the ugly 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} |