Added user themes section to Theme settings

This commit is contained in:
Paweł Malak
2022-03-23 16:13:34 +01:00
parent 89bd921875
commit 48e28b9abd
10 changed files with 136 additions and 44 deletions

View File

@@ -7,4 +7,5 @@ export interface ThemeColors {
export interface Theme {
name: string;
colors: ThemeColors;
isCustom: boolean;
}