mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-24 20:33:04 +00:00
hsmw: Default highlight color: bold yellow
This commit is contained in:
parent
9253ad8b0d
commit
ab9d2fc162
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ _hsmw_main() {
|
|||
if [[ "$__hsmw_hcw_call_count" -le 1 ]]; then
|
||||
# Read configuration data
|
||||
zstyle -s ':history-search-multi-word' page-size __hsmw_page_size || __hsmw_page_size=$(( LINES / 2 ))
|
||||
zstyle -s ':history-search-multi-word' highlight-color __hsmw_hl_color || __hsmw_hl_color="fg=magenta,bold"
|
||||
zstyle -s ':history-search-multi-word' highlight-color __hsmw_hl_color || __hsmw_hl_color="fg=yellow,bold"
|
||||
fi
|
||||
|
||||
# '0' will get changed into $to_display limit
|
||||
|
|
Loading…
Reference in a new issue