cyruseuros / ewal

GNU General Public License v3.0
29 stars 2 forks source link

Everytime ewal theme is loaded, org-mode shows leading stars #6

Open zerinoid opened 3 months ago

zerinoid commented 3 months ago

Just as I said in the title:

image

It happens when changing from another theme, or when color scheme is changed throgh wal

reloading the buffer (revert-buffer) solves it, but I have to do it everytime it happens.

EDIT:

Emacs 29.1.90 Spacemacs dev branch

cyruseuros commented 3 months ago

Unfortunately I no longer use emacs.

I suspect it has something to do with spacemacs themes defining a new color variable they use through their themes. Perhaps there is a transitory face or something https://github.com/cyruseuros/ewal/blob/0d245edcfcd9cc5766d37b270214fb9da9b4336d/spacemacs-themes/ewal-spacemacs-themes.el#L46

However, what's more likely is that there is a face-application bug in spacemacs theme (since the face is obiously correctly set eventually)

Happy to help guide through the fix and merge any contributions if it's on this end though.