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

Bad contrast on debugConsole #244

Open
YannClodong opened this issue Apr 2, 2024 · 0 comments
Open

Bad contrast on debugConsole #244

YannClodong opened this issue Apr 2, 2024 · 0 comments

Comments

@YannClodong
Copy link

Describe the bug
In debug console, the number of messages in a stack is not visible.

To Reproduce

  1. Print many message in the debugConsole

Expected Behavior
Size of the message stack printed before the content.

Environment
Any

Please also include the Doki-Theme version
v88.1.16

It seems to be the foreground color of the badge. It's set to a dark color for dark themes and light color over for light theme because badges have contrasted background. But in the debug console, the foreground color is used over the default surface color, so there are no contrasts.
I used the following workaround in my case : setting the badge foreground to an intermediate value like gray.

"badge.foreground": "#c4c4c4" // for light theme

Screenshots
Got :
image
Expected :
image

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

1 participant