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

Add more bolds (or add an option to have them) #214

Open
moonTox opened this issue Feb 7, 2025 · 1 comment
Open

Add more bolds (or add an option to have them) #214

moonTox opened this issue Feb 7, 2025 · 1 comment

Comments

@moonTox
Copy link

moonTox commented Feb 7, 2025

Add more bolds in function definitions and keywords. For example the ef-themes does this

Image

Image

@bbatsov
Copy link
Contributor

bbatsov commented Feb 13, 2025

In general this makes sense to me, as many themes do it, but it needs to be cleared with the maintainers and we need to agree what exactly could be made bold. (in your example this looks like only font-lock-builtin-face, but boldness is somewhat in other cases as well.

In the mean time you can just tweak theme yourself like this:

(set-face-attribute 'font-lock-builtin-face nil :weight 'bold)

Putting this in your config after the place you load the theme should do the trick.

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

No branches or pull requests

2 participants