summaryrefslogtreecommitdiff
path: root/zsh/zscripts/colors.G3N2.zsh
blob: f6c1a9014f4ad6af6f2deb1dfc1dcb28d2c96790 (plain)
1
2
3
4
5
6
7
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