Skip to content

Commit 327a06f

Browse files
committed
Merge branch 'teasp00n-solarized-fix' into 3.0
Conflicts: .vimrc
2 parents c75fdfa + f7453a0 commit 327a06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
if filereadable(expand("~/.vim/bundle/vim-colors-solarized/colors/solarized.vim"))
163163
let g:solarized_termcolors=256
164164
let g:solarized_termtrans=1
165-
let g:solarized_contrast="high"
166-
let g:solarized_visibility="high"
165+
let g:solarized_contrast="normal"
166+
let g:solarized_visibility="normal"
167167
color solarized " Load a colorscheme
168168
endif
169169

0 commit comments

Comments
 (0)