diff options
| -rw-r--r-- | init.vim | 14 | ||||
| -rwxr-xr-x | setup.sh | 3 |
2 files changed, 13 insertions, 4 deletions
@@ -26,14 +26,20 @@ set omnifunc=syntaxcomplete#Complete let g:netrw_liststyle=3 set nonu -set termguicolors +" Useful on some terminals, not always supported in old tmux versions +" set termguicolors set background=dark syntax off let g:airline_theme="monochrome" -" colorscheme distinguished -" colorscheme solarized " set background=light " set background=dark + +" colorscheme distinguished +" colorscheme solarized " colorscheme dracula -"colorscheme orbital +" colorscheme orbital + +" has a light/dark mode that's very interesting +" Seems to work best when you have 'termguicolors' set +" colorscheme gruvbox @@ -53,3 +53,6 @@ clone DIR="themes/dracula" URL="https://github.com/dracula/vim.git" clone +DIR="themes/gruvbox" +URL="https://github.com/morhetz/gruvbox" +clone |
