Mercurial > ec-dotfiles
comparison rc/vimrc @ 555:48ab5a354772
Use vividchalk theme.
Seems to work better with 16 colors.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 25 Apr 2015 18:12:38 +0900 |
parents | 135eb73da114 |
children | 4190bd0b4456 |
comparison
equal
deleted
inserted
replaced
554:135eb73da114 | 555:48ab5a354772 |
---|---|
66 syntax on | 66 syntax on |
67 set foldmethod=syntax | 67 set foldmethod=syntax |
68 set nofoldenable | 68 set nofoldenable |
69 set background=dark | 69 set background=dark |
70 | 70 |
71 let g:jellybeans_use_lowcolor_black = 0 | 71 colorscheme vividchalk |
72 colorscheme jellybeans | |
73 endif | 72 endif |
74 | 73 |
75 if has("autocmd") | 74 if has("autocmd") |
76 function In2() | 75 function In2() |
77 set softtabstop=2 tabstop=2 shiftwidth=2 expandtab | 76 set softtabstop=2 tabstop=2 shiftwidth=2 expandtab |