#!/usr/pkg/bin/cw
# this is a hack of sorts.  makefiles may include some third party
# programs that may be colored by cw, if so they could fail do to the
# colors(ANSI) included.  this will simply turn the color off during the
# make process.
$NOCOLOR_NEXT=1
nopipe
path /bin:/usr/bin:/sbin:/usr/sbin:<env>
# don't want to color kernel dialog compiling.
ifnarg menuconfig
base grey+
match cyan:default .
match grey:default -
match grey:default /
match cyan:default \
match cyan+:default :
match cyan+:default '
match cyan+:default `
match cyan+:default "
match green+:default &
match white:default =
match white:default [
match white:default ]
match green+:default ***
match white:default *
match white:default checking
match green+:default warning: 
match red+:default error: 
match red+:default Error
match yellow:default Interrupt
