From 5eb6ff07d252cbe408820987b170a4d6b3ebb70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dato=20Sim=C3=B3?= Date: Wed, 25 Sep 2013 08:22:42 +0100 Subject: [PATCH] =?UTF-8?q?Add=20support=20for=20=E2=80=98match=E2=80=99?= =?UTF-8?q?=20(used=20by=20Occur).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Color is background yellow, same as ‘lazy-highlight’. --- solarized-definitions.el | 1 + 1 file changed, 1 insertion(+) diff --git a/solarized-definitions.el b/solarized-definitions.el index de89022..5fb16b9 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -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))))