mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
Logs are not readable in light theme mode #1164
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).
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