mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-17 00:07:47 -05:00
[GH-ISSUE #1049] [Feature Request] Dark mode makes it impossible to read colored logs #20062
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dieser-niko on GitHub (Dec 17, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/1049
The contrast between dark blue and the background is fine in Light Mode, but obviously not in Dark Mode.
Here's an example. First in Light Mode:

And here in Dark Mode:

My proposed solution would be to use the HSV color model to boost the value of the desired color.

In this case we started with #0000AA and ended with #0000FF.
Honestly still not easy to read, so I'm not too keen on my own idea.
I found the file komodo/docsite/src/css/custom.css but I doubt it could change the text inside the logs. The color is defined in the style attribute of the HTML element.