ConEmu Solarized color scheme not displaying properly in vim
- by Xam
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.
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: