back to solarized light
This commit is contained in:
parent
451053793e
commit
1e9cbe148f
3 changed files with 3 additions and 9 deletions
1
gvimrc
1
gvimrc
|
@ -1,4 +1,5 @@
|
||||||
" solarized for gvim
|
" solarized for gvim
|
||||||
|
highlight Cursor guibg=#dc322f
|
||||||
set guioptions=aegimLl
|
set guioptions=aegimLl
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set guifont=Fantasque\ Sans\ Mono\ 11
|
set guifont=Fantasque\ Sans\ Mono\ 11
|
||||||
|
|
|
@ -61,9 +61,3 @@ let g:neomake_info_sign={
|
||||||
\ 'text': 'i>',
|
\ 'text': 'i>',
|
||||||
\ 'texthl': 'InfoMsg',
|
\ 'texthl': 'InfoMsg',
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
if has('gui_running')
|
|
||||||
colorscheme neodark
|
|
||||||
else
|
|
||||||
colorscheme solarized8_light
|
|
||||||
endif
|
|
||||||
|
|
5
vimrc
5
vimrc
|
@ -15,7 +15,7 @@ set tabstop=3 softtabstop=4 shiftwidth=4 smarttab expandtab
|
||||||
set t_Co=256 t_ut= termencoding=utf-8 encoding=utf-8
|
set t_Co=256 t_ut= termencoding=utf-8 encoding=utf-8
|
||||||
" status line
|
" status line
|
||||||
set wildmenu showcmd ruler laststatus=2
|
set wildmenu showcmd ruler laststatus=2
|
||||||
set statusline=%F\ %m%r%h%w%=%{&fenc}/%{&ff}\ %y\ [%4l/%L:%3v]\ [%3p%%]
|
set statusline=[%{getcwd()}]\ %f\ %m%r%h%w%=%{&fenc}/%{&ff}\ %y\ [%4l/%L:%3v]\ [%3P]
|
||||||
" enable case indentation
|
" enable case indentation
|
||||||
let g:sh_indent_case_labels=1
|
let g:sh_indent_case_labels=1
|
||||||
" version specific settings
|
" version specific settings
|
||||||
|
@ -67,9 +67,8 @@ nnoremap <Leader>w :w<CR>
|
||||||
let plugins = expand("$HOME/.vimplugins")
|
let plugins = expand("$HOME/.vimplugins")
|
||||||
if filereadable(plugins)
|
if filereadable(plugins)
|
||||||
execute 'source ' . fnameescape(plugins)
|
execute 'source ' . fnameescape(plugins)
|
||||||
else
|
|
||||||
colorscheme solarized8_light
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
colorscheme solarized8_light
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
Loading…
Reference in a new issue