Skip to content

This is a simple themes builder , that helps you to create simple themes for your windows forms application.

Notifications You must be signed in to change notification settings

BekoSan/ThemesBuilder

Repository files navigation

ThemesBuilder

This is a simple themes builder , that helps you to create simple themes for your windows forms application.

How to use ?

1 - Download and install the package from nuget.org.

2 - Add reference for the library.

3 - Create Themes classes like this and Implement the IThemeFactory Interface.

Dark theme class

Light theme class

4 - Call the IntilaizeTheme() method form ThemesManager class and pass the theme you want to apply.

Apply theme

5 - Call SetupUI() method for evrey form's constructor , to apply theme on it.

Apply Form Theme

Light Theme Form

Light Theme

Dark Theme Form

Dark Theme

About

This is a simple themes builder , that helps you to create simple themes for your windows forms application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages