Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
In the light theme (e.g. Default Light Modern), when Claude Code is shown in the terminal view and I type / to open the slash command list, the currently focused/selected row has no visible background highlight — the row background stays white or nearly white. In the dark theme the focus highlight is clearly visible.
Customizing colors via workbench.colorCustomizations (e.g. list.focusBackground, list.activeSelectionBackground, quickInputList.focusBackground) does not affect this list, so the issue appears to be in the Claude Code terminal panel UI rather than in standard VS Code list styling.
Steps to Reproduce
Set Cursor to a light theme (e.g. Default Light Modern).
Open Claude Code in the terminal view (claudeCode.useTerminal: true).
In the Claude Code input, type / to open the slash command list.
Use the keyboard (e.g. arrow keys) to move through the list.
Observe: the focused row has no visible background highlight; it stays white/near-white.
Expected Behavior
The focused row in the slash command list should have a visible background (e.g. light blue or gray), like in the dark theme, so it’s clear which command is selected.
Operating System
Windows 10/11
Version Information
Version: 2.4.23 (system setup)
VSCode Version: 1.105.1
Commit: 379934e04d2b3290cf7aefa14560f942e4212920
Date: 2026-01-29T21:24:23.350Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26200
Does this stop you from using Cursor
No - Cursor works, but with this issue