Update solarized-definitions.el

face for ido-indicator
This commit is contained in:
Robert Charusta 2017-09-19 18:13:40 +02:00 committed by GitHub
parent 60f79549c5
commit 54871d958e
1 changed files with 2 additions and 1 deletions

View File

@ -323,9 +323,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(dired-symlink (,@fg-green))
(dired-warning (,@fmt-bold ,@fg-red))
;; IDO
(ido-first-match (,@fmt-bold ,@fg-green))
(ido-indicator (,@fmt-revr ,@fg-red))
(ido-only-match (,@fg-green))
(ido-subdir (,@fg-blue))
(ido-first-match (,@fmt-bold ,@fg-green))
;; emacs-wiki
(emacs-wiki-bad-link-face (,@fmt-undr ,@fg-red))
(emacs-wiki-link-face (,@fmt-undr ,@fg-blue))