[GUI] Add Dark mode support for .NET 9 (wip). Close #9

Dark mode support for winforms was added with .net9, but the feature is still not finished. It should become better in future versions.
This commit is contained in:
VaDiM
2024-11-17 08:32:18 +03:00
parent 3605bc0ff9
commit 0d4e7ba4ae
9 changed files with 272 additions and 103 deletions

View File

@ -16,6 +16,13 @@ using Object = AssetStudio.Object;
namespace AssetStudioGUI
{
internal enum GuiColorTheme
{
System,
Light,
Dark
}
internal enum ExportType
{
Convert,