tensorchord / envd

🏕️ Reproducible development environment
https://envd.tensorchord.ai/
Apache License 2.0
1.96k stars 156 forks source link

bug: debug field key is invisible under light theme #1244

Open kemingy opened 1 year ago

kemingy commented 1 year ago

Description

envd -debug up

not selected image

selected image

Reproduction

Additional Info


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

gaocegege commented 1 year ago

How can we fix it? Can it be a good-first-issue?

kemingy commented 1 year ago

How can we fix it? Can it be a good-first-issue?

I guess it's related to the color of the log writer. Could be a good-first-issue.

xxchan commented 1 year ago

The color used is a basic and standard one \u001b[37m (white/grey), which should be supported in any theme if everything works correctly. So I think this should be an issue of windows terminal or the color scheme, without the need to be fixed.