1
0
Fork 0

Revert "gotham theme for everything + theme agnostic tmux config"

This reverts commit a2216466c1.

Because gotham theme may be nice, but there's too much contrast and my
eyes are bleeding now.
This commit is contained in:
Von Random 2015-04-06 21:52:37 +03:00
parent a2216466c1
commit 4af00e1ee3
4 changed files with 65 additions and 98 deletions

9
vimrc
View file

@ -109,7 +109,7 @@ if v:version >= 700
Plugin 'junegunn/seoul256.vim' "seoul256
Plugin 'morhetz/gruvbox' "gruvbox
Plugin 'nanotech/jellybeans.vim' "jellybeans
Plugin 'whatyouhide/vim-gotham' "gotham
Plugin 'blueshirts/darcula' "darcula
" syntax highlight plugins
Plugin 'puppetlabs/puppet-syntax-vim' "puppet
@ -158,11 +158,10 @@ if v:version >= 700
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>
endif
colorscheme gotham
"------- gruvbox -------
"let g:gruvbox_italic=0
"let g:gruvbox_underline=0
"colorscheme gruvbox
let g:gruvbox_italic=0
let g:gruvbox_underline=0
colorscheme gruvbox
"------ solarized ------
"let g:solarized_bold=0
"let g:solarized_italic=0