diff options
| author | josh <joshua.r.li.98@gmail.com> | 2017-08-16 12:37:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-16 12:37:38 -0400 |
| commit | b375b9708cf4f53d6e144bc1576d004a8e50b0ab (patch) | |
| tree | c22b672e980314a41c4f29fc1a0dce571a4e9197 | |
| parent | f24aa6756e86c5e136309cdbc32f3d129f40dcf4 (diff) | |
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} |
