Merge pull request #102 from dato/master

Add support for ‘match’ (used by Occur).
This commit is contained in:
Greg Pfeil 2014-04-07 16:34:16 -06:00
commit bc2d2f630b
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,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))))