From c36707ea2bdfcb6306fc3a2cdfb5376b07422107 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 14 Jan 2017 22:52:48 -0500 Subject: km-theme.el: Move match face up --- lisp/km-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/km-theme.el b/lisp/km-theme.el index 0e9634b..6fafebd 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -25,6 +25,7 @@ (custom-theme-set-faces 'stekene-light '(default ((t (:background "white")))) + '(match ((t (:inherit default :background "PaleGreen1")))) '(compilation-info ((t (:inherit font-lock-function-name-face)))) '(diff-added ((t (:foreground "DarkGreen" :background "grey98")))) '(diff-context ((t (:foreground "grey50" :background "grey98")))) @@ -83,7 +84,6 @@ '(magit-section-highlight ((t (:background "white")))) '(magit-section-heading ((t (:inherit font-lock-constant-face :weight bold)))) '(magit-section-secondary-heading ((t (:inherit default)))) - '(match ((t (:inherit default :background "PaleGreen1")))) '(org-agenda-calendar-event ((t (:inherit font-lock-function-name-face)))) '(org-agenda-calendar-sexp ((t (:inherit font-lock-variable-name-face)))) '(org-agenda-date ((t (:foreground "gray40")))) -- cgit v1.2.3