catppuccin / emacs

🍄 Soothing pastel theme for Emacs
MIT License
255 stars 39 forks source link

Italics shown as underlined in doom emacs 29 pgtk #128

Open Nick1296 opened 8 months ago

Nick1296 commented 8 months ago

As for the title, when text in italics should be shown it is underlined instead.

I am using the theme with doomemacs on emacs 29 with pgtk on NixOS 23.11.

I am happy to make more tests if needed.

Thanks for the port of this awesome theme!

byronclark commented 5 months ago

I've had the same issue in multiple themes. Here's how I work around it:

;; Default italic face sets underline if the font supports it
(custom-set-faces
 '(italic ((t (:slant italic)))))
NamesCode commented 1 month ago

I am currently unable to resolve this as emacs doesnt work on my system. I will mark this as help wanted. If any want to take the reins on this one feel free ^^