" Vim color file " Maintainer: iyerns " Last Change: 25 August 2005 " Version:1.0 set background=light hi clear if exists("syntax_on") syntax reset endif let g:colors_name="mud" hi Normal guifg=#ffffcc guibg=#330000 hi LineNr guifg=white guibg=#330000 hi Statusline gui=none guibg=#993300 guifg=#ffffff hi StatuslineNC gui=none guibg=#660000 guifg=#ffffff hi VertSplit gui=none guibg=#330000 guifg=#ffffff hi Cursor gui=none guibg=DodgerBlue guifg=#ffffff hi Title guifg=black guibg=white gui=BOLD hi lCursor guibg=Cyan guifg=NONE " syntax highlighting groups hi Comment gui=NONE guifg=#996666 hi Operator guifg=#ff0000 hi Identifier guifg=#33ff99 gui=NONE hi Statement guifg=#cc9966 gui=NONE hi TypeDef guifg=#c000c8 gui=NONE hi Type guifg=#ccffff gui=NONE hi Boolean guifg=#ff00aa gui=NONE hi String guifg=#99ccff gui=NONE hi Number guifg=#66ff66 gui=NONE hi Constant guifg=#f0f000 gui=NONE hi Function gui=NONE guifg=#fffcfc hi PreProc guifg=#cc6600 gui=NONE hi Define gui=bold guifg=#f0f0f0 hi Special gui=none guifg=#cccccc hi BrowseDirectory gui=none guifg=#FFFF00 hi Keyword guifg=#ff8088 gui=NONE hi Search gui=NONE guibg=#ffff00 guifg=#330000 hi IncSearch gui=NONE guifg=#fcfcfc guibg=#8888ff hi SpecialKey gui=NONE guifg=#fcfcfc guibg=#8888ff hi NonText gui=NONE guifg=#fcfcfc hi Directory gui=NONE guifg=#999900