fenetikm / falcon

A colour scheme for terminals, Vim and friends.
MIT License
719 stars 26 forks source link

Visual selection in vim is unreadable on current line #22

Closed RyanMacG closed 5 years ago

RyanMacG commented 5 years ago

I've found that the vim visual selection and selected text combination is unreadable since switching to falcon. The gif below shows what I'm experiencing. falconissue

fenetikm commented 5 years ago

mmm - interesting, I don't get that. Can you please give me a rundown of where you are seeing that? Version of Vim, Terminal, OS, Tmux or not etc. Cheers.

RyanMacG commented 5 years ago

I'm on Neovim 0.3.1, iTerm2 Build 3.2.3, macOS Mojave and I get it both in and out of Tmux

fenetikm commented 5 years ago

hmmm, still can't reproduce, are you sure it isn't a plugin? Do you have a link to your vimrc? Could you please try with a clean vimrc? Thanks.

fenetikm commented 5 years ago

Also the colour of the status line in the gif looks wrong (it should be a bit bluish) so I am wondering if there maybe something else going on.

RyanMacG commented 5 years ago

nov-14-2018 13-50-13

Here's my now empty init.vim example

fenetikm commented 5 years ago

Yeah, the colours look a bit off - my guess is that it's not in 24bit colour mode. Why do you have set termguicolors commented out?

RyanMacG commented 5 years ago

I've ended up switching to a different colorscheme, I had a look with set termguicolors not commented out and it seemed to still be happening. Happy to close this as a problem on my end anyway.