class Object
Constants
- DEFAULT
- GREEN
- RED
Start colors with ANSI escape code ====¶ ↑
ANSI colors excape code format:
> Color=033[code;前景;背景m¶ ↑
More details can be retrieved from: en.wikipedia.org/wiki/ANSI_escape_code
ANSI
Foreground Background Color --------------------------------------- 30 40 Black 31 41 Red 32 42 Green 33 43 Yellow 34 44 Blue 35 45 Purple 36 46 Blue-Green 37 47 White 1 1 Transparent Code Function ------------------------- 0 OFF 1 Highline 4 Underline 5 Flash 7 Reverse Display 8 Invisiable
- YELLOW