Skip to content

Improve cursor visibility on dark terminals#2

Open
chixi4 wants to merge 1 commit intowooyukit:mainfrom
chixi4:improve-cursor-visibility
Open

Improve cursor visibility on dark terminals#2
chixi4 wants to merge 1 commit intowooyukit:mainfrom
chixi4:improve-cursor-visibility

Conversation

@chixi4
Copy link

@chixi4 chixi4 commented Feb 1, 2026

Problem

The bright yellow cursor background (255, 220, 100) is too glaring on dark terminal themes, making it difficult to see the character under the cursor.

Solution

Changed to a softer blue background with white text:

  • Background: (255, 220, 100)(60, 80, 120)
  • Foreground: dark → white

Before / After

Before After
Bright yellow, hard to read Soft blue, clear text

Test plan

  • Tested on Windows Terminal with dark theme
  • Character under cursor is now clearly visible

Change cursor style from bright yellow background to soft blue:
- Background: (255, 220, 100) -> (60, 80, 120)
- Foreground: dark -> white

The bright yellow cursor was hard to see on dark terminal themes,
making it difficult to read the character under the cursor.
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.

1 participant