mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-01-30 09:47:12 +08:00
Compare commits
3 Commits
d860cb222b
...
4f45ca04ac
Author | SHA1 | Date | |
---|---|---|---|
|
4f45ca04ac | ||
|
926329c6d8 | ||
|
9505bfcb12 |
@ -33,7 +33,12 @@
|
||||
# Uses format of `region_highlight`
|
||||
# More info: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets
|
||||
(( ! ${+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
|
||||
(( ! ${+ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX} )) &&
|
||||
|
Loading…
Reference in New Issue
Block a user