aboutsummaryrefslogtreecommitdiff
path: root/rxvt
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2019-05-01 19:32:21 +0200
committerSébastien Dailly <sebastien@chimrod.com>2019-05-01 19:32:21 +0200
commitc5bf957cb89cc223e126eba238f998a317533b6b (patch)
tree1ebd5e781077a481be6c6af5cd40c06173f61cc0 /rxvt
parent27881477f716496146f4f263adc6332e5f1294f2 (diff)
Update theme
Diffstat (limited to 'rxvt')
-rw-r--r--rxvt/.urxvt/urxvt.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/rxvt/.urxvt/urxvt.conf b/rxvt/.urxvt/urxvt.conf
index 368d784..5309e8e 100644
--- a/rxvt/.urxvt/urxvt.conf
+++ b/rxvt/.urxvt/urxvt.conf
@@ -66,13 +66,12 @@ urxvt.cursorColor : _cursorColor
!urxvt.fading: 50
-!#define transparency
+#define transparency
#ifdef transparency
URxvt*depth: 32
- urxvt.shading: 15
- urxvt.background: [85]_background
+ URxvt*background: [85]_background
#else
- urxvt.background : _background
- urxvt.shading: 15
- urxvt*transparent: true
+ URxvt*background : _background
+ !URxvt*transparent: true
+ !URxvt*shading: 15
#endif