mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-19 07:56:34 +00:00
feat(monaco-theme): Add default light and dark theme configurations
This commit is contained in:
parent
56905f7e20
commit
56507f0362
@ -12,4 +12,8 @@ const MonacoThemeConfig = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export { MonacoThemeConfig };
|
// Default Light and Dark theme configurations
|
||||||
|
const DefaultLightThemeConfig = MonacoThemeConfig[MonacoTheme.GitHubLightDefault];
|
||||||
|
const DefaultDarkThemeConfig = MonacoThemeConfig[MonacoTheme.GitHubDarkDefault];
|
||||||
|
|
||||||
|
export { MonacoThemeConfig, DefaultLightThemeConfig, DefaultDarkThemeConfig };
|
||||||
|
Loading…
Reference in New Issue
Block a user