Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Syntax highlighting in vim

I'm having trouble reading dark blue on black when I turn on syntax colours in vim.

How do I change some of the default colours or the colours of schemas like:

http://www.vim.org/scripts/script.php?script_id=1571

like image 982
Rimian Avatar asked Mar 10 '10 22:03

Rimian


1 Answers

First, try :set background=dark, which will cause vim to change to a color scheme that works better for reading on a black background.

If that doesn't work well enough, you can create your own color scheme by following these directions: http://vim.wikia.com/wiki/Create_a_color_scheme_based_on_another

like image 194
JSBձոգչ Avatar answered Sep 19 '22 02:09

JSBձոգչ