Citrus

citrus
{
    "name": "Citrus",
    "visualStyles": {
      "page": {
        "*": {
          "background": [
            {
              "color": {
                "solid": {
                  "color": "#FFFFFF"
                }
              },
              "transparency": 0
            }
          ],
          "outspace": [
            {
              "color": {
                "solid": {
                  "color": "#FFFFFF"
                }
              }
            }
          ]
        }
      },
      "*": {
        "*": {
          "outspacePane": [
            {
              "backgroundColor": {
                "solid": {
                  "color": {
                    "expr": {
                      "ThemeDataColor": {
                        "ColorId": 3,
                        "Percent": 0
                      }
                    }
                  }
                }
              },
              "foregroundColor": "#FFFFFF"
            }
          ],
          "filterCard": [
            {
              "$id": "Applied",
              "backgroundColor": "#AC3E31",
              "foregroundColor": "#FFFFFF",
              "transparency": 0,
              "inputBoxColor": "#AC3E31",
              "reverseDirection": false,
              "hideText": false
            },
            {
              "$id": "Available",
              "backgroundColor": "#488A99",
              "foregroundColor": "#FFFFFF",
              "transparency": 0,
              "inputBoxColor": "#488A99",
              "reverseDirection": false,
              "hideText": false
            }
          ],
          "categoryAxis": [
            {
              "showAxisTitle": false,
              "titleFontFamily": "Segoe UI Semibold"
            }
          ],
          "valueAxis": [
            {
              "showAxisTitle": false,
              "titleFontFamily": "Segoe UI Semibold"
            }
          ],
          "background": [
            {
              "transparency": 100
            }
          ],
          "visualHeader": [
            {
              "transparency": 100
            }
          ]
        }
      }
    },
    "dataColors": ["#31525b",
    "#b3dee5",
    "#ffa101",
    "#fae6b1",
    "#5a9b5a",
    "#b2d6c8",
    "#dcd1e4",
    "#668b9a"],
    "textClasses": {
      "callout": {
        "fontFace": "'Segoe UI', wf_segoe-ui_normal, helvetica, arial, sans-serif",
        "fontSize": 25
      },
      "title": {
        "fontFace": "'Segoe UI Semibold', wf_segoe-ui_semibold, helvetica, arial, sans-serif",
        "fontSize": 10
      }
    }
  }
  

Leave a comment

Your email address will not be published. Required fields are marked *