Make comment color lighter
diff --git a/src/apps/personal/zsh.nix b/src/apps/personal/zsh.nix
index 74976e9..9b50ee6 100644
--- a/src/apps/personal/zsh.nix
+++ b/src/apps/personal/zsh.nix
@@ -32,7 +32,7 @@
             }
 
             ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=243';
-            ZSH_HIGHLIGHT_STYLES[comment]='fg=243';
+            ZSH_HIGHLIGHT_STYLES[comment]='fg=248';
         '';
         enableSyntaxHighlighting = true;
         enableAutosuggestions = true;