mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +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