branch: elpa/alect-themes
commit cd4da0b04d43fb77bab20a0fac96e65186a08a9c
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add more 'helm' faces
---
alect-themes.el | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/alect-themes.el b/alect-themes.el
index d47e0dd40d4..53078707efb 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1030,19 +1030,31 @@ For INVERT, see `alect-get-color'."
(helm-header ((,c :inherit header-line)))
(helm-source-header ((,c :inherit alect-title)))
(helm-separator ((,c :foreground ,(gc 'blue+2))))
- (helm-M-x-key ((,c :foreground ,(gc 'yellow))))
+ (helm-M-x-key ((,c :inherit alect-key)))
(helm-selection ((,c :background ,(gc 'bg))))
(helm-selection-line ((,c :background ,(gc 'bg))))
(helm-visible-mark ((,c :foreground ,(gc 'yellow-1))))
(helm-candidate-number ((,c :background ,(gc 'bg-2)
:foreground ,(gc 'green-2))))
(helm-ff-file ((,c)))
+ (helm-ff-file-extension ((,c :slant italic)))
(helm-ff-executable ((,c :foreground ,(gc 'green-1))))
(helm-ff-directory ((,c :inherit dired-directory)))
+ (helm-ff-dotted-directory ((,c :inherit helm-ff-directory
+ :background ,(gc 'blue-bg+1))))
+ (helm-ff-dotted-symlink-directory ((,c :inherit helm-ff-symlink
+ :inverse-video t)))
(helm-ff-symlink ((,c :inherit dired-symlink)))
(helm-ff-invalid-symlink ((,c :inherit dired-warning)))
+ (helm-ff-pipe ((,c :foreground ,(gc 'yellow-1))))
+ (helm-ff-socket ((,c :foreground ,(gc 'yellow))))
+ (helm-ff-suid ((,c :inherit error :inverse-video t)))
(helm-ff-prefix ((,c :background ,(gc 'bg)
:foreground ,(gc 'red+1))))
+ (helm-buffer-file ((,c :inherit helm-ff-file)))
+ (helm-non-file-buffer ((,c :foreground ,(gc 'yellow+2))))
+ (helm-buffer-modified ((,c :weight bold)))
+ (helm-buffer-archive ((,c :foreground ,(gc 'magenta))))
(helm-buffer-directory ((,c :inherit helm-ff-directory)))
(helm-buffer-saved-out ((,c :background ,(gc 'bg-2)
:foreground ,(gc 'red))))
@@ -1051,6 +1063,7 @@ For INVERT, see `alect-get-color'."
(helm-buffer-size ((,c :foreground ,(gc 'cyan))))
(helm-grep-file ((,c :inherit compilation-info)))
(helm-grep-lineno ((,c :inherit alect-line-number)))
+ (helm-match ((,c :inherit lazy-highlight)))
;; help
(help-argument-name ((,c :inherit font-lock-variable-name-face)))