nofrils theme

This commit is contained in:
Loic Nageleisen 2016-11-30 09:48:33 +01:00
parent 5fd74f7bec
commit b25e8935da
2 changed files with 5 additions and 2 deletions

View file

@ -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'

6
vimrc
View file

@ -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