autospec/conf/color-theme.terminal-dark
Davide Madrisan 61c739e733 config: add color themes
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-11-11 00:06:33 +01:00

10 lines
229 B
Plaintext

#
# color scheme "terminal-dark"
#
ESC=$(echo -en "\033") # ascii ESCape
CRIT="${ESC}[1;31m" # switch on red
NOTE="${ESC}[1;33m" # switch on yellow
WARN="${ESC}[1;31m"
EXIT="${ESC}[1;31m"
NORM=$(echo -en "${ESC}[m\017")