save user preference theme color

This commit is contained in:
SethBurkart123
2024-05-08 17:34:12 +10:00
parent f077c13cf7
commit 533c684db8
3 changed files with 11 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ export type CustomTheme = {
isEditable: boolean;
hideThemeName: boolean;
webURL?: string;
selectedColor?: string;
}
export type DownloadedTheme = CustomTheme & {