Searched refs:color (Results 1 – 6 of 6) sorted by relevance
11 8-15: "Data" [color = lightgrey];12 16-31: "..." [color = lightgrey];
109 color = ANSI_TO_WINDOWS_COLOR[int(m.group(2))]111 color |= FOREGROUND_INTENSITY114 SetConsoleTextAttribute(self.handle, color)
44 def color_print(message, color, newline='\n'): # type: (str, str, Optional[str]) -> None argument46 sys.stderr.write('%s%s%s%s' % (color, message, ANSI_NORMAL, newline))
155 esp_err_t esp_wifi_softap_add_color_change_announcement(uint8_t color);
91 Enable ANSI terminal color codes in bootloader output.93 In order to view these, your terminal program must support ANSI color codes.