https://github.com/estruyf/Office-Client-Theme-Colors
This is a sample application to visualize the Office Client Theme Colors
https://github.com/estruyf/Office-Client-Theme-Colors
Last synced: 3 months ago
JSON representation
This is a sample application to visualize the Office Client Theme Colors
- Host: GitHub
- URL: https://github.com/estruyf/Office-Client-Theme-Colors
- Owner: estruyf
- License: mit
- Archived: true
- Created: 2016-01-07T10:21:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T10:04:33.000Z (over 9 years ago)
- Last Synced: 2025-02-25T09:46:38.850Z (8 months ago)
- Language: JavaScript
- Size: 4.87 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - estruyf/Office-Client-Theme-Colors - This is a sample application to visualize the Office Client Theme Colors (JavaScript)
README
# Office Client Theme Colors
This is a sample application to visualize the Office Client Theme Colors.**Colorful**

**Dark gray**

**White**

##Try it out
### Deploy add-in manifest
Add the manifest to a shared folder which you setup as Tusted add-in catalog location. More information about this approach can be found here: [Specify a file share as a trusted catalog](https://msdn.microsoft.com/en-us/library/office/fp123503.aspx).### Get add-in running
1. Open command prompt and navigate to project directory
2. Run 'npm install' in root directory
3. Run 'gulp serve-static' to run the node web server### Test add-in in Excel, PowerPoint or Word
1. In the **Insert tab** in Excel, PowerPoint or Word 2016, choose **My Add-ins**.
2. In the **Office Add-ins** dialog box, choose **Shared Folder**.
3. Choose **Office Theme** > **Insert**. The add-in opens in a task pane and shows the add-in.
More information about this can be found here: [Using Office theme colors in your add-in](http://www.eliostruyf.com/using-office-theme-colors-add/).