Package me.hackware.api.gui
Interface GuiTheme
Read-only theme colors the widget kit paints with, as ARGB ints. The client
installs its implementation (backed by the ClickGUI theme) at startup; the
built-in default returns sensible fallback colors so widgets render in an
un-bootstrapped environment.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintaccent()Accent / active-highlight color.static GuiThemeget()The installed implementation (fallback defaults untilinstall(me.hackware.api.gui.GuiTheme)).static voidInstalled once by the client at startup.intPanel / card surface background.intSpotlight dim-layer base color.intintint
-
Method Details
-
accent
int accent()Accent / active-highlight color. -
panelBackground
int panelBackground()Panel / card surface background. -
spotlightBackground
int spotlightBackground()Spotlight dim-layer base color. -
textPrimary
int textPrimary() -
textSecondary
int textSecondary() -
textTertiary
int textTertiary() -
get
The installed implementation (fallback defaults untilinstall(me.hackware.api.gui.GuiTheme)). -
install
Installed once by the client at startup.
-