dees-domtools/ts/domtools.colors.ts
2020-05-24 18:54:10 +00:00

6 lines
146 B
TypeScript

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