diff options
| -rw-r--r-- | init.vim | 26 | ||||
| -rwxr-xr-x | setup.sh | 22 |
2 files changed, 22 insertions, 26 deletions
@@ -29,18 +29,32 @@ let g:netrw_liststyle=3 " Useful on some terminals, not always supported in old tmux versions " set termguicolors " let g:airline_theme="monochrome" -" let g:airline_theme="distinguished" +let g:airline_theme="distinguished" " set background=light " set background=dark -colorscheme distinguished +colorscheme 256_noir +" colorscheme distinguished " colorscheme solarized " colorscheme dracula " colorscheme orbital +" let g:monotone_color = [120, 100, 70] +" let g:monotone_secondary_hue_offset = 200 +" let g:monotone_emphasize_comments = 0 +" set termguicolors +" colorscheme monotone +" Monotone <h> <s> <l> <secondary-hue> <emphasize-comments> <emphasize-whitespace> <contrast-factor> +" Note: All positional arguments except h/s/l are optional +" Set the colorscheme to a monochrome beige color: +" Monotone 10 25 80 +" Monotone 50 100 65 0 0 1 + +set guifont=ProFont\ 11 + -if has("gui_running") - colorscheme gruvbox - set background=light -endif +" if has("gui_running") +" colorscheme gruvbox +" set background=light +" endif @@ -38,30 +38,12 @@ clone DIR="bundle/vim-go" URL="https://github.com/fatih/vim-go.git" clone -DIR="themes/distinguished" -URL="https://github.com/Lokaltog/vim-distinguished.git" -clone -DIR="themes/solarized" -URL="https://github.com/altercation/vim-colors-solarized" -clone -DIR="themes/256noir" -URL="https://github.com/andreasvc/vim-256noir" -clone -DIR="themes/orbital" -URL="https://github.com/fcpg/vim-orbital" -clone -DIR="themes/dracula" -URL="https://github.com/dracula/vim.git" -clone -DIR="themes/gruvbox" -URL="https://github.com/morhetz/gruvbox" -clone DIR="bundle/nerdtree" URL="https://github.com/scrooloose/nerdtree" clone DIR="bundle/gundo" URL="https://github.com/sjl/gundo.vim" clone -DIR="themes/monotone" -URL="https://github.com/Lokaltog/vim-monotone" +DIR="themes/mitch" +URL="https://git.riedstra.us/vim/mitch.git" clone |
