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

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

[nongnu] elpa/alect-themes 05d7515 196/269: Add 'completions-common-part


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 05d7515 196/269: Add 'completions-common-part' face
Date: Thu, 21 Oct 2021 17:59:18 -0400 (EDT)

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

    Add 'completions-common-part' face
---
 alect-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index d534b6f..2f09ec6 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -587,6 +587,9 @@ For INVERT, see `alect-get-color'."
          (compilation-mode-line-exit        ((,c :inherit success)))
          (compilation-mode-line-fail        ((,c :inherit compilation-error)))
 
+         ;; completions
+         (completions-common-part ((,c :foreground ,(gc 'fg-2))))
+
          ;; cperl
          (cperl-hash-face           ((,c :foreground ,(gc 'cyan+1))))
          (cperl-array-face          ((,c :foreground ,(gc 'yellow-1))))



reply via email to

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