Last active
August 25, 2023 14:10
-
-
Save PBI-DataVizzle/643e2d7e8ed3fded27212aa1fc1db61b to your computer and use it in GitHub Desktop.
pbi_theme_Global_HeaderIcons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "My New Theme", | |
"visualStyles": { | |
"*": { | |
"*": { | |
"visualHeader": [{ | |
"show": false, | |
"showOptionsMenu": false, | |
"transparency": 0, | |
"foreground": { | |
"solid": { | |
"color": "#000000" | |
} | |
}, | |
"background": { | |
"solid": { | |
"color": "#A0D1FF" | |
} | |
}, | |
"border": { | |
"solid": { | |
"color": "#FF0000" | |
} | |
}, | |
"showCommentButton": false, | |
"showCopyVisualImageButton": false, | |
"showDrillToggleButton": false, | |
"showDrillRoleSelector": false, | |
"showDrillUpButton": false, | |
"showDrillDownExpandButton": false, | |
"showDrillDownLevelButton": false, | |
"showFilterRestatementButton": false, | |
"showFocusModeButton": false, | |
"showPersonalizeVisualButton": false, | |
"showPinButton": false, | |
"showSeeDataLayoutToggleButton": false, | |
"showSmartNarrativeButton": false, | |
"showVisualErrorButton": false, | |
"showTooltipButton": false, | |
"showVisualInformationButton": false, | |
"showVisualWarningButton": false | |
} | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment