diff options
Diffstat (limited to 'X11')
-rw-r--r-- | X11/Xresources/local-color-blackbg-transparency-true | 13 | ||||
-rw-r--r-- | X11/Xresources/local-color-solarized-transparency-true | 5 |
2 files changed, 18 insertions, 0 deletions
diff --git a/X11/Xresources/local-color-blackbg-transparency-true b/X11/Xresources/local-color-blackbg-transparency-true new file mode 100644 index 0000000..f6a4d59 --- /dev/null +++ b/X11/Xresources/local-color-blackbg-transparency-true @@ -0,0 +1,13 @@ +! enable true transparency with white-on-black in terminal emulators +! Depends: rxvt-unicode (> 0) | rxvt-unicode-256color + +URxvt.depth: 32 +URxvt.background: [95]#000000 + +Rxvt*color9: #ff5555 +Rxvt*color10: #55ff55 +Rxvt*color11: #ffff55 +Rxvt*color12: #5555ff +Rxvt*color13: #ff55ff +Rxvt*color14: #55ffff +Rxvt*color15: #ffffff diff --git a/X11/Xresources/local-color-solarized-transparency-true b/X11/Xresources/local-color-solarized-transparency-true new file mode 100644 index 0000000..76d4897 --- /dev/null +++ b/X11/Xresources/local-color-solarized-transparency-true @@ -0,0 +1,5 @@ +! enable true transparency with Solarized colors in terminal emulators +! Depends: rxvt-unicode (> 0) | rxvt-unicode-256color + +URxvt.depth: 32 +URxvt.background: [85]S_base03 |