fix Global syntax colors
This commit is contained in:
parent
1a7e2703b9
commit
3ed3b3eeed
3 changed files with 5 additions and 7 deletions
|
@ -23,8 +23,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
|
|||
*/
|
||||
syntax: {
|
||||
boolean: theme.scheme.base.pink,
|
||||
storage: theme.scheme.base.purple,
|
||||
class: theme.scheme.base.yellow,
|
||||
class: theme.scheme.base.purple,
|
||||
classMember: theme.scheme.base.red,
|
||||
comment: theme.scheme.comments,
|
||||
cssClass: theme.scheme.base.yellow,
|
||||
|
@ -32,14 +31,13 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
|
|||
cssTag: theme.scheme.base.yellow,
|
||||
function: theme.scheme.base.blue,
|
||||
functionCall: theme.scheme.base.blue,
|
||||
number: theme.scheme.base.orange,
|
||||
identifier: theme.scheme.base.cyan,
|
||||
keyword: theme.scheme.base.red,
|
||||
storage: theme.scheme.base.purple,
|
||||
string: theme.scheme.base.green,
|
||||
stringEscape: theme.scheme.foreground,
|
||||
type: theme.scheme.base.purple,
|
||||
type: theme.scheme.base.paleblue,
|
||||
punctuation: theme.scheme.base.cyan,
|
||||
variable: theme.scheme.foreground,
|
||||
otherKeyword: theme.scheme.base.orange
|
||||
},
|
||||
/**
|
||||
|
|
|
@ -10,7 +10,7 @@ export default {
|
|||
comments: '#464B5D',
|
||||
caret: '#FFCC00',
|
||||
findHighlight: '#FFCC00',
|
||||
foreground: '#8F93A2',
|
||||
foreground: '#A6ACCD',
|
||||
focusBorder: '#FFFFFF',
|
||||
guides: '#3B3F51',
|
||||
lineNumbers: '#3B3F5180',
|
||||
|
|
|
@ -10,7 +10,7 @@ export default {
|
|||
comments: '#464B5D',
|
||||
caret: '#FFCC00',
|
||||
findHighlight: '#FFCC00',
|
||||
foreground: '#8F93A2',
|
||||
foreground: '#A6ACCD',
|
||||
focusBorder: '#FFFFFF',
|
||||
guides: '#3B3F51',
|
||||
lineNumbers: '#3B3F5180',
|
||||
|
|
Loading…
Reference in a new issue