mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-23 17:50:57 +02:00
Use alpha for URxvt borderColor in template
This prevents the ugly non-transparent border on newly spawned urxvt terminals.
This commit is contained in:
parent
f24aa6756e
commit
b375b9708c
@ -9,7 +9,7 @@ UXTerm*background: {background}
|
|||||||
URxvt*cursorColor: {cursor}
|
URxvt*cursorColor: {cursor}
|
||||||
XTerm*cursorColor: {cursor}
|
XTerm*cursorColor: {cursor}
|
||||||
UXTerm*cursorColor: {cursor}
|
UXTerm*cursorColor: {cursor}
|
||||||
URxvt*borderColor: {background}
|
URxvt*borderColor: {background.alpha}
|
||||||
|
|
||||||
! Colors 0-15.
|
! Colors 0-15.
|
||||||
*.color0: {color0}
|
*.color0: {color0}
|
||||||
|
Loading…
Reference in New Issue
Block a user