mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
|
export enum MonacoTheme {
|
||
|
GitHubLightDefault = "github-light-default",
|
||
|
GitHubDarkDefault = "github-dark-default",
|
||
|
}
|