summaryrefslogtreecommitdiff
path: root/zscripts/hosts
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-08-24 18:43:21 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-08-24 18:43:21 -0500
commit35f35c87f9559a230b362bc1cd54c497901f05cd (patch)
tree7e8cf3862064e17d5a8d25943746296c068eb0a0 /zscripts/hosts
parent36a54f060d6cb1fb1a4d582681dcd0c904b79786 (diff)
downloadzsh-35f35c87f9559a230b362bc1cd54c497901f05cd.tar.xz
zsh-35f35c87f9559a230b362bc1cd54c497901f05cd.zip
colors for poweredge-proHEADmaster
Diffstat (limited to 'zscripts/hosts')
-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