From f4da0250570e7806cc269a3bd3985b08a62ac0c9 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 19 Jan 2018 15:37:39 +0100 Subject: [PATCH] Add ACME theme --- plugged.vim | 1 + vimrc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugged.vim b/plugged.vim index e4d5ef6..b1270c2 100644 --- a/plugged.vim +++ b/plugged.vim @@ -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 diff --git a/vimrc b/vimrc index 01e56f0..15e045a 100644 --- a/vimrc +++ b/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