vim-code-dark icon indicating copy to clipboard operation
vim-code-dark copied to clipboard

feat(highlight): Not change background in Normal and LineNr mode

Open agronskiy opened this issue 3 years ago • 2 comments

Not changing background color in Normal and LineNr modes allows to use tmux background and thus handle background change when losing focus - ideal for moving between panes. Inspiration from https://stackoverflow.com/a/33553372/700659

See below how this enables visual distinction when tmux pane is active (first) and inactive (second)

Screenshot 2021-05-24 at 12 44 32 Screenshot 2021-05-24 at 12 44 09

agronskiy avatar May 24 '21 10:05 agronskiy

Sorry for making it rather raw, one could weap this e.g. into being dependent on some env variable to switch this behaviour on.

agronskiy avatar May 24 '21 15:05 agronskiy

Hi! Sorry for a super long delay! Thanks a lot for this PR! Do I understand correctly that this removes the background colour, which means the background will no longer have the correct gray colour as in VS Code?

tomasiser avatar May 27 '22 11:05 tomasiser

Apparently this PR was now resolved by #102 Thank you everyone for collaboration!

tomasiser avatar Aug 05 '22 11:08 tomasiser