All right. I did some testing. What you are probably looking for is "bold". You can experiment directly with the terminfo commans using the command "tput".
So, to set black background, white text: tput setb 0 tput setf 7 Then, you can enable highlight of the foreground colour: tput bold The colour of the text should be whiter. Regards, Elias On 31 March 2014 00:30, Elias Mårtenson <loke...@gmail.com> wrote: > What system is that? And what terminal are you using? > > Normally you'd get bright white by choosing the white colour in addition > to the standout mode. Standout mode has code "*smso*" in terminfo. > > Regards, > Elias > > > On 31 March 2014 00:21, Juergen Sauermann > <juergen.sauerm...@t-online.de>wrote: > >> Hi Elias, >> >> ANSI (fixed ESC sequence) is still the default because terminfo/curses >> does not work too well >> for colors on my box (bright white missing). >> >> /// Jürgen >> >> >> >> On 03/30/2014 12:09 PM, Elias Mårtenson wrote: >> >> On 30 March 2014 18:06, Juergen Sauermann <juergen.sauerm...@t-online.de >> > wrote: >> >>> >>> Sounds like wrong ESC sequences for colors. Check your preferences file. >>> >> >> This always happens OSX with a default build. I don't care much since I >> always run it in Emacs. >> >> Anyway, this should not be a problem when the terminfo stuff is used. >> Isn't it enabled these days? >> >> Regards, >> Elias >> >> >> >