mirror of
https://github.com/italicsjenga/dotfiles.git
synced 2024-11-24 01:51:32 +11:00
Fixed tabbed titlebar
This commit is contained in:
parent
e5d9a5a87a
commit
6fe437ed3b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue