CLI option is unreadable

Where does the bug appear (feature/product)?

Cursor CLI

Describe the Bug

CLI option is unreadable in light mode

Steps to Reproduce

Send a message on plan mode

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

2026.02.27-e7d2ef6

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. Your screenshot does show the contrast issue.

A couple quick questions to narrow it down:

  1. Which light theme are you using?
  2. Which terminal is this, Cursor’s built-in terminal or an external one?

[colors.primary]
background = β€œ#faf4ed”
foreground = β€œ#575279”

[colors.cursor]
text = β€œ#faf4ed”
cursor = β€œ#575279”

[colors.selection]
text = β€œ#575279”
background = β€œ#dfdad9”

[colors.normal]
black = β€œ#f2e9e1”
red = β€œ#b4637a”
green = β€œ#286983”
yellow = β€œ#ea9d34”
blue = β€œ#56949f”
magenta = β€œ#907aa9”
cyan = β€œ#d7827e”
white = β€œ#575279”

[colors.bright]
black = β€œ#9893a5”
red = β€œ#b4637a”
green = β€œ#286983”
yellow = β€œ#ea9d34”
blue = β€œ#56949f”
magenta = β€œ#907aa9”
cyan = β€œ#d7827e”
white = β€œ#575279”

Alacritty 0.16.1

1 Like