mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-06 10:49:06 +00:00
8 lines
99 B
C#
8 lines
99 B
C#
|
namespace AIStudio.Settings.DataModel;
|
||
|
|
||
|
public enum Themes
|
||
|
{
|
||
|
SYSTEM = 0,
|
||
|
LIGHT,
|
||
|
DARK,
|
||
|
}
|