minad / org-modern

:unicorn: Modern Org Style
GNU General Public License v3.0
1.51k stars 46 forks source link

how to set org-modern-horizontal-rule attribute #145

Closed ST-Saint closed 1 year ago

ST-Saint commented 1 year ago

I use a dark theme and the org horizontal line is invisible. I tried the following config but it doesn't change the face.

(set-face-attribute 'org-modern-horizontal-rule nil :foreground "white" :strike-through "white" :bold 't :inherit nil)

Is there anything I did wrong? What is the right way to modify it?

Thanks

minad commented 1 year ago

The horizontal rule should work without configuration. Please try the modus-vivendi theme with emacs -Q to check if it works. Maybe you are affected by #83 (Mac issue)?

ST-Saint commented 1 year ago

It turns out that doom-theme messes it up solved by https://github.com/minad/org-modern/issues/59