emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 1511778df5 212/336: Make doc strings meta


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 1511778df5 212/336: Make doc strings meta color
Date: Fri, 14 Jan 2022 10:59:36 -0500 (EST)

branch: elpa/spacemacs-theme
commit 1511778df5eb94f6b09d317e220be4910effc782
Author: Alex Branham <branham@utexas.edu>
Commit: Alex Branham <branham@utexas.edu>

    Make doc strings meta color
    
    This makes them a different color from comments
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 70492e55e9..75bfa3bd40 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -161,7 +161,7 @@
      `(font-lock-builtin-face ((,class (:foreground ,keyword))))
      `(font-lock-comment-face ((,class (:foreground ,(if 
spacemacs-theme-comment-italic comment-light comment) :background ,(when 
spacemacs-theme-comment-bg comment-bg) :slant ,(if 
spacemacs-theme-comment-italic 'italic 'normal)))))
      `(font-lock-constant-face ((,class (:foreground ,const))))
-     `(font-lock-doc-face ((,class (:foreground ,comment))))
+     `(font-lock-doc-face ((,class (:foreground ,meta))))
      `(font-lock-function-name-face ((,class (:foreground ,func :inherit 
bold))))
      `(font-lock-keyword-face ((,class (:inherit bold :foreground ,keyword))))
      `(font-lock-negation-char-face ((,class (:foreground ,const))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]