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
803 stars 107 forks source link

Disable bold style #81

Closed Lemesigor closed 1 year ago

Lemesigor commented 2 years ago

Right now the theme doesn't seems to have the option to disable bold styles in the code.

Screen Shot 2022-02-10 at 16 30 50
freddiehaddad commented 2 years ago

Correct. As a workaround, you can disable bold fonts for most terminals. I use iTerm2 and in the preferences I can disable bold fonts which makes implicitly disables it in neovim even if bold is set to enabled.

ikovac commented 2 years ago

Any updates on this one? I am using Kitty and according to https://github.com/kovidgoyal/kitty/issues/135 I am unable to turn off bold fonts in my terminal. Is there any way to turn off bold fonts for nord theme?

shaunsingh commented 2 years ago

Sorry for the long delay, I'll push the fix (along with a revamp of the theme) soon

austinwhite commented 2 years ago

Any ETA on when this fix will be pushed?

shaunsingh commented 2 years ago

working on a rewrite which will include a fix, eta about a few days or so

Lemesigor commented 1 year ago

Issue fixed in https://github.com/shaunsingh/nord.nvim/pull/118

michaelfresco commented 2 months ago

Any updates on this one? I am using Kitty and according to kovidgoyal/kitty#135 I am unable to turn off bold fonts in my terminal. Is there any way to turn off bold fonts for nord theme?

Maybe use iTerm2 instead?