unlock files
This commit is contained in:
parent
f6f7fac3cf
commit
2f4f56f40d
354 changed files with 25573 additions and 0 deletions
6
extensions/interfaces/itheme-custom-properties.ts
Normal file
6
extensions/interfaces/itheme-custom-properties.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export interface IThemeCustomProperties {
|
||||
accent?: string;
|
||||
accentPrevious?: string;
|
||||
themeColours?: string;
|
||||
themeIcons?: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue