Italics shown as underlined in doom emacs 29 pgtk
Opened this issue · 2 comments
Nick1296 commented
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
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
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 ^^