.gvimrc >> " Set nice colors " background for normal text is light grey " Text below the last line is darker grey " Cursor is green, Cyan when ":lmap" mappings are active " Constants are not underlined but have a slightly lighter background highlight Normal guibg=grey90 highlight Cursor guibg=Green guifg=NONE highlight lCursor guibg=Cyan guifg=NONE highlight NonText guibg=grey80 highlight Constant gui=NONE guibg=grey95 highlight Special gui=NONE guibg=grey95
colors zellner set guioptions+=b highlight Normal guibg=grey90 set nu! set cul set stal=1 "set numberwidth=4 :hi LineNr guibg=lightgreen guifg=black :hi StatusLine guibg=darkblue ":hi CursorLine guibg=darkred guifg=white ":hi CursorLine guibg=#555555 :hi CursorLine guibg=lightblue highlight iCursor guifg=yellow guibg=darkblue set guicursor+=i:blinkwait60 set guicursor+=i:block-iCursor set guicursor+=a:blinkon0 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php