This commit is contained in:
Matthew Rajala 2024-05-13 14:28:15 -04:00 коммит произвёл GitHub
Родитель 6774dc6c4d
Коммит 61ca5154d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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)

Просмотреть файл

@ -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)