Fork me on GitHub
#vim
<
2019-02-19
>
Hukka09:02:11

I just updated neovim from ubuntu LTS's 0.2.2 to latest appimage. Has the default colorscheme changed, or is there something else that might be broken? At least the colors are different

dominicm09:02:20

I think there was something about setting background to dark by default

dominicm09:02:23

but I don't recall

Hukka10:02:31

Background is the same, but all the other colors are different. I tried find where they are set from source, but didn't figure it out quickly enough

Hukka10:02:23

For example in old version

:hi Identifier
Identifier     xxx ctermfg=6 guifg=DarkCyan
but in new
:hi Identifier                                                                                        
Identifier     xxx cterm=bold ctermfg=14 guifg=#40ffff

Hukka10:02:28

But for example grepping for that ctermfg=14 yields nothing

uochan11:02:47

vim-iced 0.10.0 has been released! nREPL 0.6.0 is supported, and CLJS support enhanced. https://github.com/liquidz/vim-iced For neovim user, 0.10.0 requires neovim 0.3.2 or later. @thiru0130 You can connect figwheel-main via following commands with 0.10.0! :IcedStartCljsRepl figwheel-main build-id or :IcedCljsRepl (figwheel.main.api/repl-env "build-id")

💥 5
💯 10
🎊 5
❤️ 5
Hukka16:02:26

On a hunch, I compiled termite with true color support, and set termguicolors on in neovim, and the old version doesn't change, the new version does