mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
12 lines
139 B
C#
12 lines
139 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum ETheme
|
|
{
|
|
FollowSystem,
|
|
Dark,
|
|
Light,
|
|
Aquatic,
|
|
Desert,
|
|
Dusk,
|
|
NightSky
|
|
}
|