Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TracyGH committed Sep 5, 2019
1 parent 65dd5fa commit e7006db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# SPTheme-Converter
Convert SharePoint Modern themes to Classic, and SharePoint Classic themes to Modern.

# NOTE: This application only works with valid [SPColor file](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-sites) and UI Fabric Theme Designer [JSON file](https://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/heads/master/theming-designer/index.html) inputs.
### NOTE: This application only works with valid [SPColor file](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-sites) and UI Fabric Theme Designer [JSON file](https://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/heads/master/theming-designer/index.html) inputs.
1. Open the Program.cs file and add input and output local path values for the relevant conversion method(s) you need: ```ClassicToModern()``` or ```ModernToClassic()```.
2. Uncomment the relevant conversion method(s) you need.
3. Run the program.
Expand Down

0 comments on commit e7006db

Please sign in to comment.