Use alpha for URxvt borderColor in template

This prevents the ugly non-transparent border on newly spawned urxvt terminals.
This commit is contained in:
josh 2017-08-16 12:37:38 -04:00 committed by GitHub
parent f24aa6756e
commit b375b9708c

View File

@ -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}