Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

red text appears as blue #152

Open
FantasyPvP opened this issue Aug 2, 2023 · 1 comment
Open

red text appears as blue #152

FantasyPvP opened this issue Aug 2, 2023 · 1 comment

Comments

@FantasyPvP
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants