colored-rs/colored

red text appears as blue

FantasyPvP opened this issue · 1 comments

trying to print
image
comes out as
image

using .truecolor(255, 0, 0) does work but the color itself seems to use the wrong color
i'm using the latest version of the crate and rust 1.71 on linux

but the color itself seems to use the wrong color

It's likely due to your terminals colour scheme/palette . The explicit names like red should map to specific parts of the palette which themes use.

Try changing the theme and it should change the colour of the text.