Logs are not readable in light theme mode #1164

Open
opened 2026-03-22 17:12:58 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @powerpaul17 on GitHub (May 12, 2025).

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). 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-03-22 17:12:58 -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

@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#1164