10 lines
114 B
C#

// ReSharper disable InconsistentNaming
namespace OF_DL.Enumerations;
public enum Theme
{
light,
dark
}