vim: add extra color themes

master
an 2019-07-27 06:26:49 -04:00
parent 214057f072
commit d9a2174242
3 changed files with 15 additions and 3 deletions

View File

@ -2,9 +2,12 @@ CSApprox <https://github.com/vim-scripts/CSApprox>
ack.vim <https://github.com/mileszs/ack.vim>
base16-vim <https://github.com/chriskempson/base16-vim>
bufexplorer <https://github.com/jlanzarotta/bufexplorer>
candid.vim <https://github.com/flrnprz/candid.vim>
ctrlp.vim <https://github.com/kien/ctrlp.vim>
lh-vim-lib <https://github.com/LucHermitte/lh-vim-lib>
mycolors <git@git.greyserv.net:marrub/my-vim-colors.git>
plastic.vim <https://github.com/flrnprz/plastic.vim>
quantum.vim <https://github.com/kjssad/quantum.vim>
rainbow <https://github.com/luochen1990/rainbow>
setcolors
tabular <https://github.com/godlygeek/tabular>
@ -14,6 +17,7 @@ vim-abolish <https://github.com/tpope/vim-abolish.git>
vim-airline <https://github.com/vim-airline/vim-airline>
vim-airline-themes <https://github.com/vim-airline/vim-airline-themes>
vim-asm_ca65 <https://github.com/maxbane/vim-asm_ca65>
vim-aurora <https://github.com/rafalbromirski/vim-aurora>
vim-buftabline <https://github.com/ap/vim-buftabline>
vim-buftabline <https://github.com/ap/vim-buftabline>
vim-easy-align <https://github.com/junegunn/vim-easy-align.git>

View File

@ -5,7 +5,11 @@
├── 05_colors
│   └── start
│   ├── base16-vim
│   └── mycolors
│   ├── candid.vim
│   ├── mycolors
│   ├── plastic.vim
│   ├── quantum.vim
│   └── vim-aurora
├── 10_highlighting
│   └── start
│   ├── vim-asm_ca65
@ -38,4 +42,4 @@
├── vim-markdown-toc
└── vim-smarttabs
38 directories
42 directories

View File

@ -248,10 +248,12 @@ else
endif
" set up colors and file types
colorscheme base16-material-palenight
colorscheme quantum
" good color schemes:
" aurora
" badwolf
" candid
" base16-ashes
" base16-atelier-cave
" base16-atelier-forest
@ -265,6 +267,8 @@ colorscheme base16-material-palenight
" base16-porple
" base16-unikitty-dark
" base16-zenburn
" plastic
" quantum
syntax on