From 3ed3b3eeedbbff5eecc61419fd293c6af85e8a05 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Wed, 8 Jan 2020 22:05:08 +0100 Subject: [PATCH] fix Global syntax colors --- scripts/generator/color-set.ts | 8 +++----- scripts/generator/settings/specific/ocean-hc.ts | 2 +- scripts/generator/settings/specific/ocean.ts | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/scripts/generator/color-set.ts b/scripts/generator/color-set.ts index 34386a0..a4529ce 100644 --- a/scripts/generator/color-set.ts +++ b/scripts/generator/color-set.ts @@ -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 }, /** diff --git a/scripts/generator/settings/specific/ocean-hc.ts b/scripts/generator/settings/specific/ocean-hc.ts index 7a38e68..7b028c4 100644 --- a/scripts/generator/settings/specific/ocean-hc.ts +++ b/scripts/generator/settings/specific/ocean-hc.ts @@ -10,7 +10,7 @@ export default { comments: '#464B5D', caret: '#FFCC00', findHighlight: '#FFCC00', - foreground: '#8F93A2', + foreground: '#A6ACCD', focusBorder: '#FFFFFF', guides: '#3B3F51', lineNumbers: '#3B3F5180', diff --git a/scripts/generator/settings/specific/ocean.ts b/scripts/generator/settings/specific/ocean.ts index 5150d20..19d5cba 100644 --- a/scripts/generator/settings/specific/ocean.ts +++ b/scripts/generator/settings/specific/ocean.ts @@ -10,7 +10,7 @@ export default { comments: '#464B5D', caret: '#FFCC00', findHighlight: '#FFCC00', - foreground: '#8F93A2', + foreground: '#A6ACCD', focusBorder: '#FFFFFF', guides: '#3B3F51', lineNumbers: '#3B3F5180',