More progress, update to use 1.9 scopes

This commit is contained in:
Daniel Imms
2017-01-29 23:24:59 -08:00
parent 300020bf47
commit 197cdd4c4e
5 changed files with 78 additions and 11 deletions

View File

@@ -5,6 +5,7 @@ export interface IThemeGenerator {
export interface IColorSet {
syntax?: {
boolean?: string;
function?: string;
functionCall?: string;
identifier?: string;
keyword?: string;
@@ -13,8 +14,10 @@ export interface IColorSet {
string?: string;
comment?: string;
class?: string;
classMember?: string;
type?: string;
modifier?: string;
this?: string;
}
ui?: {
/** The default background color */