From 18252755b820f5388966774aacb62baa7eed2400 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 10 Oct 2023 21:29:53 +0200 Subject: [PATCH] Override the comment color in zsh syntax highlighting --- home/.config/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index 3cc775e..1503207 100755 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -131,3 +131,5 @@ if ! zgenom saved; then zgenom save fi +# Override the comment color to make comments visible on black bg +FAST_HIGHLIGHT_STYLES[comment]='fg=#696C76'