dah-swagger-themes
Version:
Library for measuring the topic of Swagger documentation
17 lines (16 loc) • 381 B
text/typescript
export enum SwaggerThemeNameEnum {
CLASSIC = 'classic',
DARK_MONOKAI = 'dark-monokai',
DARK = 'dark',
DRACULA = 'dracula',
FEELING_BLUE = 'feeling-blue',
FLATTOP = 'flattop',
GRUVBOX = 'gruvbox',
MATERIAL = 'material',
MONOKAI = 'monokai',
MUTED = 'muted',
NEWSPAPER = 'newspaper',
NORD_DARK = 'nord-dark',
ONE_DARK = 'one-dark',
OUTLINE = 'outline',
}