remove tabs and generalize background definition

This commit is contained in:
Felix Van der Jeugt 2015-03-05 17:49:43 +01:00
parent ea977e7e35
commit bca8a62f6f
1 changed files with 3 additions and 6 deletions

View File

@ -76,6 +76,8 @@
! }}} ! }}}
! Grayish theme (current) {{{ ! Grayish theme (current) {{{
*foreground: rgb:f8/f8/f8
*background: rgb:00/00/00
*color0: #111111 *color0: #111111
*color1: #784742 *color1: #784742
*color2: #427363 *color2: #427363
@ -101,15 +103,12 @@
urxvt.termName: rxvt-unicode urxvt.termName: rxvt-unicode
! Perls ! Perls
URxvt.perl-ext-common: default,matcher,tabbedex,font-size URxvt.perl-ext-common: default,matcher,font-size
! matcher: clickable urls ! matcher: clickable urls
URxvt.url-launcher: /home/felix/.local/bin/open.sh URxvt.url-launcher: /home/felix/.local/bin/open.sh
URxvt.matcher.button: 1 URxvt.matcher.button: 1
! tabbedex: tabs
URxvt.tabbed.autohide: true
! font-size: zooming live ! font-size: zooming live
URxvt.keysym.C-S-Up: perl:font-size:increase URxvt.keysym.C-S-Up: perl:font-size:increase
URxvt.keysym.C-S-Down: perl:font-size:decrease URxvt.keysym.C-S-Down: perl:font-size:decrease
@ -122,9 +121,7 @@ URxvt.letterSpace: -1
! Foreground and transparent background ([xx] == xx% opacity) ! Foreground and transparent background ([xx] == xx% opacity)
URxvt.depth: 32 URxvt.depth: 32
urxvt*foreground: rgb:f8/f8/f8
!urxvt*background: [75]rgb:00/00/00 !urxvt*background: [75]rgb:00/00/00
urxvt*background: rgb:00/00/00