LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to make own highlight scheme in vim? (https://www.linuxquestions.org/questions/linux-general-1/how-to-make-own-highlight-scheme-in-vim-399492/)

kornerr 01-04-2006 11:51 AM

How to make own highlight scheme in vim?
 
That's the question.
Thanks.

sirclif 01-04-2006 12:27 PM

http://www.google.com/search?hl=en&q...hlighting+file?

bigrigdriver 01-04-2006 08:39 PM

choose a vim color scheme from /usr/share/vim/vim63/colors. copy it to a new name, and edit to suit your needs.

then create a file called ~/.vim/.vimrc, and add these lines:
syntax on
:colorscheme <yourfile> (without the .vim extension).

or, to make it global, edit /etc/vimrc to include those options.


All times are GMT -5. The time now is 06:18 AM.