branch: elpa/ample-theme
commit 07210ee555ced5f6f115e7925496b902338e0117
Author: Fice T <[email protected]>
Commit: jordonbiondo <[email protected]>
Add a few helm faces
---
ample-theme.el | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/ample-theme.el b/ample-theme.el
index fa379f4..6af2a96 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -261,13 +261,14 @@
;; helm
`(helm-M-x-key ((t (:foreground ,ample/orange
:underline nil))))
;;`(helm-action ((t ())))
- ;;`(helm-bookmark-addressbook ((t ())))
+ `(helm-bookmark-addressbook ((t (:foreground ,ample/red))))
;;`(helm-bookmark-directory ((t ())))
- ;;`(helm-bookmark-file ((t ())))
- ;;`(helm-bookmark-gnus ((t ())))
- ;;`(helm-bookmark-info ((t ())))
- ;;`(helm-bookmark-man ((t ())))
- ;;`(helm-bookmark-w3m ((t ())))
+ `(helm-bookmark-file ((t (:foreground
,ample/lighter-blue))))
+ `(helm-bookmark-gnus ((t (:foreground
,ample/purple))))
+ `(helm-bookmark-info ((t (:foreground
,ample/green))))
+ `(helm-bookmark-man ((t (:foreground ,ample/orange))))
+ `(helm-bookmark-w3m ((t (:foreground ,ample/yellow))))
+ `(helm-buffer-directory ((t (:foreground ,ample/green))))
;;`(helm-buffer-not-saved ((t ())))
;;`(helm-buffer-process ((t ())))
;;`(helm-buffer-saved-out ((t ())))
@@ -280,9 +281,9 @@
`(helm-ff-prefix ((t (:foreground ,ample/red))))
;;`(helm-ff-symlink ((t ())))
;;`(helm-grep-cmd-line ((t ())))
- ;;`(helm-grep-file ((t ())))
- ;;`(helm-grep-finish ((t ())))
- ;;`(helm-grep-lineno ((t ())))
+ `(helm-grep-file ((t (:foreground ,ample/purple
:underline t))))
+ `(helm-grep-finish ((t (:foreground ,ample/green))))
+ `(helm-grep-lineno ((t (:inherit
compilation-line-number))))
;;`(helm-grep-match ((t ())))
;;`(helm-grep-running ((t ())))
`(helm-header ((t (:foreground ,ample/bg :background
,ample/fg))))
@@ -291,9 +292,11 @@
;;`(helm-history-remote ((t ())))
;;`(helm-lisp-completion-info ((t ())))
;;`(helm-lisp-show-completion ((t ())))
+ `(helm-locate-finish ((t (:foreground
,ample/green))))
`(helm-match ((t (:foreground ,ample/blue
:background ,ample/darkest-gray))))
- ;;`(helm-moccur-buffer ((t ())))
+ `(helm-moccur-buffer ((t (:inherit
compilation-info))))
`(helm-selection ((t (:foreground ,ample/yellow
:background ,ample/region :bold t))))
+ `(helm-prefarg ((t (:foreground ,ample/green :bold
t))))
;;`(helm-selection-line ((t ())))
;;`(helm-separator ((t ())))
`(helm-source-header ((t (:foreground
,ample/darkest-gray :background ,ample/blue))))