]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .vim/colors/sand.vim
.vim: vim-powerline
[dotfiles.git] / .vim / colors / sand.vim
1 " Vim color file
2 " Maintainer: Tim Alexeevsky <realtim@mail.ru>
3 " Last Change: 2002-03-14
4 " Version: 0.5
5 " URL: http://sunsite.cs.msu.su/~tim/vim/sand.vim
6 "
7 " Thanx to Hans Fugal for his colorscheme_template.vim
8
9 set background=light
10 hi clear
11 if exists("syntax_on")
12 syntax reset
13 endif
14 let g:colors_name="sand"
15
16 highlight Normal guibg=cornsilk guifg=NONE
17 highlight PreProc guibg=NONE guifg=Maroon4
18 highlight Comment guibg=NONE guifg=SteelBlue4
19 highlight Constant guibg=NONE guifg=NavajoWhite4
20 highlight Special guibg=NONE guifg=SlateBlue4
21 highlight Identifier guibg=NONE guifg=SeaGreen
22 highlight Statement guibg=NONE guifg=bisque4
23 highlight Type guibg=NONE guifg=DarkOliveGreen
24 highlight Todo guibg=LightYellow3 guifg=Blue4
25 highlight NonText guibg=NONE guifg=DarkGreen
26 highlight LineNr guibg=NONE guifg=Brown
27 highlight StatusLineNC guifg=#8090a0
28 highlight StatusLine guifg=#005070
29
30 "vim: tw=0 sw=3 ts=3 sts=3 et