bluz71 / vim-moonfly-colors

A dark charcoal theme for modern Neovim & classic Vim
MIT License
880 stars 64 forks source link

Add `NeoTreeGitAdded` highlight link #29

Closed askoufis closed 2 years ago

askoufis commented 2 years ago

Moonfly doesn't explicitly set a highlight for NeoTreeGitAdded, and it appears to be defaulting to MoonflyEmerald for the foreground colour, but the background colour is not correct when the tree item is highlighted. Setting an explicit highlight fixes this.

Before: image

After: image

bluz71 commented 2 years ago

Thanks.