chore: Stores theme and icon changes, avoiding excessive window reload.

This commit is contained in:
OctoD 2017-06-20 14:39:45 +02:00
parent a3428ab812
commit 7ed1d45c65
7 changed files with 147 additions and 18 deletions

View file

@ -0,0 +1,4 @@
export interface IThemeCustomProperties {
themeColours?: string;
themeIcons?: string;
}