Skip to content

Commit

Permalink
fix: broken adoc-code-face
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and jtbx committed Feb 12, 2025
1 parent 8d14c19 commit b01f385
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 @@ -427,7 +427,7 @@ FLAVOR defaults to the value of `catppuccin-flavor'."

;; adoc-mode
(adoc-anchor-face :foreground ,ctp-blue)
(adoc-code-face :inherit ,ctp-text)
(adoc-code-face :foreground ,ctp-text)
(adoc-command-face :foreground ,ctp-yellow)
(adoc-emphasis-face :inherit bold)
(adoc-internal-reference-face :foreground ,ctp-yellow :underline t)
Expand Down

0 comments on commit b01f385

Please sign in to comment.