You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently only support to configure italics, but no configuration for bold yet. Adding support to allow users to enable/disable bold styles requires to implement this feature.
I've added it to the backlog, but feel free to implement it (maybe take a look at the implementation of the italic config) if you like to, otherwise I (or someone else) will implement it as soon as there it time for it.
Implemented a nw theme configuration for the rendering of bold font
styles.
This commit adds the new `nord_bold` theme configuration to explicitly
toggle bold font rendering styles.
It is enabled by default when running for both in GUI and terminal mode.
The reason for this standard behavior is the fact that most terminals
and shells are capable to handle bold fonts.
GH-143
How can i disable bold fonts for all filetypes?
The text was updated successfully, but these errors were encountered: