-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I'm trying to get a full gradient (not just the ANSI colors) on Windows, but something is going wrong. I looked at the code to see how to enable full colors, and I saw that I can do that by setting the environment variable ENABLE_TRUECOLOR
. When I try that though, it displays this:
I'm not really sure what's happening here, but I know this isn't what's supposed to be happening. I'm using Windows Terminal (with PowerShell if it matters), which I know supports full rgb color,
so there's some problem with the program. There are no errors when setting up pdm and stuff, so I'm not really sure what's going wrong here.
Edit: I realize it might not be obvious, but the reason there is red`,blue
instead of just red,blue
is because I'm using powershell, `
is the escape character, it will still act as a normal comma.