Skip to content

Commit

Permalink
[vimrc] replace jellybeans color with solarized
Browse files Browse the repository at this point in the history
  • Loading branch information
apraditya committed Oct 26, 2015
1 parent d52732c commit 974dacb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Plugin 'tpope/vim-dispatch'
Plugin 'mattn/emmet-vim'
Plugin 'dsawardekar/ember.vim'
Plugin 'mhinz/vim-signify'
Plugin 'nanotech/jellybeans.vim'
Plugin 'altercation/vim-colors-solarized'
Plugin 'bling/vim-airline'
Plugin 'thoughtbot/vim-rspec'
Plugin 'scrooloose/syntastic'
Expand All @@ -37,17 +37,25 @@ Plugin 'honza/vim-snippets'
Plugin 'Valloric/YouCompleteMe'
Plugin 'godlygeek/tabular'
Plugin 'plasticboy/vim-markdown'
Plugin 'rizzatti/dash.vim'

filetype plugin indent on

color jellybeans
" User Interface
""""""""""""""""""""

set modelines=0
set clipboard=unnamed
set synmaxcol=128
set encoding=utf-8
set ignorecase
set smartcase

syntax enable
set background=dark
colorscheme solarized
call togglebg#map("<F5>")

" Fix scrolling on iTerm2. Additionally, run this command:
" defaults write com.googlecode.iterm2 AlternateMouseScroll -bool true
set mouse=nicr
Expand Down

0 comments on commit 974dacb

Please sign in to comment.