branch: elpa/isl
commit 2b1b909fee4e2f26bed3fe2b4a95c48837e62845
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Change default color in isl-match-items
---
isl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isl.el b/isl.el
index ae5fe25d7a8..ef616bcd57e 100644
--- a/isl.el
+++ b/isl.el
@@ -230,7 +230,7 @@ You can toggle this at any time with
\\<isl-map>\\[isl-toggle-multi-search-in-li
"Face used to highlight the items matched.")
(defface isl-match-items
- '((t :background "SaddleBrown" :foreground "black"))
+ '((t :background "Orangered3" :foreground "black"))
"Face used to highlight the items matched inside line.")
(defface isl-on