branch: elpa/spacemacs-theme
commit 3d48da180301186f75e24f7fc290e10bef23632b
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
ido in good shape
---
spacemacs-dark-theme.el | 7 +++++++
spacemacs-light-theme.el | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 246b39b23d..d9f1f61d79 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -65,6 +65,8 @@
;;;;; basics
`(default ((,class (:background ,bg1 :foreground ,base))))
`(vertical-border ((,class (:foreground ,bg4))))
+ `(eval-sexp-fu-flash ((,class (:background ,suc :foreground ,bg1))))
+ `(eval-sexp-fu-flash-error ((,class (:background ,err :foreground ,bg1))))
`(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
`(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
`(default-italic ((,class (:italic t))))
@@ -149,6 +151,11 @@
`(git-gutter-fr:deleted ((,class (:foreground ,war :weight bold))))
`(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
+;;;;; ido
+ `(ido-first-match ((,class (:foreground ,violet))))
+ `(ido-only-match ((,class (:foreground ,green))))
+ `(ido-subdir ((,class (:foreground ,key1))))
+
;;;;; helm
`(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
`(helm-bookmark-file ((,class (:foreground ,base))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index cedbde0b82..0744e25dde 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -65,6 +65,8 @@
;;;;; basics
`(default ((,class (:background ,bg1 :foreground ,base))))
`(vertical-border ((,class (:foreground ,bg4))))
+ `(eval-sexp-fu-flash ((,class (:background ,suc :foreground ,bg1))))
+ `(eval-sexp-fu-flash-error ((,class (:background ,err :foreground ,bg1))))
`(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
`(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
`(default-italic ((,class (:italic t))))
@@ -149,6 +151,11 @@
`(git-gutter-fr:deleted ((,class (:foreground ,war :weight bold))))
`(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
+;;;;; ido
+ `(ido-first-match ((,class (:foreground ,violet))))
+ `(ido-only-match ((,class (:foreground ,green))))
+ `(ido-subdir ((,class (:foreground ,key1))))
+
;;;;; helm
`(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
`(helm-bookmark-file ((,class (:foreground ,base))))