[GH-ISSUE #1049] [Feature Request] Dark mode makes it impossible to read colored logs #6485

Open
opened 2026-04-24 19:36:46 -05:00 by GiteaMirror · 0 comments
Owner

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:
Image

And here in Dark Mode:
Image

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

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.

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: <img width="885" height="113" alt="Image" src="https://github.com/user-attachments/assets/047f6228-7529-4d78-8c68-d40614d6a65b" /> And here in Dark Mode: <img width="810" height="114" alt="Image" src="https://github.com/user-attachments/assets/042b8a72-929f-4074-93fa-50be2178da38" /> My proposed solution would be to use the HSV color model to boost the value of the desired color. <img width="836" height="115" alt="Image" src="https://github.com/user-attachments/assets/8a5a7b64-f34e-4c95-9a97-d12c236d5bf1" /> 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](https://github.com/moghtech/komodo/blob/34a9f8eb9ef305103b678c1b46782700313f637f/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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#6485