Skip to content

Better token support in standalone themes for monaco #236440

Not planned
@Pistonight

Description

@Pistonight

The standalone themes in src/vs/editor/standalone/common/themes.ts are very outdated and do not support modern language features such as functions. This makes it impossible to have good syntax highlighting out-of-the-box for some languages like TypeScript for downstream projects. See microsoft/monaco-editor#2872

It would be nice to update these themes to include modern tokens from VS Code Modern themes (dark_modern and light_modern)

Activity

assigned and unassigned on Dec 18, 2024
vs-code-engineering

vs-code-engineering commented on Dec 18, 2024

@vs-code-engineering

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

vs-code-engineering

vs-code-engineering commented on Feb 7, 2025

@vs-code-engineering

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

vs-code-engineering

vs-code-engineering commented on Feb 17, 2025

@vs-code-engineering

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @hediet@aeschli@Pistonight

    Issue actions

      Better token support in standalone themes for monaco · Issue #236440 · microsoft/vscode