Remove fg=white from path style, confusing for white background terminals
This commit is contained in:
parent
19de6c9e92
commit
c6dcd93691
@ -14,7 +14,7 @@ ZSH_SYNTAX_HIGHLIGHTING_STYLES=(
|
|||||||
builtin 'fg=cyan,bold'
|
builtin 'fg=cyan,bold'
|
||||||
function 'fg=blue,bold'
|
function 'fg=blue,bold'
|
||||||
command 'fg=green,bold'
|
command 'fg=green,bold'
|
||||||
path 'fg=white,underline'
|
path 'underline'
|
||||||
globbing 'fg=blue,bold'
|
globbing 'fg=blue,bold'
|
||||||
single-hyphen-option 'fg=yellow'
|
single-hyphen-option 'fg=yellow'
|
||||||
double-hyphen-option 'fg=yellow'
|
double-hyphen-option 'fg=yellow'
|
||||||
|
Loading…
Reference in New Issue
Block a user