Skip to content

Commit

Permalink
remove unused coloschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Sep 21, 2015
1 parent c67745d commit 8f3d10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ set noswapfile
" Sets to auto read when a file is modified from outside
set autoread

colorscheme seoul256
"set background=dark
"colorscheme seoul256
color solarized
set background=dark
set t_Co=256

" :W sudo saves the file
Expand Down
5 changes: 0 additions & 5 deletions vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,8 @@ hi CtrlSpaceStatus guifg=#839496 guibg=#002b36 gui=reverse term=reverse cterm=
" hi CtrlSpaceSearch ctermfg=220 ctermbg=NONE cterm=bold
" hi CtrlSpaceStatus ctermfg=230 ctermbg=234 cterm=NONE

Bundle 'junegunn/seoul256.vim'
Bundle 'altercation/vim-colors-solarized'
Bundle 'alem0lars/vim-colorscheme-darcula'
Bundle 'morhetz/gruvbox'
Bundle 'tomasr/molokai'
Bundle 'sickill/vim-monokai'
Bundle 'vim-scripts/twilight'

" history
Bundle 'sjl/gundo.vim'
Expand Down

0 comments on commit 8f3d10a

Please sign in to comment.