forked from sim0n00ps/OF-DL
8 lines
73 B
C#
8 lines
73 B
C#
namespace OF_DL.Enumerations;
|
|
|
|
public enum Theme
|
|
{
|
|
light,
|
|
dark
|
|
}
|