Vim Colors

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Gontran
Date:  
Subject: Vim Colors
* Chris Cowan () wrote:
> Does any one know how to change the default colors for VIM? For example if I
> wanted to change the color of my comment from blue to gray... How would I do
> that? What file... Is it even possible...


With VIM all things are possible :).  Try ":he hi" and a few lines down is
an example like this:
    > hi Comment term=bold ctermfg=cyan guifg=#80a0ff


For a listing of all highlight types, just ":hi"

bye,
Gontran