Files
LanMountainDesktop/LanMontainDesktop/Theme/AppThemePalette.cs

15 lines
335 B
C#
Raw Normal View History

2026-02-27 19:27:38 +08:00
using Avalonia.Media;
namespace LanMontainDesktop.Theme;
public sealed record AppThemePalette(
Color TextPrimary,
Color TextSecondary,
Color TextMuted,
Color TextAccent,
Color NavText,
Color NavSelectedText,
Color NavItemBackground,
Color NavItemHoverBackground,
Color NavItemSelectedBackground);