colored icon indicating copy to clipboard operation
colored copied to clipboard

red text appears as blue

Open FantasyPvP opened this issue 1 year ago • 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

FantasyPvP avatar Aug 02 '23 17:08 FantasyPvP

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.

polarathene avatar Nov 25 '23 21:11 polarathene