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

    Add 'completions' faces
---
 alect-themes.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 1aef0994533..8e85829a95d 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -653,7 +653,10 @@ For INVERT, see `alect-get-color'."
          (compilation-mode-line-fail        ((,c :inherit compilation-error)))
 
          ;; completions
-         (completions-common-part ((,c :foreground ,(gc 'fg-2))))
+         (completions-annotations ((,c :inherit alect-key)))
+         (completions-highlight   ((,c :inherit alect-selected-item)))
+         (completions-common-part ((,c :background ,(gc 'bg+1))))
+         (completions-first-difference ((,c :foreground ,(gc 'blue-1))))
 
          ;; cperl
          (cperl-hash-face           ((,c :foreground ,(gc 'cyan+1))))

Reply via email to