From 17fe9bee5a15173996ee07c4b4bb0c2db5106c4c Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 21 Apr 2015 21:08:24 +0100 Subject: commented out solarized --- vim/vimrc | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index c7180d5..83a30cf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -134,20 +134,20 @@ set cpoptions+=I set encoding=utf-8 "" Colorscheme -function! UpdateColorscheme() - try | colorscheme solarized | catch | endtry - if strftime("%H") >= 8 && strftime("%H") < 21 - set background=light - else - set background=dark - endif - - hi Cursor guifg=white guibg=blue - hi iCursor guifg=black guibg=green - hi! link conceal normal - hi! link folded comment -endfunction -autocmd! BufNewFile,BufRead,BufWrite * :call UpdateColorscheme() +try | colorscheme solarized | catch | endtry +" function! UpdateColorscheme() +" if strftime("%H") >= 8 && strftime("%H") < 21 +" set background=light +" else +" set background=dark +" endif + +" hi Cursor guifg=white guibg=blue +" hi iCursor guifg=black guibg=green +" hi! link conceal normal +" hi! link folded comment +" endfunction +" autocmd! BufNewFile,BufRead,BufWrite * :call UpdateColorscheme() "" Custom mappings -- cgit v1.2.3