branch: elpa/alect-themes
commit 05d7515d936bbf48ad3fa961220f076d2e5d2312
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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