Posts

Showing posts from December, 2013

Vim Green Black Color Scheme

Image
Vim has become my most used writing and light programming tool. I've tried different color schemes and finally created my own. It's green and dark green on a black background. I've set the cursor color magenta to quickly find where you are at when editing. A color scheme it's a very particular thing and you may even want to create your own! As you can see this Vim green black color scheme  it's very relaxing for the eyes. I've called this Vim theme defaultme.vim and here is the color file: " Vim color file " Maintainer:    Maria " Last Change:    2013 Dec " This is a Vim dark color scheme with black background and green foreground colors hi clear if version > 580     " no guarantees for version 5.8 and below, but this makes it stop     " complaining     hi clear     if exists("syntax_on")         syntax reset     endif endif " Load the syntax highlighting defaults, if it's enabled. if exists("syntax