On 2020-05-30 14:51, Каракурт wrote:
there is strange "too bold" text, which makes it unreadable.

From the screenshot, it seems that you are using a bitmap font for which you probably don't have a nice bold variant. What I recommend in this case is to configure urxvt to use the same font for bold text as normal text, but a different color. You can do that by adding the following command-line options for example:

    --colorBD "#88FF88" --boldFont ""

The first option sets the color used for bold text, while the second makes urxvt use no special font for bold. This is what I use in my terminals, except with different colors.

-- b_jonas

_______________________________________________
rxvt-unicode mailing list
rxvt-unicode@lists.schmorp.de
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode

Reply via email to