Avalonia ColorPicker control
Перейти к файлу
Wiesław Šoltés e049d2cb3a Update 2022-05-27 13:12:57 +02:00
.github Add web version 2022-02-04 13:10:52 +01:00
.nuke Update to .NET 6 2021-11-08 22:57:36 +01:00
build Update 2022-05-27 13:12:57 +02:00
images Create ColorPicker.png 2019-06-04 18:02:21 +02:00
samples/ColorPickerDemo Update ColorPickerDemo.csproj 2022-05-05 19:50:04 +02:00
src Coerce property values 2022-05-05 18:59:22 +02:00
tests/ThemeEditor.Controls.ColorPicker.UnitTests Use file-scoped namespace 2021-12-09 00:05:41 +01:00
.editorconfig Update .editorconfig 2021-07-18 14:17:19 +02:00
.gitattributes Init repo 2018-10-31 10:05:40 +00:00
.gitignore Init repo 2018-10-31 10:05:40 +00:00
LICENSE.TXT Update LICENSE.TXT 2022-01-27 09:32:47 +01:00
NuGet.Config Update NuGet.Config 2021-12-08 11:42:06 +01:00
README.md Update README.md 2021-11-24 21:16:40 +01:00
ThemeEditor.sln Add sample app 2022-05-05 19:20:39 +02:00
_config.yml Set theme jekyll-theme-cayman 2022-02-04 13:09:34 +01:00
azure-pipelines.yml Add web version 2022-02-04 13:10:52 +01:00
build.cmd Update to .NET 6 2021-11-08 22:57:36 +01:00
build.ps1 Update to .NET 6 2021-11-08 22:57:36 +01:00
build.sh Update to .NET 6 2021-11-08 22:57:36 +01:00
global.json Update to .NET 6 2021-11-08 22:57:36 +01:00

README.md

Avalonia Theme Editor

Build Status CI

NuGet NuGet MyGet

Github All Releases GitHub Release Github Releases

Download

The latest downloads are available in the release section.

About

ThemeEditor is an Avalonia UI Framework theme editor.

ThemeEditor

Usage

Usage instructions.

Build

Build instructions.

NuGet

ThemeEditor color picker control is delivered as a NuGet package.

You can find the packages here NuGet and install the package like this:

Install-Package ThemeEditor.Controls.ColorPicker

or by using nightly build feed:

  • Add https://www.myget.org/F/themeeditor-nightly/api/v2 to your package sources
  • Alternative nightly build feed https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json
  • Update your package using ThemeEditor.Controls.ColorPicker feed

and install the package like this:

Install-Package ThemeEditor.Controls.ColorPicker -Pre

Resources

License

ThemeEditor is licensed under the MIT license.