Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color scheme does not use completely #9

Open
sattellite opened this issue Dec 15, 2011 · 3 comments
Open

Color scheme does not use completely #9

sattellite opened this issue Dec 15, 2011 · 3 comments

Comments

@sattellite
Copy link

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
Copy link
Owner

stepb commented Dec 15, 2011

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

let me know if it works

@sattellite
Copy link
Author

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

@stepb
Copy link
Owner

stepb commented Jan 3, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants