commit | 87c0f2c09bb6ad6e8c675da9ed52443861603b1c | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue May 24 13:22:19 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue May 24 13:22:19 2022 +0100 |
tree | 1e82bc164003b8df718c652932daf11807f1fb1c | |
parent | e7412d12f85e0fb0c975edb77447384f9ddc0b11 [diff] |
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;