Fixed tabbed titlebar

This commit is contained in:
Alex Janka 2016-03-01 18:32:24 +11:00
parent e5d9a5a87a
commit 6fe437ed3b

View file

@ -12,6 +12,9 @@ URxvt*font: xft:Inconsolata:size=10:antialias=true:hin
URxvt*letterSpace: -1
URxvt*perl-ext-common: tabbedex
URxvt.tabbed.title: no
URxvt.tabbed.new-button:no
#define base00 #161b1d
#define base01 #1f292e
#define base02 #516d7b
@ -29,6 +32,11 @@ URxvt*perl-ext-common: tabbedex
#define base0E #5d5db1
#define base0F #b72dd2
URxvt.tabbed.tabbar-fg: 19
URxvt.tabbed.tabbar-bg: 15
URxvt.tabbed.tab-fg: 19
URxvt.tabbed.tab-bg: 1
URxvt*.foreground: base02
URxvt*.background: base07
URxvt*.cursorColor: base02