Add support for ‘match’ (used by Occur).

Color is background yellow, same as ‘lazy-highlight’.
This commit is contained in:
Dato Simó 2013-09-25 08:22:42 +01:00
parent 0d189230e8
commit 5eb6ff07d2
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(isearch ((t (,@fmt-stnd ,@fg-orange ,@bg-back)))) ; IncSearch
(isearch-fail ((t (,@fmt-stnd ,@fg-orange ,@bg-back)))) ; IncSearch
(lazy-highlight ((t (,@fmt-revr ,@fg-yellow ,@bg-back)))) ; Search
(match ((t (,@fmt-revr ,@fg-yellow ,@bg-back)))) ; Occur
(link ((t (,@fmt-undr ,@fg-violet))))
(link-visited ((t (,@fmt-undr ,@fg-magenta))))
(menu ((t (,@fg-base0 ,@bg-base02))))