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 option to disable scaling the header size #58

Closed
jakevossen5 opened this issue Mar 6, 2020 · 5 comments
Closed

Add option to disable scaling the header size #58

jakevossen5 opened this issue Mar 6, 2020 · 5 comments

Comments

@jakevossen5
Copy link

I find the increased size of the headers really unpleasant in org mode. Could we implement something like this solarized package where they let you change it so that org headers are not larger then the rest of the text?

@milouse
Copy link
Member

milouse commented Mar 7, 2020

It is easily doable in your own config with a line like

(set-face-attribute 'org-level-1 nil :height 1.0)

Only org-level-1, org-level-2 and org-level-3 have :height customization. The height attribute must be understood as a percentage unit. 1.0 means 100%, 0.5 means 50% and 1.5 means 150%.

Can you confirm you're speaking about the solarized-use-variable-pitch variable for the solarized theme? I'll try to have a look to it to see if it worths it to add options to the dracula theme.

@jakevossen5
Copy link
Author

Ah, thank you! That line fixed what I wanted.

I was referring to these commands (found in the README here).

I don't think it is that big of a deal now, where else does the font change besides org headers?

@milouse
Copy link
Member

milouse commented Mar 9, 2020

There is also the org-document-title face. And that's all.

@milouse
Copy link
Member

milouse commented Mar 21, 2020

I just release a new version with a new setting system. Hope you'll like it :)

@jakevossen5
Copy link
Author

Looks awesome, thank you!

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

No branches or pull requests

2 participants