From 6eb26e7a8844254d736a1d8a8f031e2e59c38184 Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Wed, 25 May 2016 09:02:31 +0200 Subject: [PATCH] Use red instead of yellow for highlighting --- history-search-multi-word | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history-search-multi-word b/history-search-multi-word index 5b5e0f2..44c820e 100644 --- a/history-search-multi-word +++ b/history-search-multi-word @@ -84,7 +84,7 @@ _hsmw_main() { region_highlight=() if [ -n "$colsearch_pattern" ]; then - region_highlight+=( "${(f)${(S)text//*(#bi)(${~colsearch_pattern})/$(( offset + mbegin[1] - 1 )) $(( offset + mend[1] )) fg=yellow,bold${nl}}%$nl*}" ) + region_highlight+=( "${(f)${(S)text//*(#bi)(${~colsearch_pattern})/$(( offset + mbegin[1] - 1 )) $(( offset + mend[1] )) fg=red,bold${nl}}%$nl*}" ) fi }