Skip to content

fix: cursor row text invisible on completed tasks - #117

Open
aquinoonell wants to merge 1 commit into
webstonehq:mainfrom
aquinoonell:fix-highlighting-for-done.txt
Open

fix: cursor row text invisible on completed tasks#117
aquinoonell wants to merge 1 commit into
webstonehq:mainfrom
aquinoonell:fix-highlighting-for-done.txt

Conversation

@aquinoonell

@aquinoonell aquinoonell commented Jul 29, 2026

Copy link
Copy Markdown

Closes #116

Fix
Two changes in task_row.rs:

  • Glyph color : when the row is the cursor row, use
    theme.accent instead of theme.done for the glyph so it
    stays visible on the cursor background.
  • Body text base color : when the row is the cursor row,
    use theme.fg instead of theme.done so the task body text is
    visible.

Testing
Tested by navigating to a completed task in the archive view.
After the fix, the task text and glyph are visible on the cursor row
across default themes.

@mikenikles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cursor row text not visible on completed tasks

1 participant