diff --git a/catppuccin-theme.el b/catppuccin-theme.el index ba0e901..568e63e 100644 --- a/catppuccin-theme.el +++ b/catppuccin-theme.el @@ -302,6 +302,7 @@ FLAVOR defaults to the value of `catppuccin-flavor'." ;; default / basic faces (cursor :background ,ctp-rosewater) (default :background ,ctp-base :foreground ,ctp-text) + (italic :slant italic) (default-italic :slant italic) (hl-todo :foreground ,ctp-peach) (error :foreground ,ctp-red)