urxvt bold colors are wrong - bold #0-7 are using colors from #8-15
Posted
by
Nate
on Super User
See other posts from Super User
or by Nate
Published on 2012-11-29T01:19:59Z
Indexed on
2012/11/29
17:08 UTC
Read the original article
Hit count: 510
My colors are off. Specifically, the bold version of colors 1-6 is broken:
The color of each (emboldened) index should match the color of the text beside it. It does not.
This is generated from this gist, modified to enumerate colors 0-15 instead of 16-256.
Update:
Here's what's going on: Bold #1 is using color #9, bold #2 is using color #10 and so on. I confirmed this by changing color9
, color10
, etc. in my .Xresources
file.
I'm using solarized .Xresources
and would rather keep colors #9-15 colored differently.
Why is urxvt Bold #0-7 using colors from #8-15, and how do I stop this?
© Super User or respective owner