urxvt bold colors are wrong - bold #0-7 are using colors from #8-15
- by Nate
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?