We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
highlighters/main/main-highlighter.zsh:
highlighters/main/main-highlighter.zsh
${ZSH_HIGHLIGHT_STYLES[comment]:=fg=black,bold
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:
I use xfce4-terminal, having "bright black" color on my palette
xfce4-terminal
but setting Show bold text in bright colors is not enabled, there must be some another modifier than bold to make color bright
Show bold text in bright colors
bold
Sorry, something went wrong.
No branches or pull requests
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: