Add ACME theme

This commit is contained in:
Loic Nageleisen 2018-01-19 15:37:39 +01:00
parent 131aac5f80
commit f4da025057
2 changed files with 3 additions and 2 deletions

View file

@ -13,6 +13,7 @@ Plug 'rakr/vim-one'
Plug 'https://bitbucket.org/kisom/eink.vim.git' Plug 'https://bitbucket.org/kisom/eink.vim.git'
Plug 'robertmeta/nofrils' Plug 'robertmeta/nofrils'
Plug 'whatyouhide/vim-gotham' Plug 'whatyouhide/vim-gotham'
Plug 'olivertaylor/vacme'
" External tool integration " External tool integration
Plug 'tpope/vim-bundler' " bundler + gem-ctags Plug 'tpope/vim-bundler' " bundler + gem-ctags

4
vimrc
View file

@ -31,8 +31,8 @@ if !has('gui_running')
if has("mouse_sgr") if has("mouse_sgr")
set ttymouse=sgr set ttymouse=sgr
end end
set background=dark set background=light
colorscheme one colorscheme vacme
"use terminal background "use terminal background
hi Normal ctermbg=none hi Normal ctermbg=none