Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T20:38:25.000Z (about 2 years ago)
- Last Synced: 2024-07-30T21:03:43.122Z (4 months 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
======![Example](https://i.imgur.com/9oF68A6.png)
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
![Old](https://raw.githubusercontent.com/saneki-discontinued/FlatUI/master/screenshots/flatui-example-1.png)Credits
-------
- saneki-discontinued for [his c# port](https://github.com/saneki-discontinued/FlatUI)
- iSynthesis for original code
- AeonHack for parts of the original code