shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
807 stars 107 forks source link

Fix issue where lualine is not showing some sections #31

Closed arjuns500 closed 3 years ago

arjuns500 commented 3 years ago

Using lualine, sometimes the foreground color and the background color are the same, leading to some unreadable text.

For example: image

The progress section is not visible.

With the pull request applied: image

shaunsingh commented 3 years ago

Thanks. I assume the bottom screenshot is what it should look like after this PR?

arjuns500 commented 3 years ago

Thanks. I assume the bottom screenshot is what it should look like after this PR?

Yes, that is correct.