Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gumbarros/swagger-dark-theme

Swagger dark theme generated by DarkReader.
https://github.com/gumbarros/swagger-dark-theme

Last synced: about 8 hours ago
JSON representation

Swagger dark theme generated by DarkReader.

Awesome Lists containing this project

README

        

# Swagger Dark Theme
Swagger dark theme generated by DarkReader.

![image](https://user-images.githubusercontent.com/52143624/175994756-154b6b7b-0c49-4fa1-9b36-df50c75fa6cd.png)

# How to use

## .NET Core

```cs
app.UseStaticFiles();

app.UseSwaggerUI((options) =>
{
options.InjectStylesheet("../css/dark-swagger.css");
});
```