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

@@ -6,6 +6,7 @@ import { VscodeThemeGenerator } from './vscodeThemeGenerator'
const colorSet: IColorSet = {
syntax: {
identifier: '#ffffff',
boolean: '#be84ff',
string: '#87d75f',
number: '#ffcc66',
keyword: '#ff8f7e',