Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/relliv/monaco-editor-textmate-theme-loading-example

Custom textmate theme loading example in monaco editor
https://github.com/relliv/monaco-editor-textmate-theme-loading-example

monaco monaco-editor textmate-theme vscode-theme

Last synced: 5 days ago
JSON representation

Custom textmate theme loading example in monaco editor

Awesome Lists containing this project

README

        

# monaco-editor-textmate-theme-loading-example

## [Edit in StackBlitz ⚡️](https://stackblitz.com/~/github.com/relliv/monaco-editor-textmate-theme-loading-example)

## References

- [DBML TextMate Schema Source](https://github.com/duynvu/DBML-Highlighter)
- [Collection of TextMate Grammars](https://github.com/shikijs/textmate-grammars-themes)

## Import vscodethemes.com Themes

You can export https://vscodethemes.com/ themes and import into monaco editor. Just select any theme and open in web environment. Then press `F1` and run this command `@command:workbench.action.generateColorTheme`. VS Code exports current theme profile. And you can use this theme in this project.