Index (C)
»
Grepfruit
»
CliDecorator
Module: Grepfruit::CliDecorator
Included in:
CliSearch
Defined in:
lib/grepfruit/cli_decorator.rb
Constant Summary
collapse
COLORS =
{
cyan:
"
\e[36m
"
,
red:
"
\e[31m
"
,
green:
"
\e[32m
"
,
reset:
"
\e[0m
"
}
.
freeze