Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

FlatUI Dark Reskin for Winforms .NET 4.0

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