Package io.quarkus.devui.deployment
Interface DevUIConfig.Theme
- Enclosing interface:
DevUIConfig
public static interface DevUIConfig.Theme
-
Method Details
-
dark
Optional<DevUIConfig.ThemeMode> dark()Override the dark theme vars -
light
Optional<DevUIConfig.ThemeMode> light()Override the light theme vars
-