commit f17755657757f3b02ecb45b79a35d9adbfa54a8c
parent 618e36f2d13f5965634b4b5bbb450024c477e5cf
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 19 Jul 2013 15:19:58 +0200
switch to yellow for ido-match.
recently changd from green bold to just green, yellow stands out a little more without being bold.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -683,8 +683,8 @@ customize the resulting theme."
`(hl-line-face ((,class (:background ,solarized-hl))))
;; ido-mode
- `(ido-first-match ((,class (:foreground ,green :weight normal))))
- `(ido-only-match ((,class (:foreground ,solarized-bg :background ,green :weight normal))))
+ `(ido-first-match ((,class (:foreground ,yellow :weight normal))))
+ `(ido-only-match ((,class (:foreground ,solarized-bg :background ,yellow :weight normal))))
`(ido-subdir ((,class (:foreground ,blue))))
`(ido-incomplete-regexp ((,class (:foreground ,red :weight bold ))))
`(ido-indicator ((,class (:background ,red :foreground ,solarized-bg :width condensed))))