colors again

This commit is contained in:
2025-10-15 23:24:38 -05:00
parent 137ee537a8
commit 3f0ae38007
3 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
/nix/store/8hyb0316l0c8hdkxsiy61bjby1cglb7n-home-manager-files/.config/zsh/.zshenv
/nix/store/2l0mbarypjl8yrcy5bwbjhqrcnk182d5-home-manager-files/.config/zsh/.zshenv

View File

@@ -1 +1 @@
/nix/store/8hyb0316l0c8hdkxsiy61bjby1cglb7n-home-manager-files/.config/zsh/.zshrc
/nix/store/2l0mbarypjl8yrcy5bwbjhqrcnk182d5-home-manager-files/.config/zsh/.zshrc

View File

@@ -27,8 +27,8 @@
"default" = "none";
"unknown-token" = "fg=red";
"reserved-word" = "fg=red";
"alias" = "fg=magenta";
"suffix-alias" = "fg=magenta";
"alias" = "fg=cyan,underline";
"suffix-alias" = "fg=cyan,underline";
"builtin" = "fg=cyan";
"function" = "fg=cyan";
"command" = "fg=cyan,bold";
@@ -37,14 +37,14 @@
"commandseparator" = "fg=white";
"globbing" = "fg=white";
"history-expansion" = "fg=white";
"hashed-command" = "fg=blue";
"hashed-command" = "fg=magenta";
"single-hyphen-option" = "fg=blue";
"double-hyphen-option" = "fg=blue";
"back-quoted-argument" = "fg=yellow";
"single-quoted-argument" = "fg=white";
"double-quoted-argument" = "fg=white";
"dollar-double-quoted-argument" = "fg=cyan";
"back-double-quoted-argument" = "fg=cyan";
"dollar-double-quoted-argument" = "fg=blue";
"back-double-quoted-argument" = "fg=blue";
};
};