branch: externals/modus-themes
commit f6fe42f0467f998e0110c6ad0021a966d1780728
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use the 'comment' mapping instead of 'fg-dim' for three more 
comment-related faces
---
 modus-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 1ac4492224..544bdc1efa 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4793,7 +4793,7 @@ FG and BG are the main colors."
     ;; depends on an external program).
     `(calibredb-archive-face ((,c :foreground ,accent-3)))
     `(calibredb-author-face ((,c :foreground ,name)))
-    `(calibredb-comment-face ((,c :foreground ,fg-dim)))
+    `(calibredb-comment-face ((,c :foreground ,comment)))
     `(calibredb-date-face ((,c :foreground ,date-common)))
     `(calibredb-edit-annotation-header-title-face ((,c :inherit 
modus-themes-bold)))
     `(calibredb-favorite-face ((,c :inherit modus-themes-bold)))
@@ -4954,8 +4954,8 @@ FG and BG are the main colors."
         :box (:line-width 1 :color ,border :style pressed-button))
        (t :underline ,border)))
     `(custom-changed ((,c :background ,bg-changed)))
-    `(custom-comment ((,c :foreground ,fg-dim)))
-    `(custom-comment-tag ((,c :inherit modus-themes-bold :foreground ,fg-dim)))
+    `(custom-comment ((,c :foreground ,comment)))
+    `(custom-comment-tag ((,c :inherit modus-themes-bold :foreground 
,comment)))
     `(custom-invalid ((,c :foreground ,err :strike-through t)))
     `(custom-modified ((,c :background ,bg-changed)))
     `(custom-rogue ((,c :foreground ,err :strike-through t)))

Reply via email to