Skip to content

Commit

Permalink
fix: Make adoc-mode faces more consistent with markdown-mode's faces
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and jtbx committed Feb 12, 2025
1 parent b01f385 commit d2cfc13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,11 @@ FLAVOR defaults to the value of `catppuccin-flavor'."
(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)
(adoc-internal-reference-face :foreground ,ctp-green)
(adoc-list-face :foreground ,ctp-text)
(adoc-meta-face :foreground ,ctp-yellow)
(adoc-meta-hide-face :foreground ,ctp-yellow)
(adoc-meta-face :inherit font-lock-comment-face)
(adoc-meta-hide-face :inherit font-lock-comment-face)
(adoc-reference-face :inherit link)
(adoc-secondary-text-face :foreground ,ctp-yellow)
(adoc-title-0-face :foreground ,ctp-red
,@(when catppuccin-enlarge-headings
Expand Down

0 comments on commit d2cfc13

Please sign in to comment.