summaryrefslogtreecommitdiff
path: root/zscripts/hosts/colors.poweredge-pro.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zscripts/hosts/colors.poweredge-pro.zsh')
-rw-r--r--zscripts/hosts/colors.poweredge-pro.zsh8
1 files changed, 8 insertions, 0 deletions
diff --git a/zscripts/hosts/colors.poweredge-pro.zsh b/zscripts/hosts/colors.poweredge-pro.zsh
new file mode 100644
index 0000000..bc93566
--- /dev/null
+++ b/zscripts/hosts/colors.poweredge-pro.zsh
@@ -0,0 +1,8 @@
+#!/usr/bin/env zsh
+
+declare col{br,name,at,host,dir}=magenta
+if [ "$TERM" != "linux" ]; then
+ declare col{br,at}=147 # LightSteelBlue
+ declare col{name,host}=189 # LightSteelBlue1
+ coldir=146 # LightSteelBlue3
+fi