mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 16:14:28 +08:00
10 lines
204 B
C#
10 lines
204 B
C#
|
|
using Avalonia.Media;
|
||
|
|
|
||
|
|
namespace LanMontainDesktop.Theme;
|
||
|
|
|
||
|
|
public sealed record ThemeColorContext(
|
||
|
|
Color AccentColor,
|
||
|
|
bool IsLightBackground,
|
||
|
|
bool IsLightNavBackground,
|
||
|
|
bool IsNightMode);
|