diff --git a/vim/package_repos b/vim/package_repos index 8cb1dd4..9ddad92 100644 --- a/vim/package_repos +++ b/vim/package_repos @@ -2,9 +2,12 @@ CSApprox ack.vim base16-vim bufexplorer +candid.vim ctrlp.vim lh-vim-lib mycolors +plastic.vim +quantum.vim rainbow setcolors tabular @@ -14,6 +17,7 @@ vim-abolish vim-airline vim-airline-themes vim-asm_ca65 +vim-aurora vim-buftabline vim-buftabline vim-easy-align diff --git a/vim/packages b/vim/packages index 679c9b6..e67cbf6 100644 --- a/vim/packages +++ b/vim/packages @@ -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 diff --git a/vim/vimrc b/vim/vimrc index 440e45f..7211cfe 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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