Whitespace colors should be more customizable.
@hediet is already working on this.
Since Jun 8, 2026.
Assessment
This issue has not been assessed yet.
Description
With most dark themes, whitespace characters are barely visible. Currently, VS Code only allows a fixed foreground color to be specified for them.
I think it would be much more useful if VS Code allowed users to define both foreground and background colors, and also reference colors from the active theme, for example:
"workbench.colorCustomizations": {
"editorWhitespace.foreground": "editor.background",
"editorWhitespace.background": "editor.foreground"
}
Alternatively, VS Code could support relative color adjustments based on the current theme colors, such as:
"workbench.colorCustomizations": {
"editorWhitespace.foreground": "darker(+30)",
"editorWhitespace.background": "lighter(+25)"
}
This would make whitespace characters clearly visible regardless of the selected theme, without requiring users to manually configure colors for each theme they use.
A good example is shown in the screenshot:
It would also be nice if more control characters were displayed.
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.9k
- PR merge metrics
- PR metrics pending
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.
More from microsoft/vscode
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
new release
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
testplan-item
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
All issues in microsoft/vscode
Similar issues
-
clawsweeper:fix-shape-clear clawsweeper:queueable-fix clawsweeper:source-repro impact:ux-friction issue-rating: 🦞 diamond lobster no-stale P3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 76/100
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
vercel/react-tweet#225 ·