Change zsh comment style
diff --git a/src/apps/personal/zsh.nix b/src/apps/personal/zsh.nix
index 2efab5e..74976e9 100644
--- a/src/apps/personal/zsh.nix
+++ b/src/apps/personal/zsh.nix
@@ -32,6 +32,7 @@
             }
 
             ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=243';
+            ZSH_HIGHLIGHT_STYLES[comment]='fg=243';
         '';
         enableSyntaxHighlighting = true;
         enableAutosuggestions = true;