solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit e36b4bbbf78b2f503a87aeac3e9d1b73a022c90c
parent 644a998d45e63ed8a437f27f5569bb29c31043d9
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 10 Jun 2012 11:53:11 +0200

Ido changes (again).

Diffstat:
Msolarized-theme.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -394,9 +394,9 @@ ;; ido-mode `(ido-first-match ((,class (:foreground ,green :weight bold)))) - `(ido-only-match ((,class (:foreground ,orange :weight bold)))) + `(ido-only-match ((,class (:foreground ,solarized-bg :background ,green :weight bold)))) `(ido-subdir ((,class (:foreground ,blue)))) - `(ido-incomplete-regexp ((,class (:inherit font-lock-warning-face)))) + `(ido-incomplete-regexp ((,class (:foreground ,red :weight bold )))) `(ido-indicator ((,class (:background ,red :foreground ,solarized-bg :width condensed)))) `(ido-virtual ((,class (:foreground ,cyan))))