-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Describe the bug
See the screenshot. I use git bash with a light theme.
The copilot CLI doesn't use system default colors, instead it colors the output "white" which is unreadable on a white background, of course.
I have no problem with any other tools I use, they all display black text on white background, only the copilot CLI exhibits this problem.
I have later found out the /theme command which helped me solve this, but I expect it to set the correct colors automatically from the beginning or at least when set to "auto" which it doesn't.
Affected version
GitHub Copilot CLI 1.0.3. Run 'copilot update' to check for updates.
Steps to reproduce the behavior
- use git bash with a light color theme
- start copilot cli the first time after it was installed
- observe output - unreadable
- use /theme set auto command -> no change
Expected behavior
Readable text from the first launch of the program. The program automatically detects the terminal theme and uses the correct colors.
Additional context
No response
Reactions are currently unavailable