kuanyui / moe-theme.el

A customizable colorful eye-candy theme for Emacser. Moe, moe, kyun!
GNU General Public License v3.0
752 stars 60 forks source link

Fix org mode styling for Emacs 30 #130

Closed vincentkam closed 1 month ago

vincentkam commented 5 months ago

Emacs 30 no longer supports :box (:style none). Without this change, upon loading the theme, we see this error:

face-spec-set-2: Invalid face box: :line-width, 1, :style, none`

This has also been noticed in https://github.com/doomemacs/themes/issues/809.

This change simply omits :style none when the Emacs version is >=30.

vincentkam commented 5 months ago

Ah, I see there's also another PR that fixes the issue: https://github.com/kuanyui/moe-theme.el/pull/129

kuanyui commented 5 months ago

129 is merged, thanks for information.