Skip to content

Commit

Permalink
Inherit isearch faces by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Koval committed Nov 1, 2017
1 parent a81c4ea commit 86d2ebb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions phi-search-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,12 @@
;; + faces

(defface phi-search-match-face
'((((background light)) (:background "#b5dee9"))
(t (:background "#194854")))
'((t (:inherit 'lazy-highlight)))
"Face used to highlight matching items in phi-search."
:group 'phi-search)

(defface phi-search-selection-face
'((((background light)) (:background "#e0d9de"))
(t (:background "#594854")))
'((t (:inherit 'isearch)))
"Face used to highlight selected items in phi-search."
:group 'phi-search)

Expand Down

0 comments on commit 86d2ebb

Please sign in to comment.