dees-domtools/ts/domtools.colors.ts
2020-05-27 21:15:38 +00:00

7 lines
147 B
TypeScript

export interface IDeesColorSet {
primaryAccent: string;
secondaryAccent: string;
primaryBackground: string;
secondaryBackground: string;
}