diff options
-rw-r--r-- | X11/Xresources/local-color-blackbg-pseudotransparency | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/X11/Xresources/local-color-blackbg-pseudotransparency b/X11/Xresources/local-color-blackbg-pseudotransparency index 129d06f..9102b2a 100644 --- a/X11/Xresources/local-color-blackbg-pseudotransparency +++ b/X11/Xresources/local-color-blackbg-pseudotransparency @@ -1,5 +1,11 @@ ! enable pseudo-transparency with white-on-black in terminal emulators +URxvt.transparent: true +Rxvt*inheritPixmap: True + +Rxvt*shading: 15 +Rxvt*tintColor: white + Rxvt*color9: #ff5555 Rxvt*color10: #55ff55 Rxvt*color11: #ffff55 @@ -7,6 +13,3 @@ Rxvt*color12: #5555ff Rxvt*color13: #ff55ff Rxvt*color14: #55ffff Rxvt*color15: #ffffff -Rxvt*inheritPixmap: True -Rxvt*shading: 15 -Rxvt*tintColor: white |