colored-rs / colored

(Rust) Coloring terminal so simple you already know how to do it !
Mozilla Public License 2.0
1.73k stars 83 forks source link

red text appears as blue #152

Open FantasyPvP opened 1 year ago

FantasyPvP commented 1 year ago

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

polarathene commented 11 months ago

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.