mirror of https://github.com/abpframework/abp.git
1 changed files with 4 additions and 5 deletions
@ -1,9 +1,8 @@ |
|||||
namespace Volo.Abp.Cli.ProjectBuilding.Building; |
namespace Volo.Abp.Cli.ProjectBuilding.Building; |
||||
public enum ThemeStyle : byte |
public enum ThemeStyle : byte |
||||
{ |
{ |
||||
NotSpecified = 0, |
System = 0, |
||||
System = 1, |
Dim = 1, |
||||
Dim = 2, |
Light = 2, |
||||
Light = 3, |
Dark = 3 |
||||
Dark = 4 |
|
||||
} |
} |
||||
Loading…
Reference in new issue