`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'`