Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/relliv/monaco-editor-textmate-theme-loading-example
- Owner: relliv
- Created: 2024-06-09T23:25:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T23:50:37.000Z (5 months ago)
- Last Synced: 2024-10-12T05:05:43.461Z (about 1 month ago)
- Topics: monaco, monaco-editor, textmate-theme, vscode-theme
- Language: TypeScript
- Homepage: https://stackblitz.com/~/github.com/relliv/monaco-editor-textmate-theme-loading-example
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.