Skip to content

Commit

Permalink
fix: Italics shown as underlined
Browse files Browse the repository at this point in the history
  • Loading branch information
kuromedayo committed Mar 2, 2025
1 parent 2975032 commit 4f8dd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f8dd98

Please sign in to comment.