質問をする前にhttps://springdoc.org/springdoc-properties.html#springdoc-openapi-core-propertiesを調べましたが、うまくいかないようです。
BaseLayout を使用したいのですが、Open API 仕様の応答のテーマを黒に変更したいと考えていました。
と を使用Spring Boot v2.2.2.RELEASE
してspringdoc-openapi-ui V1.2.30
います。
# Open API Configurations
springdoc.api-docs.path=/api-docs
springdoc.swagger-ui.path=/swagger-ui-ref.html
springdoc.swagger-ui.display-request-duration=true
springdoc.swagger-ui.tagsSorter=alpha
springdoc.swagger-ui.doc-expansion=no
springdoc.swagger-ui.layout=BaseLayout
上記の設定を入れても、デフォルトの設定が反映されません。