Commit 9b72850
fix: use yellow text color for selected command palette row
Changed selected row foreground color from theme.selected_fg to
theme.active_fg (yellow) for consistency with build log error lines.
Updated colors:
- View model: Changed selected row fg_color to theme.active_fg
- View: Changed indicator/shortcut column to theme.active_fg when selected
- View: Changed category column to theme.active_fg when selected
This makes the selected/active command palette row use yellow text,
matching the visual style of error lines in the build log viewer
for better consistency across the UI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d28aa02 commit 9b72850
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
130 | | - | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
0 commit comments