]> oss.titaniummirror.com Git - smckown/dotfiles.git/commitdiff
Try PaperColors vim color theme
authorR. Steve McKown <rsmckown@gmail.com>
Fri, 5 Jun 2015 20:24:49 +0000 (14:24 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Fri, 5 Jun 2015 20:24:49 +0000 (14:24 -0600)
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
vim/bundle/papercolor-theme [new submodule]
vimrc

index 37a661b4d9670ae79425529df14cc30032960a94..8ec4fc20ff6568c22ca521700752b944e73e890e 100644 (file)
        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 (submodule)
index 0000000..f3ad41d
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit f3ad41d6c77e942ec2968410873aef4324ba7a0d
diff --git a/vimrc b/vimrc
index 6b325fe47c54876136fab95c33508e4e9a02efa1..59a3e522077db1e65281345144e6341688354c04 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -245,6 +245,7 @@ nmap <Leader>N <Plug>(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 = {
     \ '__' : '-',