From d2cfc13ccafe0baaceaa80f68ef7adc2ce23542a Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 12 Feb 2025 17:07:53 +0200 Subject: [PATCH] fix: Make adoc-mode faces more consistent with markdown-mode's faces --- catppuccin-theme.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/catppuccin-theme.el b/catppuccin-theme.el index d45cee1..c364b6b 100644 --- a/catppuccin-theme.el +++ b/catppuccin-theme.el @@ -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