Skip to content

Commit

Permalink
+if ($ft=='js')
Browse files Browse the repository at this point in the history
+  colorscheme Tomorrow-Night
+else
+  colorscheme hybrid
+endif

Signed-off-by: hisasann <hisasann25@gmail.com>
  • Loading branch information
hisasann committed Jul 13, 2014
1 parent 20b6635 commit 7c680dc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .gvimrc
@@ -1,8 +1,12 @@
colorscheme molokai
" colorscheme jellybeans

" set background=dark
" colorscheme solarized
" colorscheme
syntax on
set background=dark
if ($ft=='js')
colorscheme Tomorrow-Night
else
colorscheme hybrid
endif
" colorscheme molokai

" http://d.hatena.ne.jp/ruicc/20080202/1201971501
if has('multi_byte_ime') || has('xim')
Expand Down

0 comments on commit 7c680dc

Please sign in to comment.