mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Add ACME theme
This commit is contained in:
parent
131aac5f80
commit
f4da025057
2 changed files with 3 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ Plug 'rakr/vim-one'
|
|||
Plug 'https://bitbucket.org/kisom/eink.vim.git'
|
||||
Plug 'robertmeta/nofrils'
|
||||
Plug 'whatyouhide/vim-gotham'
|
||||
Plug 'olivertaylor/vacme'
|
||||
|
||||
" External tool integration
|
||||
Plug 'tpope/vim-bundler' " bundler + gem-ctags
|
||||
|
|
|
|||
4
vimrc
4
vimrc
|
|
@ -31,8 +31,8 @@ if !has('gui_running')
|
|||
if has("mouse_sgr")
|
||||
set ttymouse=sgr
|
||||
end
|
||||
set background=dark
|
||||
colorscheme one
|
||||
set background=light
|
||||
colorscheme vacme
|
||||
|
||||
"use terminal background
|
||||
hi Normal ctermbg=none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue