Style JSON property names

This commit is contained in:
Daniel Imms
2016-11-04 16:56:35 -07:00
parent 250af04973
commit 18a0e9d164
3 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ export interface IThemeGenerator {
export interface IColorSet {
syntax?: {
boolean?: string;
functionCall?: string;
identifier?: string;
keyword?: string;