Skip to content
Version 2.11.0
↓ Get the launcher

IThemeHudColors interface

Phase 9b HUD-overlay palette — colours used by WindowPanelStyle.HudOverlay chrome and the PillStatus chip. Renders on top of the live game world, so all colours assume no enclosing panel.

public interface IThemeHudColors
name description
HudAccent { get; } Accent colour used sparingly for HUD badges / brackets / status pips.
HudBarBg { get; } Background fill for HP / stamina / cast bars in HUD overlays.
HudPillBg { get; } Background fill for chat-row / level pill chips (transparent rounded chip).
HudText { get; } Primary HUD text colour (e.g., quest tracker, party row).
HudTextShadow { get; } Drop-shadow under HUD text — typically rgba(0,0,0,0.85) for legibility over bright world.