Those ido-changes mentioned in earlier commit...

This commit is contained in:
Thomas Frössman 2012-06-10 11:26:44 +02:00
parent 88c2c5cb1a
commit 644a998d45

View file

@ -393,9 +393,9 @@
`(hl-line-face ((,class (:background ,solarized-bg))))
;; ido-mode
`(ido-first-match ((,class (:foreground ,yellow :weight bold))))
`(ido-first-match ((,class (:foreground ,green :weight bold))))
`(ido-only-match ((,class (:foreground ,orange :weight bold))))
`(ido-subdir ((,class (:foreground ,yellow))))
`(ido-subdir ((,class (:foreground ,blue))))
`(ido-incomplete-regexp ((,class (:inherit font-lock-warning-face))))
`(ido-indicator ((,class (:background ,red :foreground ,solarized-bg :width condensed))))
`(ido-virtual ((,class (:foreground ,cyan))))