microsoft / microsoft/monaco-editor
Standalone editor theme available options
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
The standalone editor ships a subset of these -- https://code.visualstudio.com/api/references/theme-color
(Originally posted by @alexdima in https://github.com/microsoft/monaco-editor/issues/1631#issuecomment-564283206)
I would like which options are really used, for example input.placeholderForeground is not applied as far as I can see, which subset is really used?
See: https://code.visualstudio.com/api/references/theme-color
input.placeholderForeground: Input box foreground color for placeholder text.
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
Start by comparing the standalone editor's supported theme colors with the VS Code theme-color reference linked in the issue, checking whether input.placeholderForeground is applied. Document the verified subset and any unsupported options so users can tell which colors are available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation, frontend
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100