For the full range of RGB colors in the console, you can also
use Terminal::ANSI. For example:
use Terminal::ANSI::OO :t;
say t.color('#dd00dd') ~ 'light purple' ~ t.text-reset;
say t.color('#7e1e9c') ~ 'dark purple' ~ t.text-reset;
say t.color(255,100,255) ~ 'another light purple'
> On Nov 3, 2024, at 22:12, ToddAndMargo via perl6-users
> wrote:
>
> Hi All,
>
> Fedora 41
> rakudo-pkg-2024.7.0-01.x86_64
> bash-5.2.32-1.fc41.x86_64
>
> I am looking at
> https://metacpan.org/pod/Term::ANSIColor
>
> trying to figure out how to print in dark purple.
> I have see dnf5 d
On 11/3/24 22:04, Bruce Gray wrote:
On Nov 3, 2024, at 22:12, ToddAndMargo via perl6-users
wrote:
Hi All,
Fedora 41
rakudo-pkg-2024.7.0-01.x86_64
bash-5.2.32-1.fc41.x86_64
I am looking at
https://metacpan.org/pod/Term::ANSIColor
trying to figure out how to print in dark purple.
I have
On 11/3/24 22:04, Bruce Gray wrote:
On Nov 3, 2024, at 22:12, ToddAndMargo via perl6-users
wrote:
Hi All,
Fedora 41
rakudo-pkg-2024.7.0-01.x86_64
bash-5.2.32-1.fc41.x86_64
I am looking at
https://metacpan.org/pod/Term::ANSIColor
trying to figure out how to print in dark purple.
I have
Hi All,
Fedora 41
rakudo-pkg-2024.7.0-01.x86_64
bash-5.2.32-1.fc41.x86_64
I am looking at
https://metacpan.org/pod/Term::ANSIColor
trying to figure out how to print in dark purple.
I have see dnf5 do this, so I know it is possible.
Now one of the hurdles is that purple is not an
actual colo