Skip to content

ux: make the ultra statusline badge stand out#192

Open
Lakshya77089 wants to merge 1 commit into
DietrichGebert:mainfrom
Lakshya77089:fix-statusline-ultra-color
Open

ux: make the ultra statusline badge stand out#192
Lakshya77089 wants to merge 1 commit into
DietrichGebert:mainfrom
Lakshya77089:fix-statusline-ultra-color

Conversation

@Lakshya77089

Copy link
Copy Markdown
Contributor

The statusline badge renders every mode in the same green (38;5;108), so ultra looks identical to lite/full at a glance and you can only tell by reading the suffix. ultra is the high-intensity mode that deletes and challenges requirements, so it is the one worth noticing.

This gives the ultra badge an amber accent (38;5;173); every other mode is unchanged. The level is still spelled out in the badge text, so color is a redundant cue rather than the only signal (keeps it readable without color).

Both scripts updated and verified to emit 173 only for ultra and 108 everywhere else:

mode badge
full [PONYTAIL] (green)
lite [PONYTAIL:LITE] (green)
ultra [PONYTAIL:ULTRA] (amber)
review [PONYTAIL:REVIEW] (green)

The accent color is a one-token change if you would prefer a different shade. No behavior change beyond the color; the test suite stays green.

Every mode rendered in the same green, so ultra (the high-intensity mode
that deletes and challenges requirements) looked identical to lite/full at
a glance. Give the ultra badge an amber color so it's obvious you're in it.
The level is still in the badge text, so color stays a redundant cue, not
the only one.
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