Compare commits

...

2 Commits

Author SHA1 Message Date
Tausiq Samantaray a42b7e0f3b
Merge acfe8e4aaa into c4d9559184 2026-08-09 23:32:44 +05:30
tausiq2003 acfe8e4aaa
fix: changed color of ZSH_HIGHLIGHT_COLOR[comment]
So, if we type comments (interactive comments (`#`) or "elided parameters in command position" (`$`)), then its fg is black which is not visible for the normal terminal users, so it doesn't makes any sense, so I changed it a greyish version to 245 so that it will be clearly visible
2025-12-09 02:41:53 +05:30
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
: ${ZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]:=fg=cyan}
: ${ZSH_HIGHLIGHT_STYLES[assign]:=none}
: ${ZSH_HIGHLIGHT_STYLES[redirection]:=fg=yellow}
: ${ZSH_HIGHLIGHT_STYLES[comment]:=fg=black,bold}
: ${ZSH_HIGHLIGHT_STYLES[comment]:=fg=245,bold}
: ${ZSH_HIGHLIGHT_STYLES[named-fd]:=none}
: ${ZSH_HIGHLIGHT_STYLES[numeric-fd]:=none}
: ${ZSH_HIGHLIGHT_STYLES[arg0]:=fg=green}