Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
/ PhotonTheme Public archive

A new clean and modern theme to use in your WPF applications. It also includes new controls missing from the default WPF toolkit.

License

Notifications You must be signed in to change notification settings

alonfnt/PhotonTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotonTheme [ In development ]

This is a Toolkit that tries to help on the modernization of WPF applications. The inital inspiration for this Design can be found in: UI Design System

Some base controls and mostly the icon pack is from Material Design Library, which has done an excelent job on bringing the Material Design to WPF.

This library currently works with .Net Core 3.0.

Nuget MIT license

Styles and Controls

Alert Avatar Badge Button
CheckBox Colors ComboBox DataGrid
DateTimePicker Dialog Header Icons
Navigation Notifications PasswordBox PopupBox
ProgressBar RadioButton Slider TabControl
TextBlock TextBox ToggleButton Tooltip
VerificationBox

Getting Started

  1. Install the Nuget Package

Install-Package PhotonTheme

  1. In the App.xaml file, add the following ResourceDictionary:
<Application . . . >
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/PhotonTheme;component/Themes/Defaults.xaml" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>
  1. You can start using all the styles and controls of the Toolkit now.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A new clean and modern theme to use in your WPF applications. It also includes new controls missing from the default WPF toolkit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages