Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable bold fonts? #143

Closed
bytesoverflow opened this issue Feb 13, 2019 · 3 comments · Fixed by #161
Closed

How to disable bold fonts? #143

bytesoverflow opened this issue Feb 13, 2019 · 3 comments · Fixed by #161

Comments

@bytesoverflow
Copy link

How can i disable bold fonts for all filetypes?

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Feb 13, 2019

Hi @tobydeh 👋, thanks for your contribution 👍

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.

@bytesoverflow
Copy link
Author

Sure, I’ll give it a go

@arcticicestudio arcticicestudio added this to the Next milestone Apr 16, 2019
svengreb pushed a commit that referenced this issue May 24, 2019
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
@arcticicestudio
Copy link
Contributor

@tobydeh The theme config has been implemented and released in version 0.12.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants