From 1c06610c7591ad8a257ca123de6c5859b3b47d6d Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 5 Jun 2015 14:24:49 -0600 Subject: [PATCH] Try PaperColors vim color theme Not bad, but the background is different than xterms. I think ideally they would be nearly the same. This really suggests that I want an 8 color scheme? Like a light miro8. --- .gitmodules | 3 +++ vim/bundle/papercolor-theme | 1 + vimrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/papercolor-theme diff --git a/.gitmodules b/.gitmodules index 37a661b..8ec4fc2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -150,3 +150,6 @@ path = vim/bundle/vim-vividchalk url = https://github.com/tpope/vim-vividchalk.git ignore = untracked +[submodule "vim/bundle/papercolor-theme"] + path = vim/bundle/papercolor-theme + url = https://github.com/NLKNguyen/papercolor-theme.git diff --git a/vim/bundle/papercolor-theme b/vim/bundle/papercolor-theme new file mode 160000 index 0000000..f3ad41d --- /dev/null +++ b/vim/bundle/papercolor-theme @@ -0,0 +1 @@ +Subproject commit f3ad41d6c77e942ec2968410873aef4324ba7a0d diff --git a/vimrc b/vimrc index 6b325fe..59a3e52 100644 --- a/vimrc +++ b/vimrc @@ -245,6 +245,7 @@ nmap N (easymotion-bd-n) " Airline configuration " Single character mode, since showmode is set +let g:airline_theme='papercolor' let g:airline_powerline_fonts = 1 let g:airline_mode_map = { \ '__' : '-', -- 2.39.2