Colour theme (neon-pk) : A variation on the neon colour theme that uses the DejaVu Sans Mono font
script karma |
Rating 0/0,
Downloaded by 1442 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Praful Kapadia |
|
script type |
color scheme |
|
description |
A beautiful variation on the neon colour theme. For picture, see http://damp-squid.blogspot.com/2011/11/vim-colour-theme-neon-pk.html
As you can see from the above link, this looks great with the DejaVu Sans Mono font :-) The font is free and can be downloaded from http://dejavu-fonts.org/wiki/Download. This font is similar to the Apple Menlo font. So you don't need the DejaVu font if you're using Mac OS X. For more about these fonts, see http://typophile.com/node/58625.
One of the improvements on the neon theme is that when you start searching, the text found is highlighted clearly in orange. Then, when you press Enter, all matched text is visible in yellow. This assumes that you have the following settings in your vimrc file:
set incsearch
set hlsearch
|
|
install details |
Put in the Vim "colors" directory and add something like this to your vimrc file:
if has("gui_running")
set gfn=DejaVu_Sans_Mono:h9:cANSI
colorscheme neon-PK
else
" colorscheme somethingElse
endif
The above assumes you've installed the DejaVu Sans Mono font. You can, of course, use any font. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.136.26.17
|