diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-25 22:13:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-25 22:13:59 +0000 |
commit | 551dbcc9b604c2992f908fb475e797fcc116315b (patch) | |
tree | d48db26e4f3470df23fdd8e8593bcf067fab4142 /runtime/colors/slate.vim | |
parent | f9393ef5efde2f425fbd9e19363186f8c9103376 (diff) | |
download | vim-551dbcc9b604c2992f908fb475e797fcc116315b.zip |
updated for version 7.0f01
Diffstat (limited to 'runtime/colors/slate.vim')
-rw-r--r-- | runtime/colors/slate.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/colors/slate.vim b/runtime/colors/slate.vim index 94d1c0658..12d91bab7 100644 --- a/runtime/colors/slate.vim +++ b/runtime/colors/slate.vim @@ -1,6 +1,6 @@ "%% SiSU Vim color file " Slate Maintainer: Ralph Amissah <ralph@amissah.com> -" (originally looked at desert Hans Fugal <hans@fugal.net> http://hans.fugal.net/vim/colors/desert.vim (2003/05/06 16:37:49) +" (originally looked at desert Hans Fugal <hans@fugal.net> http://hans.fugal.net/vim/colors/desert.vim (2003/05/06) :set background=dark :highlight clear if version > 580 @@ -35,10 +35,8 @@ endif :hi Include guifg=red ctermfg=red :hi PreProc guifg=red guibg=white ctermfg=red :hi Operator guifg=Red ctermfg=Red -":hi Operator guifg=CornflowerBlue ctermfg=darkcyan :hi Define guifg=gold gui=bold ctermfg=yellow :hi Type guifg=CornflowerBlue ctermfg=2 -":hi Type guifg=darkkhaki ctermfg=2 :hi Function guifg=navajowhite ctermfg=brown :hi Structure guifg=green ctermfg=green :hi LineNr guifg=grey50 ctermfg=3 |