Add css class/id

This commit is contained in:
Daniel Imms
2017-01-30 21:09:25 -08:00
parent 703d7241a0
commit d9b6855f2d
3 changed files with 10 additions and 2 deletions

View File

@@ -69,7 +69,9 @@ const sapphireColorSet: IColorSet = {
class: sapphireColors.teal,
classMember: sapphireColors.teal,
type: sapphireColors.green,
this: sapphireColors.blue
this: sapphireColors.blue,
cssClass: sapphireColors.blue,
cssId: sapphireColors.red
},
ui: {
background: '#151B24',