solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 4d7f970540547f5ddedda8ae8377c8bd6fa5f08f
parent a02a8bad9cb2f89c4e74e83fe3c64989d8d87e79
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 19 Apr 2012 15:05:38 +0200

Match face fg:orange -> fg:solarized-emph

Diffstat:
Msolarized-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -147,7 +147,7 @@ `(grep-error-face ((,class (:foreground ,red :weight bold :underline t)))) `(grep-hit-face ((,class (:foreground ,blue)))) `(grep-match-face ((,class (:foreground ,orange :weight bold)))) - `(match ((,class (:background ,solarized-hl :foreground ,orange :weight bold)))) + `(match ((,class (:background ,solarized-hl :foreground ,solarized-emph :weight bold)))) ;; faces used by isearch `(isearch ((,class (:foreground ,yellow :background ,solarized-hl))))