How Stylix styling concepts work
masterStylix uses specific semantic terms to describe how colors should be applied to UI elements to maintain a cohesive theme:
- Alternate: Used for elements that need to look separate but not drastically different from the main UI (e.g., section backgrounds in a settings menu). Use the
alternatecolor for the smaller or less common element. - On/Off: Used for toggles or status indicators with binary states.
- Lists and Selections: Used for selectable items (like browser tabs). The
selectioncolor identifies the active or selected item(s).