colored
colored copied to clipboard
red text appears as blue
trying to print
comes out as
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.