gemini-cli - 💡(How to fix) Fix GeminiCLI.com Feedback: add `ui.focus` property to theme documention [3 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
google-gemini/gemini-cli#26776Fetched 2026-05-11 03:28:41
View on GitHub
Comments
3
Participants
3
Timeline
12
Reactions
0
Timeline (top)
labeled ×6commented ×3closed ×1renamed ×1

Code Example

ui: Other UI elements.
  - `focus`: Font color of selected element

---

90 const textColor = isActive ? theme.ui.focus : theme.text.secondary;
RAW_BUFFERClick to expand / collapse

URL of the page with the issue

https://geminicli.com/docs/cli/themes/

What is the problem?

The themes documentation doesn't mention to define ui.focus property <img width="469" height="123" alt="Image" src="https://github.com/user-attachments/assets/747e822d-3769-4df0-a0bd-05cb0153a679" />

What did you expect to happen?

Add focus property under ui e.g.

ui: Other UI elements.
  - `focus`: Font color of selected element

Additional context

I created my own local custom theme for rose pine based on the website documentation. When I typed /, the selected element is white on a light background and I didn't know what was causing it.

<img width="799" height="219" alt="Image" src="https://github.com/user-attachments/assets/6d7b9720-4254-4932-b93d-d08326436813" />

I used an agent to identify the issue and found the app is using this packages/cli/src/ui/components/SuggestionsDisplay.tsx

90 const textColor = isActive ? theme.ui.focus : theme.text.secondary;

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

gemini-cli - 💡(How to fix) Fix GeminiCLI.com Feedback: add `ui.focus` property to theme documention [3 comments, 3 participants]