summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-21 21:08:24 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-21 21:08:24 +0100
commit17fe9bee5a15173996ee07c4b4bb0c2db5106c4c (patch)
treea6e7ec52c2500c0766d0d0d32f26751ba191f64a
parent3e2311e577f45616eb3b5ffbbfc9a98f95c3d506 (diff)
commented out solarized
-rw-r--r--vim/vimrc28
1 files changed, 14 insertions, 14 deletions
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