Add modifier

This commit is contained in:
Daniel Imms
2016-11-04 18:28:57 -07:00
parent dbbe98487e
commit 300020bf47
3 changed files with 28 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ export interface IColorSet {
comment?: string;
class?: string;
type?: string;
modifier?: string;
}
ui?: {
/** The default background color */