This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,6 +1,6 @@
using System.ComponentModel;
namespace NeumUI.Appearance;
namespace NeoUI.Appearance;
/// <summary>
/// 明暗模式切换
/// </summary>
@@ -14,7 +14,8 @@ public enum ThemeMode
/// <summary>
/// 表示暗模式,适用于偏好深色背景的用户界面设置。
/// </summary>
Dark
Dark,
System,
}
/// <summary>
@@ -23,63 +24,18 @@ public enum ThemeMode
public enum ThemePalette
{
/// <summary>
/// 薄暮红
/// 天蓝
/// </summary>
[Description("薄暮红")]
DustRed,
[Description("天蓝")]
Blue,
/// <summary>
/// 墨绿
/// </summary>
[Description("墨绿")]
Green,
/// <summary>
/// 火山红
/// </summary>
[Description("火山红")]
Volcano,
/// <summary>
/// 日落橙
/// </summary>
[Description("日落橙")]
SunsetOrange,
/// <summary>
/// 金盏花
/// </summary>
[Description("金盏花")]
CalendulaGold,
/// <summary>
/// 日出黄
/// </summary>
[Description("日出黄")]
SunriseYellow,
/// <summary>
/// 青柠绿
/// </summary>
[Description("青柠绿")]
Lime,
/// <summary>
/// 极光绿
/// </summary>
[Description("极光绿")]
PolarGreen,
/// <summary>
/// 明青
/// </summary>
[Description("明青")]
Cyan,
/// <summary>
/// 拂晓蓝
/// </summary>
[Description("拂晓蓝")]
DaybreakBlue,
/// <summary>
/// 极客蓝
/// </summary>
[Description("极客蓝")]
GeekBlue,
/// <summary>
/// 酱紫
/// </summary>
[Description("酱紫")]
GoldenPurple,
/// <summary>
/// 法式洋红
/// </summary>
[Description("法式洋红")]
Magenta,
[Description("浅紫")]
Purple,
}