Skip to content

Commit

Permalink
fix: name of scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Sep 23, 2019
1 parent 39cc514 commit e116bbb
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 376 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Meetio-Ocean",
"name": "Meetio-Darker",
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"variables": {
"caret": "#ffcc00",
Expand Down Expand Up @@ -336,6 +336,56 @@
"scope": "source.ts meta.class.ts meta.method.declaration.ts meta.parameters.ts variable.parameter.ts, variable.parameter.function.js, variable.parameter.function.ts, source.ts meta.export.default.ts meta.class.ts meta.method.declaration.ts meta.parameters.ts variable.parameter.ts",
"foreground": "var(red)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Mapping Level 1",
"scope": "source.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Mapping Level 2",
"scope": "source.json meta.mapping.value.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(brown)"
},
{
"name": "[Markdown] Deleted",
"scope": "markup.deleted",
Expand Down Expand Up @@ -425,56 +475,6 @@
"scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown",
"font_style": "italic"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Mapping Level 1",
"scope": "source.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Mapping Level 2",
"scope": "source.json meta.mapping.value.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(brown)"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down
100 changes: 50 additions & 50 deletions schemes/Meetio-Lighter.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,56 @@
"scope": "source.ts meta.class.ts meta.method.declaration.ts meta.parameters.ts variable.parameter.ts, variable.parameter.function.js, variable.parameter.function.ts, source.ts meta.export.default.ts meta.class.ts meta.method.declaration.ts meta.parameters.ts variable.parameter.ts",
"foreground": "var(red)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Mapping Level 1",
"scope": "source.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Mapping Level 2",
"scope": "source.json meta.mapping.value.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(brown)"
},
{
"name": "[Markdown] Deleted",
"scope": "markup.deleted",
Expand Down Expand Up @@ -425,56 +475,6 @@
"scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown",
"font_style": "italic"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Mapping Level 1",
"scope": "source.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Mapping Level 2",
"scope": "source.json meta.mapping.value.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(brown)"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down
100 changes: 50 additions & 50 deletions schemes/Meetio-Palenight.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,56 @@
"scope": "source.ts meta.class.ts meta.method.declaration.ts meta.parameters.ts variable.parameter.ts, variable.parameter.function.js, variable.parameter.function.ts, source.ts meta.export.default.ts meta.class.ts meta.method.declaration.ts meta.parameters.ts variable.parameter.ts",
"foreground": "var(red)"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Mapping Level 1",
"scope": "source.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Mapping Level 2",
"scope": "source.json meta.mapping.value.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(brown)"
},
{
"name": "[Markdown] Deleted",
"scope": "markup.deleted",
Expand Down Expand Up @@ -425,56 +475,6 @@
"scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown",
"font_style": "italic"
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
"name": "[JSON] Constant",
"scope": "constant.language.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Character Escape",
"scope": "constant.character.escape.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Constant Numeric",
"scope": "constant.numeric.json",
"foreground": "var(purple)"
},
{
"name": "[JSON] Punctuation Section",
"scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation Mapping",
"scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Punctuation String",
"scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json",
"foreground": "var(blue)"
},
{
"name": "[JSON] Mapping Level 1",
"scope": "source.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(yellow)"
},
{
"name": "[JSON] Mapping Level 2",
"scope": "source.json meta.mapping.value.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(brown)"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down
Loading

0 comments on commit e116bbb

Please sign in to comment.