Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know a light Vim scheme which makes coding more readable and pleasant?

I know a lot of nice dark schemes for Vim which makes coding more readable and pleasant such as ir_black, wombat, zenburn. Its weird but I haven't seen so many popular light themes (white background).

Does anyone knows a light Vim scheme which makes code more readable and pleasant to see? (that makes code less confusing to distinguish, something like Visual studio's default scheme?)

like image 911
alexchenco Avatar asked May 12 '10 13:05

alexchenco


People also ask

What are vim color schemes?

The default Vim color scheme in a light terminal is peachpuff . If you use a dark terminal, the initial color scheme is ron .

How do I add a color scheme in vim?

You can change color schemes at anytime in vi by typing colorscheme followed by a space and the name of the color scheme. For more color schemes, you can browse this library on the vim website. You can enable or disable colors by simply typing "syntax on" or "syntax off" in vi.

Where do I put vim Colorschemes?

I found the answer here: color scheme's and syntax' files can be found in /usr/share/vim/ .


2 Answers

With all due bias-based disclaimers and caveats (I am the author of the color scheme), I find that Mayan Smoke both highly ergonomic as well as aesthetically pleasing (screenshot). Download page: http://www.vim.org/scripts/script.php?script_id=3065.

As alternative, you should also have a look at the immensely popular Pyte, which is eerily similar to Mayan Smoke (development was independent, and the similarity is convergence, I swear!), though the syntax colors are a lot more muted.

like image 53
Jeet Avatar answered Sep 20 '22 05:09

Jeet


Check out http://vimcolorschemetest.googlecode.com/svn/html/index-c.html, it has a HUGE list of colorschemes with previews. If you do not like C samples, there are samples with other programming languages, too: http://code.google.com/p/vimcolorschemetest/

like image 40
ThiefMaster Avatar answered Sep 20 '22 05:09

ThiefMaster