branch: elpa/ample-theme
commit 0802fd726a89bc7f7ec1c6a9a6cb6e82166581cd
Author: Jordon Biondo <[email protected]>
Commit: Jordon Biondo <[email protected]>
some helm changes
---
ample-light-theme.el | 6 +++---
ample-theme.el | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ample-light-theme.el b/ample-light-theme.el
index 6517b91..a9f7395 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -277,12 +277,12 @@
;;`(helm-history-remote ((t ())))
;;`(helm-lisp-completion-info ((t ())))
;;`(helm-lisp-show-completion ((t ())))
- `(helm-match ((t (:foreground ,ample/blue
:background ,ample/darkest-gray))))
+ `(helm-match ((t (:foreground ,ample/fg
:background ,ample/light-green-bg))))
;;`(helm-moccur-buffer ((t ())))
- `(helm-selection ((t (:foreground ,ample/yellow
:background nil :bold t))))
+ `(helm-selection ((t (:foreground ,ample/red :background
,ample/light-green-bg :bold t))))
;;`(helm-selection-line ((t ())))
;;`(helm-separator ((t ())))
- `(helm-source-header ((t (:foreground
,ample/darkest-gray :background ,ample/orange))))
+ `(helm-source-header ((t (:foreground
,ample/darkest-gray :background ,ample/region-dark))))
;;`(helm-visible-mark ((t ())))
;; jabber
diff --git a/ample-theme.el b/ample-theme.el
index 96131b5..528cfdb 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -274,10 +274,10 @@
;;`(helm-lisp-show-completion ((t ())))
`(helm-match ((t (:foreground ,ample/blue
:background ,ample/darkest-gray))))
;;`(helm-moccur-buffer ((t ())))
- `(helm-selection ((t (:foreground ,ample/yellow
:background nil :bold t))))
+ `(helm-selection ((t (:foreground ,ample/yellow
:background ,ample/region :bold t))))
;;`(helm-selection-line ((t ())))
;;`(helm-separator ((t ())))
- `(helm-source-header ((t (:foreground
,ample/darkest-gray :background ,ample/orange))))
+ `(helm-source-header ((t (:foreground
,ample/darkest-gray :background ,ample/blue))))
;;`(helm-visible-mark ((t ())))
;; jabber