summaryrefslogtreecommitdiff
path: root/zscripts/hosts/colors.desktop.zsh
blob: dee7ed3a3001b6c77c6a5796fcb0dc398f21110c (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env zsh

if [ -n "$DISPLAY" ]; then
	declare col{br,at}=57
	declare col{name,host}=13
	coldir=129
else
	declare col{br,name,at,host,dir}=magenta
fi