stepb / urxvt-tabbedex

Tabbed plugin for rxvt-unicode with many enhancements
75 stars 54 forks source link

Color scheme does not use completely #9

Open sattellite opened 12 years ago

sattellite commented 12 years ago

I have that in ~/.Xdefaults:

URxvt*tintColor:  #3F3F3F
URxvt*foreground: #D7D7AF
URxvt*background: #3F3F3F
URxvt*color7: #D7D7AF
URxvt*color4: RoyalBlue
URxvt*color12: RoyalBlue

But background is black. Must be http://ompldr.org/vYnF6ZA Result http://ompldr.org/vYnF6ZQ

stepb commented 12 years ago

Quick fix, try adding this: URxvt*color0: #3F3F3F

let me know if it works

sattellite commented 12 years ago

It works in tabs background only http://ompldr.org/vYnJpMQ

stepb commented 12 years ago

I don't know what to suggest, other than this is what I'm using and it works well:

URxvt.background:       white
URxvt.foreground:       black
URxvt.cursorColor:      Green
URxvt.underlineColor:   Blue
URxvt.color0:           #f0f2de
URxvt.color1:           Red
URxvt.color2:           #008000
URxvt.color3:           #a67800
URxvt.color4:           Blue3
URxvt.color5:           Magenta3
URxvt.color6:           #008080
URxvt.color7:           Grey25
URxvt.color8:           Grey25
URxvt.color9:           Red3
URxvt.color10:          Green3
URxvt.color11:          #d6a800
URxvt.color12:          Blue3
URxvt.color13:          Magenta3
URxvt.color14:          #00c0c0
URxvt.color15:          Black
URxvt.tabbed.tabbar-fg: 15
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg:    0
URxvt.tabbed.tab-bg:    5

http://ompldr.org/vYzFidw