Skip to content

Just a modern application template with modern looking ui

Notifications You must be signed in to change notification settings

System64fumo/Application-Template

Repository files navigation

This application template contains a theme system that supports Lightmode and Darkmode
It also contains tools and utilities that Winforms typically doesn't give you access to\

Dark mode :

DarkMode

Light mode :

LightMode

The theme system contains a palette of colors:
|Color name| |Red|Green|Blue|
Accent: 50, 50, 65
BrightAccent: 60, 60, 75
DarkAccent: 40, 40, 55
Inactive: 30, 30, 35
Background: 20, 20, 20
Panel: 25, 25, 27
BrightPanel: 35, 35, 40\

Examples:
panel1.BackColor = Theme.Accent;
panel2.BackColor = Theme.Panel;
panel3.BackColor = Theme.Inactive;

About

Just a modern application template with modern looking ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages