mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #717] Fix markdown CodeRenderable illegible in light theme #1513
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/717
Author: @NicoDeVeaux
Created: 2/20/2026
Status: 🔄 Open
Base:
main← Head:fix_markdown_light_theme📝 Commits (4)
13203b2|8982925markdown tests43f72a3Merge branch 'main' into fix_markdown_light_theme55428ccMerge branch 'main' into fix_markdown_light_theme📊 Changes
2 files changed (+102 additions, -0 deletions)
View changed files
📝
packages/core/src/renderables/Markdown.ts(+12 -0)📝
packages/core/src/renderables/__tests__/Markdown.test.ts(+90 -0)📄 Description
I noticed that when in light mode, CodeRenderable text was rendered white on white: it was illegible.
This updates markdown.ts to:
Includes simple unit tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.