From afa91c73449910483ca48b9391ed56dd627dfaf5 Mon Sep 17 00:00:00 2001 From: Mauro Reis Vieira Date: Thu, 12 Mar 2020 12:38:29 +0000 Subject: [PATCH] fix: scheme --- package.json | 2 +- .../Meetio-Theme-Dark.sublime-color-scheme | 25 +++++++++++++++---- .../Meetio-Theme-Light.sublime-color-scheme | 25 +++++++++++++++---- 3 files changed, 41 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 84bdb9dc..1d3ace75 100755 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@meetio/meetio-icons": "^1.10.0", - "@meetio/scheme-generator": "^1.3.4", + "@meetio/scheme-generator": "^1.4.1", "@typescript-eslint/eslint-plugin": "2.15.0", "@typescript-eslint/parser": "2.15.0", "babel-eslint": "^10.0.3", diff --git a/schemes/Meetio-Theme-Dark.sublime-color-scheme b/schemes/Meetio-Theme-Dark.sublime-color-scheme index 44f83461..7d890703 100644 --- a/schemes/Meetio-Theme-Dark.sublime-color-scheme +++ b/schemes/Meetio-Theme-Dark.sublime-color-scheme @@ -320,6 +320,11 @@ "scope": "meta.function-call", "foreground": "var(yellow)" }, + { + "name": "Meta - Mapping Key", + "scope": "meta.mapping.key", + "foreground": "var(blue)" + }, { "name": "META - Sections of code delineated by curly braces", "scope": "meta.block,punctuation.section.block.begin,punctuation.section.block.end,meta.braces,punctuation.section.braces.begin,punctuation.section.braces.end", @@ -485,6 +490,16 @@ "scope": "support.type,support.class,support.variable.property", "foreground": "var(foreground)" }, + { + "name": "SUPPORT - Class Component", + "scope": "support.class.component", + "foreground": "var(purple)" + }, + { + "name": "SUPPORT - Type Primitive", + "scope": "support.type.primitive", + "foreground": "var(yellow)" + }, { "name": "TEXT - HTML", "scope": "text.html", @@ -495,6 +510,11 @@ "scope": "text.xml", "foreground": "var(foreground)" }, + { + "name": "VARIABLE - Declaration", + "scope": "variable.declaration", + "foreground": "var(brown)" + }, { "name": "VARIABLE - A generic variable", "scope": "variable.other,variable.other.readwrite", @@ -631,11 +651,6 @@ "scope": "source.python meta.function.python entity.name.function.python support.function.magic.python", "foreground": "var(blue)" }, - { - "name": "Vue - Console, \"console\"", - "scope": "text.html.vue meta.mapping.key", - "foreground": "var(blue)" - }, { "name": "Vue - Console, \"console\"", "scope": "text.html.vue meta.property.object", diff --git a/schemes/Meetio-Theme-Light.sublime-color-scheme b/schemes/Meetio-Theme-Light.sublime-color-scheme index c852b300..8e44512e 100644 --- a/schemes/Meetio-Theme-Light.sublime-color-scheme +++ b/schemes/Meetio-Theme-Light.sublime-color-scheme @@ -320,6 +320,11 @@ "scope": "meta.function-call", "foreground": "var(yellow)" }, + { + "name": "Meta - Mapping Key", + "scope": "meta.mapping.key", + "foreground": "var(blue)" + }, { "name": "META - Sections of code delineated by curly braces", "scope": "meta.block,punctuation.section.block.begin,punctuation.section.block.end,meta.braces,punctuation.section.braces.begin,punctuation.section.braces.end", @@ -485,6 +490,16 @@ "scope": "support.type,support.class,support.variable.property", "foreground": "var(foreground)" }, + { + "name": "SUPPORT - Class Component", + "scope": "support.class.component", + "foreground": "var(purple)" + }, + { + "name": "SUPPORT - Type Primitive", + "scope": "support.type.primitive", + "foreground": "var(yellow)" + }, { "name": "TEXT - HTML", "scope": "text.html", @@ -495,6 +510,11 @@ "scope": "text.xml", "foreground": "var(foreground)" }, + { + "name": "VARIABLE - Declaration", + "scope": "variable.declaration", + "foreground": "var(brown)" + }, { "name": "VARIABLE - A generic variable", "scope": "variable.other,variable.other.readwrite", @@ -631,11 +651,6 @@ "scope": "source.python meta.function.python entity.name.function.python support.function.magic.python", "foreground": "var(blue)" }, - { - "name": "Vue - Console, \"console\"", - "scope": "text.html.vue meta.mapping.key", - "foreground": "var(blue)" - }, { "name": "Vue - Console, \"console\"", "scope": "text.html.vue meta.property.object",