emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 676a8ee 318/399: swiper.el (swiper-isearch-current-match):


From: Oleh Krehel
Subject: [elpa] master 676a8ee 318/399: swiper.el (swiper-isearch-current-match): Remove unused face
Date: Sat, 20 Jul 2019 14:57:48 -0400 (EDT)

branch: master
commit 676a8ee8f0223568c1f10c6fa61a1ad179e79c3b
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    swiper.el (swiper-isearch-current-match): Remove unused face
    
    The face is obsolete since 7dc14452de5888ff6d6e703121242b7c71c83679.
    
    Re purcell/color-theme-sanityinc-tomorrow#131
---
 swiper.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/swiper.el b/swiper.el
index 06a9bb2..0ee0a9f 100644
--- a/swiper.el
+++ b/swiper.el
@@ -1375,13 +1375,6 @@ When not running `swiper-isearch' already, start it."
     map)
   "Keymap for `swiper-isearch'.")
 
-(defface swiper-isearch-current-match
-  '((((class color) (background light))
-     :background "#65a7e2" :foreground "white")
-    (((class color) (background dark))
-     :background "#1a4b77" :foreground "black"))
-  "Face used by `swiper-isearch' for highlighting the current match.")
-
 (defun swiper--isearch-same-line-p (s1 s2)
   "Check if S1 and S2 are equal and on the same line."
   (and (equal s1 s2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]