Improve punctuation and update generator
This commit is contained in:
parent
3f9c09f0ba
commit
3a22f8d428
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
|
||||||
stringEscape: theme.scheme.foreground,
|
stringEscape: theme.scheme.foreground,
|
||||||
type: theme.scheme.base.paleblue,
|
type: theme.scheme.base.paleblue,
|
||||||
punctuation: theme.scheme.base.cyan,
|
punctuation: theme.scheme.base.cyan,
|
||||||
otherKeyword: theme.scheme.base.orange
|
otherKeyword: theme.scheme.base.orange,
|
||||||
|
variable: theme.scheme.foreground,
|
||||||
|
number: theme.scheme.base.orange
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Override all syntax tokens
|
* Override all syntax tokens
|
||||||
|
|
Loading…
Reference in a new issue