Structural Colors

These colors define how axis gridlines, highlights, and backgrounds for visuals look like. For a detailed description, which elements fall into which category, check this link.

  • "foreground" (also known as "firstLevelElements")
  • "foregroundNeutralSecondary" (aka "secondLevelElements")
  • "backgroundLight" (aka "thirdLevelElements") - general background colors
  • "foregroundNeutralTertiary" (aka "fourthLevelElements")
  • "background"
  • "backgroundNeutral" (aka "secondaryBackground")
  • "tableAccent" - the color to be used as Table Accent color in table and matrix visuals

All fore- and backgrounds are covered in Foreground, Background.

Syntax

{
    "name": "LeanProductivity",
    "foreground": "#FFFFFF",
    "foregroundNeutralSecondary": "#B3B3B3",
    "foregroundNeutralTertiary": "#B3B3B3",
    "background": "#1B2631",
    "backgroundNeutral": "#808080",
    "backgroundLight": "#25D0F7",
    "tableAccent": "#25D0F7",
}

Related

Structural Colors in Power BI Desktop | Microsoft Learn