Enum TigerThemeFamily
The contrast family a theme belongs to. TigerCli classifies every theme as either dark-family or
light-family so that custom semantic styles can supply a single dark/light override pair instead
of one override per concrete theme. A theme's family is metadata, not inheritance: sealed themes
declare their family directly (see
ITheme.Family).public enum TigerThemeFamily
Fields
Dark = 0- Dark-background family (e.g. the framework
darkandtiger-bluethemes). Light = 1- Light-background family (e.g. the framework
lighttheme).