chore: Stores theme and icon changes, avoiding excessive window reload.
This commit is contained in:
parent
a3428ab812
commit
7ed1d45c65
7 changed files with 147 additions and 18 deletions
4
extensions/interfaces/itheme-custom-properties.ts
Normal file
4
extensions/interfaces/itheme-custom-properties.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export interface IThemeCustomProperties {
|
||||
themeColours?: string;
|
||||
themeIcons?: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue