summaryrefslogtreecommitdiff
path: root/zsh/zscripts
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zscripts')
-rwxr-xr-xzsh/zscripts/colors.voidx250.zsh7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/zscripts/colors.voidx250.zsh b/zsh/zscripts/colors.voidx250.zsh
new file mode 100755
index 0000000..cf710f3
--- /dev/null
+++ b/zsh/zscripts/colors.voidx250.zsh
@@ -0,0 +1,7 @@
+if [ -n "$DISPLAY" ]; then
+ declare col{br,at}=green
+ declare col{name,host}=76
+ coldir=40
+else
+ declare col{br,name,at,host,dir}=green
+fi