Skip to content

Commit

Permalink
added solarized
Browse files Browse the repository at this point in the history
  • Loading branch information
jaigouk committed Mar 30, 2012
1 parent 3407f51 commit 17693c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions bundle/vim-colors-solarized
Submodule vim-colors-solarized added at 528a59
14 changes: 10 additions & 4 deletions vimrc
Expand Up @@ -5,7 +5,6 @@
"" Tim Pope <tbaggery.com>
"" Janus <github.com/carlhuda/janus>
" "
syntax on
set enc=UTF-8
set encoding=utf-8
set fileencodings=utf-8,euc-kr
Expand Down Expand Up @@ -65,10 +64,17 @@ au BufNewFile,BufReadPost *.coffee setl foldmethod=indent nofoldenable
"au BufNewFile,BufReadPost *.coffee setl foldmethod=indent
hi Normal ctermfg=252 ctermbg=237 term=standout
set t_Co=256
set background=dark
syntax enable
if has('gui_running')
set background=light
else
set background=dark
endif
"colorscheme solarized
let g:solarized_termcolors=256
"color molokai
"color zenburn
color vibrantink
color zenburn
"color vibrantink
set nonumber
"set number
set ruler " show the cursor position all the time
Expand Down

0 comments on commit 17693c7

Please sign in to comment.