Skip to content

Commit

Permalink
fix: updated json key color.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Feb 28, 2019
1 parent 714c821 commit 695d3d7
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 384 deletions.
64 changes: 2 additions & 62 deletions schemes/Meetio-Cobalt.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -143,36 +143,6 @@
"scope": "support.type.property-vendor.css, support.constant.media.css",
"foreground": "var(cyan)"
},
{
"name": "[HTML] String",
"scope": "text.html.basic string",
"foreground": "var(green)"
},
{
"name": "[HTML] Operator",
"scope": "keyword.other.template, keyword.other.substitution",
"foreground": "var(green)"
},
{
"name": "[HTML] Operator",
"scope": "keyword.operator, constant.other.color, punctuation, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded",
"foreground": "var(cyan)"
},
{
"name": "[HTML] Attributes",
"scope": "entity.other.attribute-name.html, entity.other.attribute-name",
"foreground": "var(yellow)"
},
{
"name": "[HTML] Tag Name",
"scope": "text.html.basic entity.name.tag",
"foreground": "var(red)"
},
{
"name": "[HTML] Tag Attribute",
"scope": "text.html.basic entity.other.attribute-name",
"foreground": "var(magenta)"
},
{
"name": "[JavaScript] String",
"scope": "source.js string, source.ts string",
Expand Down Expand Up @@ -297,12 +267,12 @@
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
Expand Down Expand Up @@ -466,36 +436,6 @@
"foreground": "var(foreground)",
"background": "var(yellow)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Function",
"scope": "storage.type.function.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php",
"foreground": "var(cyan)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
Expand Down
64 changes: 2 additions & 62 deletions schemes/Meetio-Darker.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -143,36 +143,6 @@
"scope": "support.type.property-vendor.css, support.constant.media.css",
"foreground": "var(cyan)"
},
{
"name": "[HTML] String",
"scope": "text.html.basic string",
"foreground": "var(green)"
},
{
"name": "[HTML] Operator",
"scope": "keyword.other.template, keyword.other.substitution",
"foreground": "var(green)"
},
{
"name": "[HTML] Operator",
"scope": "keyword.operator, constant.other.color, punctuation, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded",
"foreground": "var(cyan)"
},
{
"name": "[HTML] Attributes",
"scope": "entity.other.attribute-name.html, entity.other.attribute-name",
"foreground": "var(yellow)"
},
{
"name": "[HTML] Tag Name",
"scope": "text.html.basic entity.name.tag",
"foreground": "var(red)"
},
{
"name": "[HTML] Tag Attribute",
"scope": "text.html.basic entity.other.attribute-name",
"foreground": "var(magenta)"
},
{
"name": "[JavaScript] String",
"scope": "source.js string, source.ts string",
Expand Down Expand Up @@ -297,12 +267,12 @@
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
Expand Down Expand Up @@ -466,36 +436,6 @@
"foreground": "var(foreground)",
"background": "var(yellow)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Function",
"scope": "storage.type.function.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php",
"foreground": "var(cyan)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
Expand Down
124 changes: 2 additions & 122 deletions schemes/Meetio-Lighter.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -45,66 +45,6 @@
"tags_options": "stippled_underline"
},
"rules": [
{
"foreground": "#5D5D5DFF",
"scope": "col_DDDDDDFF",
"background": "#DDDDDDFF"
},
{
"foreground": "#717171FF",
"scope": "col_F1F1F1FF",
"background": "#F1F1F1FF"
},
{
"foreground": "#797979FF",
"scope": "col_F9F9F9FF",
"background": "#F9F9F9FF"
},
{
"foreground": "#4C4C4CFF",
"scope": "col_CCCCCCFF",
"background": "#CCCCCCFF"
},
{
"foreground": "#1F1F1FFF",
"scope": "col_00EEAAFF",
"background": "#00EEAAFF"
},
{
"foreground": "#FEFEFEFF",
"scope": "col_D26911FF",
"background": "#D26911FF"
},
{
"foreground": "#7F7F7FFF",
"scope": "col_FFFFFFFF",
"background": "#FFFFFFFF"
},
{
"foreground": "#545454FF",
"scope": "col_00000026",
"background": "#00000026"
},
{
"foreground": "#737373FF",
"scope": "col_FFEEEEFF",
"background": "#FFEEEEFF"
},
{
"foreground": "#ffffff",
"scope": "col_gutter",
"background": "#000000"
},
{
"foreground": "#B3B3B3FF",
"scope": "col_333333FF",
"background": "#333333FF"
},
{
"foreground": "#FEFEFEFF",
"scope": "col_D95468FF",
"background": "#D95468FF"
},
{
"name": "[CSS] String",
"scope": "source.css string",
Expand Down Expand Up @@ -203,36 +143,6 @@
"scope": "support.type.property-vendor.css, support.constant.media.css",
"foreground": "var(cyan)"
},
{
"name": "[HTML] String",
"scope": "text.html.basic string",
"foreground": "var(green)"
},
{
"name": "[HTML] Operator",
"scope": "keyword.other.template, keyword.other.substitution",
"foreground": "var(green)"
},
{
"name": "[HTML] Operator",
"scope": "keyword.operator, constant.other.color, punctuation, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded",
"foreground": "var(cyan)"
},
{
"name": "[HTML] Attributes",
"scope": "entity.other.attribute-name.html, entity.other.attribute-name",
"foreground": "var(yellow)"
},
{
"name": "[HTML] Tag Name",
"scope": "text.html.basic entity.name.tag",
"foreground": "var(red)"
},
{
"name": "[HTML] Tag Attribute",
"scope": "text.html.basic entity.other.attribute-name",
"foreground": "var(magenta)"
},
{
"name": "[JavaScript] String",
"scope": "source.js string, source.ts string",
Expand Down Expand Up @@ -357,12 +267,12 @@
},
{
"name": "[JSON] Key ",
"scope": "meta.mapping.key.json",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(red)"
},
{
"name": "[JSON] Value",
"scope": "meta.mapping.value.json",
"scope": "meta.mapping.value.json string.quoted.double.json",
"foreground": "var(green)"
},
{
Expand Down Expand Up @@ -526,36 +436,6 @@
"foreground": "var(foreground)",
"background": "var(yellow)"
},
{
"name": "[PHP] Inherited Class",
"scope": "entity.other.inherited-class.php",
"foreground": "var(yellow)"
},
{
"name": "[PHP] Storage",
"scope": "storage.modifier.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Function",
"scope": "storage.type.function.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Extends",
"scope": "storage.modifier.extends.php",
"foreground": "var(magenta)"
},
{
"name": "[PHP] Construct",
"scope": "support.function.construct.php",
"foreground": "var(cyan)"
},
{
"name": "[PHP] Var",
"scope": "support.function.var.php",
"foreground": "var(cyan)"
},
{
"name": "[Yaml] Key",
"scope": "entity.name.tag.yaml",
Expand Down
Loading

0 comments on commit 695d3d7

Please sign in to comment.