Status Bar *Item* Color Control
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
The current implementation of Status Bar Color Control is subject to many intrinsic, unsolvable limitations, bugs and side effects by nature of its implementation and the capabilities of the VSCode extension API.
Describe the solution you'd like
An alternative implementation of status bar color control that only changes the text color of the status bar item (StatusBarItem.color)
With this, there is no mucking about with the user's settings.json, eliminating side effects, unexpected behaviour, and potential for performance degradation, with the trade-off that the change is not as visually pronounced.
Describe alternatives you've considered
- Changing the
backgroundColorof theStatusBarItem- this is discouraged by the VSCode UX guidelines and explicitly kneecapped by the extension API, presumably for this reason.
- this exact idea had previously been shelved for this reason (https://github.com/VSCodeVim/Vim/issues/1839)
- In contrast,
StatusBarItem.colorcan be set to an arbitrary color orThemeColor.
Additional context
Add any other context or screenshots about the feature request here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository file or test is named. Start by locating the existing status bar color-control implementation and reading the VS Code StatusBarItem.color API; done means status bar item text color changes without modifying settings.json or introducing the cited side effects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100