New theme service that supports window backdrop.

This commit is contained in:
Burak Kaan Köse
2025-10-03 21:04:23 +02:00
parent 15b6f5f6fb
commit 229006c51d
24 changed files with 1337 additions and 18 deletions
@@ -0,0 +1,11 @@
namespace Wino.Core.Domain.Enums;
public enum WindowBackdropType
{
None,
Mica,
MicaAlt,
DesktopAcrylic,
AcrylicBase,
AcrylicThin
}