Theme colors

This includes definitions that are not related to a specific visual but rather to the whole theme. It includes:

Syntax

{
    "name": "LeanProductivity",
    "dataColors": [
        "#25D0F7",
        "#007BFF",
        "#FFED68",
        "#77C66B",
        "#A991D4",
        "#FC3634",
        "#CC7859",
        "#FFD700",
        "#3498DB",
        "#46607E"
    ],
    "bad": "#FC3634",
    "neutral": "#FFD700",
    "good": "#18BC9C",
    "minimum": "#FEAFAE",
    "center": "#FD5E5D",
    "maximum": "#FC3634",
    "null": "#FF7F48"
}

Settings

Open Theme Selector in PBI Desktop.png

Customize Theme.png

Theme Colors Settings.png

Related