ceph/src/include/color.h
2010-07-23 15:49:58 -07:00

14 lines
309 B
C

#ifndef CEPH_COLOR_H
#define CEPH_COLOR_H
#define TEXT_NORMAL "\033[0m"
/*#define TEXT_HAZARD "\033[5;31m"*/
#define TEXT_RED "\033[0;31m"
#define TEXT_GREEN "\033[0;32m"
#define TEXT_YELLOW "\033[0;33m"
#define TEXT_BLUE "\033[0;34m"
#define TEXT_MAGENTA "\033[0;35m"
#define TEXT_CYAN "\033[0;36m"
#endif