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

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

[nongnu] elpa/alect-themes 786cb90 043/269: Inherit comment delimiter fr


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 786cb90 043/269: Inherit comment delimiter from comment face
Date: Thu, 21 Oct 2021 17:58:45 -0400 (EDT)

branch: elpa/alect-themes
commit 786cb906864f62cef5fb5ec2e1bcbe650acff38b
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Inherit comment delimiter from comment face
---
 alect-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index ce9a440..11d7288 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -5,7 +5,7 @@
 ;; Author: Alex Kost <alezost@gmail.com>
 ;; Created: 10 Jul 2013
 ;; Version: 0.2.4
-;; Last-Updated: 2013-12-22 Sun 12:19:57 (+0400)
+;; Last-Updated: 2013-12-23 Mon 16:34:22 (+0400)
 ;; Package-Requires: ((emacs "24.0"))
 ;; URL: http://github.com/alezost/alect-themes
 ;; Keywords: color theme
@@ -482,7 +482,7 @@ For INVERT, see `alect-get-color'."
        ;; font lock
        (font-lock-builtin-face           ((t (:foreground ,(gc 'magenta-1)))))
        (font-lock-comment-face           ((t (:foreground ,(gc 'green+1)))))
-       (font-lock-comment-delimiter-face ((t (:foreground ,(gc 'green+1)))))
+       (font-lock-comment-delimiter-face ((t (:inherit 
font-lock-comment-face))))
        (font-lock-constant-face          ((t (:foreground ,(gc 'cyan-1)))))
        (font-lock-doc-face               ((t (:foreground ,(gc 'fg-1) :slant 
italic))))
        (font-lock-doc-string-face        ((t (:foreground ,(gc 'cyan+2)))))



reply via email to

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