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