[GH-ISSUE #507] Logs are not readable in light theme mode #3378

Open
opened 2026-04-13 14:58:51 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @powerpaul17 on GitHub (May 12, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/507

As seen in the screenshot, some logs cannot be read when using light theme. If text is selected it is readable. It seems that some parts have a color: #FFF set.

Image

Originally created by @powerpaul17 on GitHub (May 12, 2025). Original GitHub issue: https://github.com/moghtech/komodo/issues/507 As seen in the screenshot, some logs cannot be read when using light theme. If text is selected it is readable. It seems that some parts have a `color: #FFF` set. ![Image](https://github.com/user-attachments/assets/09bd80df-a5f6-4ffc-9ac8-30da26df2d3a)
GiteaMirror added the seen 👀 label 2026-04-13 14:58:51 -05:00
Author
Owner

@mbecker20 commented on GitHub (May 12, 2025):

The log display parses ANSI terminal coloring in the application using https://www.npmjs.com/package/ansi-to-html. It seems to be combining with the multi-line logs which are being produced as well, I guess that's why it is applying to the timestamp as well

<!-- gh-comment-id:2871469082 --> @mbecker20 commented on GitHub (May 12, 2025): The log display parses ANSI terminal coloring in the application using https://www.npmjs.com/package/ansi-to-html. It seems to be combining with the multi-line logs which are being produced as well, I guess that's why it is applying to the timestamp as well
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#3378