Forum Discussion
ppike
8 years agoFrequent Visitor
Default Branding Files for Web Portal
Hi, Does anyone know where I can get the default branding files for the web portal?
xantari
Helper II
8 years agoI was able to cobble together a colors.json file based off of the LESS and cross referencing the resulting .css file output and mapping it to the LESS variables to get *most* of the default Power BI Server default color theme.
It is a bit different then what Microsoft has posted for SSRS 2016.
This took a lot of time to reverse engineer. Hopefully MS can fill in the gaps here, as it really needs improvement on their part.
I could not find the original definition for the theme>datapoints section or the following:
"background":"#fff",
"foreground":"#222",
"mapBase":"#00aeef",
"panelBackground":"#f6f6f6",
"panelForeground":"#222",
"panelAccent":"#00aeef",
"tableAccent":"#00aeef",
"altBackground":"#f6f6f6",
"altForeground":"#000",
"altMapBase":"#f68c1f",
"altPanelBackground":"#235378",
"altPanelForeground":"#fff",
"altPanelAccent":"#fdc336",
"altTableAccent":"#fdc336"
All others I was able to map back however. You can do a diff on this one and compare it to the out of box Microsoft one for SSRS 2016 to see all the differences.
Anonymous
7 years agoNot applicable
xantari, did you delete the corlors.json file from your google drive? I'm getting an error 404...