alphapapa / org-sidebar

A helpful sidebar for Org mode
GNU General Public License v3.0
527 stars 16 forks source link

Headline face control #53

Open ismaell opened 2 years ago

ismaell commented 2 years ago

It would be useful to be able to control the faces used for headlines, as when using different font sizes, the result looks awful in the sidebars.

alphapapa commented 2 years ago

I use different font sizes for headings (decreasing at deeper levels), and it doesn't look awful to me.

If you really want to do this, you could define advice to remap faces in the sidebar-tree buffer. (I guess that's what you're referring to.)

ismaell commented 2 years ago

It would be nice to be able to just flip a switch for that. Either filter-out certain face features (function value) or enforce a single one (if given a face value)...

alphapapa commented 2 years ago

I think this idea is too specific to be worth maintaining in this package, but if you want to code that up in your config, I'd be glad to add it to the documentation as an example of how this package may be customized by users.