mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
13 lines
No EOL
183 B
C#
13 lines
No EOL
183 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum ETheme
|
|
{
|
|
FollowSystem,
|
|
Dark,
|
|
Light,
|
|
Aquatic,
|
|
Desert,
|
|
Dusk,
|
|
NightSky
|
|
}
|
|
} |