diff --git a/bundles.vim b/bundles.vim index 129a4fb..b14b302 100644 --- a/bundles.vim +++ b/bundles.vim @@ -16,6 +16,7 @@ Bundle 'endel/vim-github-colorscheme' Bundle 'flazz/vim-colorschemes' Bundle 'lloeki/vim-one-colorschemes' Bundle 'https://bitbucket.org/kisom/eink.vim.git' +Bundle 'robertmeta/nofrils' Bundle 'tpope/vim-bundler' Bundle 'tpope/vim-fugitive' diff --git a/vimrc b/vimrc index 2c61eb7..88015ba 100644 --- a/vimrc +++ b/vimrc @@ -28,13 +28,15 @@ let g:airline_symbols.whitespace = '' if !has('gui_running') set showtabline=1 "automatic tab bar set mouse=n "mouse support - set background=dark - colorscheme eink + set background=light + "let g:nofrils_strbackgrounds=1 + colorscheme nofrils-light "use terminal background hi Normal ctermbg=none hi todo ctermbg=none hi statement ctermbg=none + hi LineNr ctermbg=none endif "appearance tweaks