Skip to content

Commit

Permalink
fix: scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Mar 12, 2020
1 parent 735c07f commit afa91c7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
25 changes: 20 additions & 5 deletions schemes/Meetio-Theme-Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
25 changes: 20 additions & 5 deletions schemes/Meetio-Theme-Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit afa91c7

Please sign in to comment.