mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 10:53:18 -05:00
[GH-ISSUE #507] Logs are not readable in light theme mode #7303
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 @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: #FFFset.@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