branch: elpa/spacemacs-theme
commit 269d9f2cb8a9877d6354ff4dde7a601ab9dacdb4
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Removed duplicate rules for ido
---
spacemacs-dark-theme.el | 6 ++----
spacemacs-light-theme.el | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index ef5affa59f..8fb133d888 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -170,8 +170,9 @@
;;;;; ido
`(ido-first-match ((,class (:foreground ,type :bold t))))
- `(ido-only-match ((,class (:foreground ,green))))
+ `(ido-only-match ((,class (:foreground ,suc :bold t))))
`(ido-subdir ((,class (:foreground ,key1))))
+ `(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
;;;;; helm
`(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
@@ -404,9 +405,6 @@
`(font-latex-string-face ((,class (:foreground ,str))))
`(font-latex-match-reference-keywords ((,class (:foreground ,const))))
`(font-latex-match-variable-keywords ((,class (:foreground ,var))))
- `(ido-only-match ((,class (:foreground ,war :underline nil))))
- `(ido-first-match ((,class (:foreground ,keyword :bold t :underline nil))))
- `(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
`(flx-highlight-face ((,class (:foreground ,type :underline nil))))
`(mu4e-view-url-number-face ((,class (:foreground ,type))))
`(mu4e-cited-1-face ((,class (:foreground ,base))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 1645cf1449..9e096bf75f 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -169,8 +169,9 @@
;;;;; ido
`(ido-first-match ((,class (:foreground ,type :bold t))))
- `(ido-only-match ((,class (:foreground ,green))))
+ `(ido-only-match ((,class (:foreground ,err :bold t))))
`(ido-subdir ((,class (:foreground ,key1))))
+ `(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
;;;;; helm
`(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
@@ -402,9 +403,6 @@
`(font-latex-string-face ((,class (:foreground ,str))))
`(font-latex-match-reference-keywords ((,class (:foreground ,const))))
`(font-latex-match-variable-keywords ((,class (:foreground ,var))))
- `(ido-only-match ((,class (:foreground ,war :underline nil))))
- `(ido-first-match ((,class (:foreground ,keyword :bold t :underline nil))))
- `(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
`(flx-highlight-face ((,class (:foreground ,type :underline nil))))
`(mu4e-view-url-number-face ((,class (:foreground ,type))))
`(mu4e-cited-1-face ((,class (:foreground ,base))))