Skip to content

ChaseIngersol/Swagger-UI-Dark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Swagger UI Dark

A modern dark theme for Swagger UI based on itz-fork/Fastapi.

Usage

ASP.NET

In Program.cs or Startup.cs:

app.UseSwaggerUI(c => {
    c.InjectStylesheet("/swagger-ui/swagger_ui_dark.css");
});
app.UseStaticFiles();

Make a top-level wwwroot/swagger-ui/ directory in your project and add swagger_ui_dark.css to it.

About

A customized dark theme for Swagger UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%