microsoft / microsoft/monaco-editor
ScrollBar Colour
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
Context
- This issue is not a bug report. (please use a different template for reporting a bug)
- This issue is not a duplicate of an existing issue. (please use the search to find existing issues)
Description
The scrollbars (not the minimap thing), dont have a property to change the colour.
I tried { token: "", background: rgba(155, 107, 255, 0.25) }, in the rules part of my theme but it makes the entire monaco become a gray page for some reason even though the color i choose is purple theme. I dont want the scrollbars to be transparent but be able to have their own colour.
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
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 source file or test is named. Start by tracing Monaco's theme color handling and scrollbar implementation, then determine where an independent scrollbar color could be exposed; done means a theme can set scrollbar color without changing the editor background and the behavior is covered by an appropriate test or playground example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100