feat: add force theme option to custom themes

This commit is contained in:
sethburkart123
2024-08-20 12:57:07 +10:00
parent a2dac4d84d
commit 4a9048ac62
5 changed files with 37 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ export type CustomTheme = {
hideThemeName: boolean;
webURL?: string;
selectedColor?: string;
forceDark?: boolean;
}
export type DownloadedTheme = CustomTheme & {