icansee.vim : Custom color scheme for maximum legibility on dark background.
script karma |
Rating 27/16,
Downloaded by 2560 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
John Rhee |
|
script type |
color scheme |
|
description |
Black (dark) background, with no obnoxious bold colors. My attempt at a clean, legible color scheme, tested for half a year with various solaris/linux/windows file types (scripts/configs/etc.).
Tested on vim 6.x - 7.0.
|
|
install details |
Place in your vim installation's colors directory:
~/vimfiles/colors/ (or $VIM/vimfiles/colors/)
To auto-load this color scheme every time vim is launched, add below "source" line into your vimrc file.
source $HOME/vimfiles/colors/icansee.vim "(or $VIM/vimfiles/colors/icansee.vim)
set t_Co=256 "Set terminals to use 256, instead of 16, colors for proper DarkGray use.
To find where your vimrc (settings file) is, run vim, then do :scriptnames. If it lists nothing, then you probably have the "tiny" version (vim --version). Recompile to use "normal" or "big" for color support.
Enjoy! |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.141.107.132
|