This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/irccolors.h
2023-08-02 20:55:12 +02:00

17 lines
640 B
C

#define IRC_COLOR_WHITE "\x0300"
#define IRC_COLOR_BLACK "\x0301"
#define IRC_COLOR_BLUE "\x0302"
#define IRC_COLOR_GREEN "\x0303"
#define IRC_COLOR_RED "\x0304"
#define IRC_COLOR_BROWN "\x0305"
#define IRC_COLOR_PURPLE "\x0306"
#define IRC_COLOR_ORANGE "\x0307"
#define IRC_COLOR_YELLOW "\x0308"
#define IRC_COLOR_LIGHT_GREEN "\x0309"
#define IRC_COLOR_TEAL "\x0310"
#define IRC_COLOR_LIGHT_CYAN "\x0311"
#define IRC_COLOR_LIGHT_BLUE "\x0312"
#define IRC_COLOR_PINK "\x0313"
#define IRC_COLOR_GREY "\x0314"
#define IRC_COLOR_LIGHT_GREY "\x0315"