Class: Thor::Shell::Color
- Inherits:
-
Basic
- Object
- Basic
- Thor::Shell::Color
- Defined in:
- lib/canals/core_ext/shell_colors.rb
Constant Summary collapse
- DIM =
The start of an ANSI dim sequence.
"\e[2m"
- UNDERLINE =
The start of an ANSI underline sequence.
"\e[4m"
- DARK_GRAY =
Set the terminal’s foreground ANSI color to dark gray.
"\e[90m"