TUI Theming
Theme Sources
Theme loading order:
-
Built-in default colors.
-
Bundled theme resource (
src/main/resources/ui/quarkus-forge.tcss). -
Optional user override via
-Dquarkus.forge.theme=<path>orQUARKUS_FORGE_THEME=<path>.
Token Reference
-
base: panel/background surfaces. -
text: default foreground text. -
accent: emphasis and active highlights. -
focus: focused widgets and focus markers. -
muted: secondary text and low-priority hints. -
success: positive status. -
warning: warning/degraded status. -
error: validation and runtime errors.