vim-code-dark
vim-code-dark copied to clipboard
feat(highlight): Not change background in Normal and LineNr mode
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)
Sorry for making it rather raw, one could weap this e.g. into being dependent on some env variable to switch this behaviour on.
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?
Apparently this PR was now resolved by #102 Thank you everyone for collaboration!