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
<script type="text/javascript"> | |
(function() { | |
'use strict'; | |
/** | |
* hook method to be executed as soon as shortpoint | |
* is available in the page | |
*/ | |
function initHook() { |
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
// Default theme slots of Office theme | |
{ | |
"backgroundOverlay": null, | |
"primaryBackground": null, | |
"primaryText": null, | |
"themeDarker": "#013a76", | |
"themeDark": "#0156b0", | |
"themeDarkAlt": "#0156b0", | |
"themePrimary": "#0273eb", | |
"themeSecondary": "#5dabfe", |
OlderNewer