mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Remove fg=white from path style, confusing for white background terminals
This commit is contained in:
parent
19de6c9e92
commit
c6dcd93691
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ ZSH_SYNTAX_HIGHLIGHTING_STYLES=(
|
|||
builtin 'fg=cyan,bold'
|
||||
function 'fg=blue,bold'
|
||||
command 'fg=green,bold'
|
||||
path 'fg=white,underline'
|
||||
path 'underline'
|
||||
globbing 'fg=blue,bold'
|
||||
single-hyphen-option 'fg=yellow'
|
||||
double-hyphen-option 'fg=yellow'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue