Compare commits

...

3 Commits

Author SHA1 Message Date
MR-A
4f45ca04ac
Merge 926329c6d8 into c3d4e576c9 2023-09-11 11:38:58 -07:00
MR-A
926329c6d8
Minor changes () 2022-01-20 11:06:14 +00:00
MR-A
9505bfcb12
HIGHTLIGHT_STYLE options added.
Hex color code & other color options listed.
2022-01-20 10:57:43 +00:00

View File

@ -33,7 +33,12 @@
# Uses format of `region_highlight` # Uses format of `region_highlight`
# More info: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets # More info: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets
(( ! ${+ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE} )) && (( ! ${+ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE} )) &&
typeset -g ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8' typeset -g ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#808080'
# 1=Red, 5=Purple, 9=Red
# 2=Cyan, 6=Light_Blue, 0=Black
# 3=Yellow, 7=White
# 4=Blue, 8=Dull_Cyan (or you can use Hexa Color code as 'fg=#e91e63')
# Prefix to use when saving original versions of bound widgets # Prefix to use when saving original versions of bound widgets
(( ! ${+ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX} )) && (( ! ${+ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX} )) &&