Searched defs:COLOR_GREEN (Results 1 – 5 of 5) sorted by relevance
24 static constexpr const char* COLOR_GREEN = "\033[0;32m"; variable
29 private static final String COLOR_GREEN = "green"; field in StatusTextUtils
40 private static final int COLOR_GREEN = 32; field in Clog
66 #define COLOR_GREEN "\x1B[0;92m" macro
505 static final int COLOR_GREEN = 1; field in Cea608CCParser.StyleCode