benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.7k stars 143 forks source link

Where is Light.xaml or Dark.xaml located? #136

Closed ms-somanna closed 3 years ago

ms-somanna commented 3 years ago

I've installed AdonisUI in my wpf application using nuget. Now I want to create a custom theme and store it in a file (CustomTheme.xaml). I need to copy contents from either Light.xaml or Dark.xaml and paste it into CustomTheme.xaml. But I'm unable to find Light.xaml or Dark.xaml in my project location. Can anyone please let me know where these files are by default stored inside the project folder?

benruehl commented 3 years ago

If you want to create a custom color scheme please refer to the respective Adonis UI docs.

If you want to look at the files you specified please have a look at the repository files.

The files are not displayed because a NuGet package contains the compiled assemblies instead of the original source files. When including it in your project you won't see any new source files in your solution explorer but only the package reference. This is better described in the NuGet docs.