Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.53k stars 571 forks source link

Using vim-solarized8 in vim works when just using powershell, but screws up when using ConEmu and powershell #2086

Open CMCDragonkai opened 4 years ago

CMCDragonkai commented 4 years ago

Basically my vim is using:

" Consider the background as dark
set background=dark

" Choose the colour scheme
set t_Co=256
set termguicolors
colorscheme solarized8_high

And the theme from https://github.com/lifepillar/vim-solarized8

So when I use it raw powershell, it works nicely. However if I launch powershell from conemu and do the same thing (note that conemu was stock with setting color scheme <Solarized>.

GIF 22-03-2020 8-19-46 PM

Versions

ConEmu build: 191012 x64 OS version: Version 10.0.18363 Build 18363 x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): powershell 5.1.18362.628

hismailbulut commented 3 years ago

I have the same issue. If I disable termguicolors ConEmu works well but colorscheme plugins don't work.