Use solarized colorsheme in vim if LC_LIGHT_BG is set
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -48,3 +48,9 @@ let g:easytags_dynamic_files = 1
|
|||||||
" merlin
|
" merlin
|
||||||
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
|
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
|
||||||
execute "set rtp+=" . g:opamshare . "/merlin/vim"
|
execute "set rtp+=" . g:opamshare . "/merlin/vim"
|
||||||
|
|
||||||
|
" set light mode?
|
||||||
|
if !empty($LC_LIGHT_BG)
|
||||||
|
colorscheme solarized
|
||||||
|
set background=light
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user