mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 17:24:27 +08:00
10 lines
208 B
C#
10 lines
208 B
C#
using Avalonia.Media;
|
|
|
|
namespace LanMountainDesktop.Theme;
|
|
|
|
public sealed record ThemeColorContext(
|
|
Color AccentColor,
|
|
bool IsLightBackground,
|
|
bool IsLightNavBackground,
|
|
bool IsNightMode);
|