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

Filed under:
|

My colors are off. Specifically, the bold version of colors 1-6 is broken:

enter image description here

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

Related posts about terminal

Related posts about urxvt

  • Tunning scrolling in urxvt

    as seen on Super User - Search for 'Super User'
    Hello, I'm using rxvt-unicode version 9.06 at Ubuntu 9.10. I was used to aterm, where you can use SHIFT + up/down arrow to scroll the printed output with a line up or down. You can also use SHIFT + pgup/pgdown to scroll one screen up or down. In urxvt I can use the pgup/pgdown combination as well… >>> More

  • vim-powerline colors are out of whack in urxvt

    as seen on Super User - Search for 'Super User'
    I have attached two images showing what my vim-powerline looks like. As you can see, something has happened to the colors and I cannot figure out how to fix it. I'm running Fedora 17 on a clean install with i3 (default config) and urxvt. Here is my bashrc: # .bashrc if [[ "$(uname)" != "Darwin"… >>> More

  • Mouse wheel scrolling in less and vim using urxvt

    as seen on Super User - Search for 'Super User'
    I have started working with rxvt-unicode (aka urxvt) but found an issue with mouse-wheel scrolling, as compared to gnome-terminal and konsole. The mouse wheel works fine for going through the scrollback buffer, but it doesn't work for automatic scrolling in less/most or vim (though in vim, setting… >>> More

  • How do I make urxvt render xft fonts?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I wonder whether there's a way to make urxvt render xft fonts: URxvt.font: xft:Droid Sans Mono Slashed:pixelsize=9:Regular URxvt.boldFont: xft:Droid Sans Mono Slashed:pixelsize=9:Bold URxvt.talicFont: xft:Droid Sans Mono Slashed:pixelsize=9:Italic URxvt.bolditalicFont: xft:Droid Sans Mono Slashed:pixelsize=9:Bold:Italic If… >>> More

  • Porting GNOME keyboard shortcuts to URXVT

    as seen on Super User - Search for 'Super User'
    I recently switched from gnome terminal to urxvt (and installed tabbed extensions). I am also a heavy emacs user which uses a lot of key combinations similar to urxvt (tab related stuff) like Shift-Left and Shift-Right. These key-combinations are set for selecting text in emacs. Is there a way to… >>> More