Aurora.Uix.Templates.Basic.Themes.ThemeBase (Aurora UIX v0.1.4-rc.8)

Copy Markdown

Component-specific color aliases shared across themes.

Each alias defaults to a generic semantic var so the cascade still flows from generic palette → component. Override any alias in a theme's :root_colors block (or in user CSS) to change one component without touching its siblings.

This module sits between the theme palette files and BaseVariables in the delegation chain:

WhiteCharcoal / VitreousMarble  (own :root_colors)
         fallthrough
ThemeBase                       (:root_color_aliases)
         fallthrough
BaseVariables                   (:root sizes/shadows)
         fallthrough
Base                            (all .auix-* component rules)