feat(themes): theme top-level record
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace HellionChat.Themes;
|
||||
|
||||
public sealed record Theme(
|
||||
string Slug,
|
||||
string Name,
|
||||
string Author,
|
||||
string Description,
|
||||
ThemeColors Colors,
|
||||
ThemeLayout Layout,
|
||||
ThemeTypography Typography,
|
||||
bool IsBuiltIn
|
||||
);
|
||||
Reference in New Issue
Block a user