Module: TarkaMatchers::Formatters::Styles
- Included in:
- Commands, Difference, Selected
- Defined in:
- lib/tarka_matchers/formatters/styles.rb
Constant Summary collapse
- RED_F =
"\e[31m"- YELLOW_F =
"\e[33m"- GREEN_F =
"\e[32m"- L_GREEN_F =
"\e[92m"- RESET =
"\e[0m"- WHITE_ON_RED =
"\e[41m\e[37m"- WHITE_BLOCK =
"\e[47m\e[37mX#{RESET}"- RED_BLOCK =
"\e[41m\e[31mX"- BLACK_ON_GREEN =
"\e[42m\e[30m"