Quarkus - Stylish API
https://quarkus.io/blog/stylish-api25.11.2020 · Swagger UI Themes are now available in configuration, with the default theme being 'feeling blue'. You can change the theme by setting the quarkus.swagger-ui.theme property, for example: quarkus.swagger-ui.theme=outline. You can also go back to the original (vanilla) Swagger UI theme:
Swagger UI Themes - GitHub Pages
ostranme.github.io › swagger-ui-themesSwagger UI themes is a collection of themes to spice up those default Swagger Docs, ready to be dropped right into any project that needs a new look for your API docs! 7 Themes In a single collection of themed stylesheets, Swagger UI Themes has a great starting point to choose from to make your API docs stand out!
Swagger UI Themes - GitHub Pages
https://ostranme.github.io/swagger-ui-themesSwagger UI themes is a collection of themes to spice up those default Swagger Docs, ready to be dropped right into any project that needs a new look for your API docs! 7 Themes. In a single collection of themed stylesheets, Swagger UI Themes has a great starting point to choose from to make your API docs stand out!
Turn Swagger Theme to the Dark Mode
amoenus.dev › swagger-dark-themeJun 25, 2021 · So you have Swagger integrated into your .NET Core Web API application. Maybe even using my previous guide . And now you want to customize it a bit. I prefer my UI’s dark. So, when I am presented with a predominantly white screen from the Swagger default theme, I immediately want to change it. Luckily SwaggerUI supports CSS injection.