ConEmu Solarized color scheme not displaying properly in vim

Posted by Xam on Super User See other posts from Super User or by Xam
Published on 2013-10-23T09:37:26Z Indexed on 2013/10/23 10:02 UTC
Read the original article Hit count: 640

Filed under:
|
|
|

I'll like to use vim terminal in ConEmu with Solarized color scheme. After configuring ConEmu and vimrc, some of the text from the help file is unreadable as shown below.

vim screenshot My vimrc:

runtime bundle/vim-pathogen/autoload/pathogen.vim

execute pathogen#infect()
syntax on
filetype plugin indent on

let g:solarized_termtrans = 1
set background=dark
colorscheme solarized

set tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab

My ConEmu settings:

ConEmu settings

© Super User or respective owner

Related posts about vim

Related posts about colors