https://github.com/dr4k0nia/FlatUI-Midnight
FlatUI Dark Reskin for Winforms .NET 4.0
https://github.com/dr4k0nia/FlatUI-Midnight
csharp flatui netframework winforms
Last synced: about 1 year ago
JSON representation
FlatUI Dark Reskin for Winforms .NET 4.0
- Host: GitHub
- URL: https://github.com/dr4k0nia/FlatUI-Midnight
- Owner: dr4k0nia
- License: mit
- Created: 2020-06-20T22:36:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T20:38:25.000Z (over 3 years ago)
- Last Synced: 2024-10-24T12:09:38.351Z (over 1 year ago)
- Topics: csharp, flatui, netframework, winforms
- Language: C#
- Size: 45.9 KB
- Stars: 60
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
FlatUI Midnight
======

FlatUI Midnight is a modified version of the [C# FlatUI port](https://github.com/saneki-discontinued/FlatUI)
The color scheme was modified aswell as some of the Controls.
I did some code cleanup and changed the TargetFramework to .NET Framework 4.0
## Control Changes
| Modified Control | Changes |
|-------------------|-------------------------------------|
| FormSkin | Smaller header, Remove color boxes |
| FlatNumeric | Use arrow symbols, instead of +/- |
| FlatClose | Changed to dot symbol |
| FlatMaximize | Changed to dot symbol |
| FlatMinimize | Changed to dot symbol |
| FlatComboBox | Use arrow symbols, instead of lines |
### Original version

Credits
-------
- saneki-discontinued for [his c# port](https://github.com/saneki-discontinued/FlatUI)
- iSynthesis for original code
- AeonHack for parts of the original code