On 06/06/10 18:40, Ney wrote:
Hi, anybody could tell me what line in my colorscheme that make ALL my
words in bold?
I have changed all "none" for "bold" but some words still normal.

Thanks


If using gvim, and you happen to know the name of a boldface font, try setting that as your 'guifont'. For instance,

        if has('gui_gtk2')
                set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold\ 8
        endif

If your gvim supports ":set guifont=*" to select the font via a menu, you can select a bold font in the menu.

For Console Vim, I'm not sure; you may have to define a new colorscheme, adding the cterm=bold attribute to every single highlight group; however, IIUC it doesn't work for the Normal group.


Best regards,
Tony.
--
ARTHUR:        A scratch?  Your arm's off!
BLACK KNIGHT:  No, it isn't.
ARTHUR:        Well, what's that then?
BLACK KNIGHT:  I've had worse.
The Quest for the Holy Grail (Monty Python)

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to