Skip to content

Commit

Permalink
docs: update DSP refs (#1409)
Browse files Browse the repository at this point in the history
(cherry picked from commit 61ca515)
  • Loading branch information
rajamatt authored and mergify[bot] committed May 22, 2024
1 parent 4f41a3c commit 9ea7398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/material-dsp.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It is possible to configure the import process. The _UnoDspImportColors_ item fo
## Generating a custom color palette and exporting it as a JSON file

1. Navigate to the [Material Theme Builder](https://m3.material.io/theme-builder#/custom) and select the colors you want to use for your application.
1. Navigate to the [Material Theme Builder](https://aka.platform.uno/uno-material-themebuilder) and select the colors you want to use for your application.
2. Locate the _Export_ button and pick the _Material Theme (JSON)_ format.

![Export Button](assets/material-theme-builder-export1.png) ![DSP Selection](assets/material-theme-builder-export2.png)
Expand Down
4 changes: 2 additions & 2 deletions doc/material-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ The following guides require the creation of new `ResourceDictionary` files in y
### Color Overrides using _Material Theme Builder_ and DSP format
It is possible to use the [Material Theme Builder](https://m3.material.io/theme-builder#/custom) to generate a custom color palette derived from your own basic colors. The generated palette is provided in the [DSP format](https://m3.material.io/styles/color/the-color-system/color-dsp) and can be used to override the default Uno Material colors.
It is possible to use the [Material Theme Builder](https://aka.platform.uno/uno-material-themebuilder) to generate a custom color palette derived from your own basic colors. The generated palette is provided in the [DSP format](https://m3.material.io/styles/color/the-color-system/color-dsp) and can be used to override the default Uno Material colors.
The tooling required to generate the _Material Colors Override_ file from a DSP package (zip file) will be present by default when creating an Uno Platform application with support for Uno Material from the Wizard.
The tooling required to generate the _Material Colors Override_ file from a theme file (JSON file) will be present by default when creating an Uno Platform application with support for Uno Material from the Wizard.
![Wizard - Theme Selection](assets/material-theme-selection-wizard.png)
Expand Down

0 comments on commit 9ea7398

Please sign in to comment.