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
844 stars 110 forks source link

IndentBlanklineChar too bright #13

Closed ghost closed 3 years ago

ghost commented 3 years ago

I would suggest either making this configurable, or changing it to a darker colour like the nord.comments colour... the current white is way too bright when you have deeply nested code.

shaunsingh commented 3 years ago

Thanks, it should be a simple fix. The comments color would be good

shaunsingh commented 3 years ago

Fixed in https://github.com/shaunsingh/nord.nvim/commit/cbede2d4abef3f6054919863404ce46f3ed572a9

According to the nord docs, nord3_gui was the color they recommended, but I'm open to changing it to something brighter if needed. This is what it looks like right now:

image
ghost commented 3 years ago

Awesome, this is much better