Skip to content

Commit

Permalink
Fix broken adoc-mode face
Browse files Browse the repository at this point in the history
I've made a small mistake with one face.
  • Loading branch information
bbatsov authored Feb 4, 2025
1 parent 497c891 commit 78b2295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ FLAVOR defaults to the value of `catppuccin-flavor'."
(adoc-title-3-face :foreground ,ctp-green)
(adoc-title-4-face :foreground ,ctp-sapphire)
(adoc-typewriter-face :foreground ,ctp-green)
(adoc-verbatim-face :inherit ,ctp-green)
(adoc-verbatim-face :foreground ,ctp-green)
(adoc-value-face :foreground ,ctp-yellow)

;; auto-complete
Expand Down

0 comments on commit 78b2295

Please sign in to comment.