unlock files

This commit is contained in:
Mattia Astorino 2018-04-20 20:07:36 +02:00
parent f6f7fac3cf
commit 2f4f56f40d
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
354 changed files with 25573 additions and 0 deletions

View file

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