You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got it to be set to bright black using ZSH_HIGHLIGHT_STYLES[comment]="fg=8"
It seams as "fg=black,bold" does not show the color black bright, but instead shows the color black.
and zsh-syntax-highlighting does not accept the word bright, I am not sure, but I believe this may be related to I think zsh doesn't normally use the word bright in its color scheme, and I think zsh-syntax-highlighting uses the official color format names. Please correct me if I am wrong here. Having access to these bright colors sounds a bit important for syntax highlighting, so I guess I wish that zsh-syntax-highlighting would make its own translation to translate the keyword bright to the colors 8 through 15, but that might be a lot of work, so we can always use the numbers of the colors.
The show bold text in bright colors might work as a workaround, using bold for bright colors is not very good. It means that no software can use bold fonts, since bold now has no well defined meaning. Also different terminal emulators might act differently
highlighters/main/main-highlighter.zsh
:Comments are black on black by default what is unreadable! Had to fix it with
ZSH_HIGHLIGHT_STYLES[comment]='fg=magenta,dimmed'
The text was updated successfully, but these errors were encountered: