Acme-MilkyHolmes
view release on metacpan or search on metacpan
lib/Acme/MilkyHolmes/Role/HasPersonalColor.pm view on Meta::CPAN
use Encode;
requires 'color';
requires 'color_enable';
my $ansi_colors = {
pink => '1;35', # Light Purple
yellow => '1;33',
green => '0;32',
blue => '0;34',
black => '0;30;47', #background is white
white => '1;37;40', #background is black
cyan => '0;36',
red => '0;31',
purple => '0;35',
brown => '0;33',
lightgray => '0;37',
darkgray => '1;30',
lightblue => '1;34',
lightgreen => '1;32',
lightcyan => '1;36',
lightred => '1;31',
( run in 1.883 second using v1.01-cache-2.11-cpan-d8267643d1d )