mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
0.1.4
This commit is contained in:
9
LanMontainDesktop/Theme/ThemeColorContext.cs
Normal file
9
LanMontainDesktop/Theme/ThemeColorContext.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Avalonia.Media;
|
||||
|
||||
namespace LanMontainDesktop.Theme;
|
||||
|
||||
public sealed record ThemeColorContext(
|
||||
Color AccentColor,
|
||||
bool IsLightBackground,
|
||||
bool IsLightNavBackground,
|
||||
bool IsNightMode);
|
||||
Reference in New Issue
Block a user