Skip to content
New issue

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

Comments are black on black by default! #956

Open
d9k opened this issue Jul 19, 2024 · 1 comment
Open

Comments are black on black by default! #956

d9k opened this issue Jul 19, 2024 · 1 comment

Comments

@d9k
Copy link

d9k commented Jul 19, 2024

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'

@d9k
Copy link
Author

d9k commented Jul 19, 2024

I use xfce4-terminal, having "bright black" color on my palette

Selection_2024-07-19_12-42-36_01

but setting Show bold text in bright colors is not enabled, there must be some another modifier than bold to make color bright

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant