branch: elpa/moe-theme
commit a78e0fe96684955bde8b1234e5d3437736e31a3b
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Minor improve for Helm.
---
moe-dark-theme.el | 5 +++--
moe-light-theme.el | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 453928a5b8..1023e78684 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -307,6 +307,7 @@ Moe, moe, kyun!")
`(helm-bookmark-file ((,class (:foreground ,yellow-4 :background
,yellow-0))))
`(helm-bookmark-info ((,class (:foreground ,green-4 :background ,green-0))))
`(helm-buffer-directory ((,class (:foreground ,blue-1 :bold t))))
+ `(helm-buffer-process ((,class (:foreground ,magenta-2))))
`(helm-buffer-saved-out ((,class (:foreground ,red-2 :background
,black-5))))
`(helm-buffer-size ((,class (:foreground ,orange-2))))
`(helm-candidate-number ((,class (:foreground ,blue-3 :background
,white-0))))
@@ -324,9 +325,9 @@ Moe, moe, kyun!")
`(helm-header ((,class (:foreground ,blue-3 :background ,blue-0))))
`(helm-lisp-show-completion ((,class (:foreground ,black-3 :background
,green-0))))
`(helm-match ((,class (:foreground ,green-2 :background ,black-5 :bold t))))
- `(helm-selection ((,class (:foreground nil :background ,black-2-5))))
+ `(helm-selection ((,class (:foreground nil :background ,blue-3))))
`(helm-selection-line ((,class (:foreground nil :background ,yellow-4))))
- `(helm-source-header ((,class (:foreground ,black-4 :background ,blue-1
:bold t))))
+ `(helm-source-header ((,class (:foreground ,white-0 :background ,black-2-5
:bold t))))
;; Dired/Dired+
`(dired-directory ((,class (:foreground ,blue-1 :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 3b39361b19..1f7bd3c0c1 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -305,6 +305,7 @@ Moe, moe, kyun!")
`(helm-bookmark-file ((,class (:foreground ,yellow-4 :background
,yellow-0))))
`(helm-bookmark-info ((,class (:foreground ,green-4 :background ,green-0))))
`(helm-buffer-directory ((,class (:foreground ,blue-1 :bold t))))
+ `(helm-buffer-process ((,class (:foreground ,magenta-2))))
`(helm-buffer-saved-out ((,class (:foreground ,red-2 :background
,LIGHT_BG))))
`(helm-buffer-size ((,class (:foreground ,orange-2))))
`(helm-candidate-number ((,class (:foreground ,blue-3 :background
,white-0))))