Lines Matching refs:E
987 ["bg_black"]="$(print -n "\E[40m")"
988 ["fg_black"]="$(print -n "\E[30m")"
989 ["fg_red"]="$(print -n "\E[31m")"
990 ["fg_lightred"]="$(print -n "\E[1;31m")"
991 ["fg_green"]="$(print -n "\E[32m")"
992 ["fg_lightgreen"]="$(print -n "\E[1;32m")"
993 ["fg_yellow"]="$(print -n "\E[33m")"
994 ["fg_lightyellow"]="$(print -n "\E[1;33m")"
995 ["fg_blue"]="$(print -n "\E[34m")"
996 ["fg_lightblue"]="$(print -n "\E[1;34m")"
997 ["fg_grey"]="$(print -n "\E[1;37m")"
998 ["fg_white"]="$(print -n "\E[37m")"