fix Global syntax colors

This commit is contained in:
Mattia Astorino 2020-01-08 22:05:08 +01:00
parent 1a7e2703b9
commit 3ed3b3eeed
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
3 changed files with 5 additions and 7 deletions

View file

@ -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
},
/**

View file

@ -10,7 +10,7 @@ export default {
comments: '#464B5D',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#8F93A2',
foreground: '#A6ACCD',
focusBorder: '#FFFFFF',
guides: '#3B3F51',
lineNumbers: '#3B3F5180',

View file

@ -10,7 +10,7 @@ export default {
comments: '#464B5D',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#8F93A2',
foreground: '#A6ACCD',
focusBorder: '#FFFFFF',
guides: '#3B3F51',
lineNumbers: '#3B3F5180',