working theming

This commit is contained in:
SpikeHD
2022-06-02 19:03:32 -07:00
parent e3aade7955
commit 8d8b617198
7 changed files with 144 additions and 16 deletions

View File

@@ -18,6 +18,7 @@ let defaultConfig: Configuration
language: 'en',
customBackground: '',
cert_generated: false,
theme: 'default'
}
})()
@@ -37,6 +38,7 @@ export interface Configuration {
language: string
customBackground: string
cert_generated: boolean
theme: string;
}
export async function setConfigOption(key: string, value: any): Promise<void> {