Hi Nate, On Thu, Nov 29, 2012 at 04:15:04PM -0800, Nate Soares wrote: > On Thu, Nov 29, 2012 at 3:39 PM, Andre Klärner <[email protected]> wrote: > > On Thu, Nov 29, 2012 at 02:52:06PM -0800, Nate Soares wrote: > > > URxvt uses "bright" colors for embolded text, despite the fact that I am > > > using a boldFont. > > > > > > I would like to use a boldFont without changing the font color. > > > > > > How do you stop bold text from changing color while still using the bold > > > font? > > > > I am using such a setup, but I think it only involved changing the colors, > > but letting ColorBD unset. > > > > Maybe try out my .Xressources file: > > http://git.ak-online.be/?p=xsession.git;a=tree > > > > If this works as it should, adapt the colors and see how it works. > > I tried dropping in your .Xresources and the result is the same: bold #0 > uses the color of #8, bold #1 uses the color of #9, and so on. URxvt seems > to be "inverting" (or "brightening") the color when bold is turned on and > the color is 0-7.
Did you restart your X11 session? The .Xressources is only loaded at the start of your session, typically with a "xrdb -merge .Xresources". You should run a "xrdb -remove" and a "xrdb -merge .Xresources" so that you have the new X11 resources loaded. Else only the file changed, but the changes have not been replicated to the RAM. > > But before you try this please run and post a "xrdb -query". It should also > > list if there are any global X11 resources that get merged into your > > customized ones. Please also do this. You should be able to verify the success of the changes by doing so. Kind regards, Andre -- Andre Klärner
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
