Revert vscode theme changes

Mikayla created

Change summary

assets/themes/src/vscode/dracula/dracula.json                   |  2 
assets/themes/src/vscode/night-owl/night-owl-light.json         |  6 
assets/themes/src/vscode/night-owl/night-owl.json               |  6 
assets/themes/src/vscode/noctis/azureus.json                    |  2 
assets/themes/src/vscode/noctis/bordo.json                      |  2 
assets/themes/src/vscode/noctis/hibernus.json                   |  2 
assets/themes/src/vscode/noctis/lilac.json                      |  2 
assets/themes/src/vscode/noctis/lux.json                        |  2 
assets/themes/src/vscode/noctis/minimus.json                    |  2 
assets/themes/src/vscode/noctis/noctis.json                     |  2 
assets/themes/src/vscode/noctis/obscuro.json                    |  2 
assets/themes/src/vscode/noctis/sereno.json                     |  2 
assets/themes/src/vscode/noctis/uva.json                        |  2 
assets/themes/src/vscode/noctis/viola.json                      |  2 
assets/themes/src/vscode/palenight/palenight-mild-contrast.json | 10 +-
assets/themes/src/vscode/palenight/palenight-operator.json      | 10 +-
assets/themes/src/vscode/palenight/palenight.json               | 10 +-
17 files changed, 33 insertions(+), 33 deletions(-)

Detailed changes

assets/themes/src/vscode/dracula/dracula.json 🔗

@@ -1024,7 +1024,7 @@
       }
     },
     {
-      "name": "SCSS attribute selector strings",
+      "name": "SCSS attibute selector strings",
       "scope": ["meta.attribute-selector.scss"],
       "settings": {
         "foreground": "#F1FA8C"

assets/themes/src/vscode/night-owl/night-owl-light.json 🔗

@@ -892,14 +892,14 @@
             }
         },
         {
-            "name": "CoffeeScript Variable Assignment",
+            "name": "CoffeScript Variable Assignment",
             "scope": "variable.assignment.coffee",
             "settings": {
                 "foreground": "#31e1eb"
             }
         },
         {
-            "name": "CoffeeScript Parameter Function",
+            "name": "CoffeScript Parameter Function",
             "scope": "variable.parameter.function.coffee",
             "settings": {
                 "foreground": "#403f53"
@@ -1708,7 +1708,7 @@
                 "keyword.operator.type",
                 "keyword.operator",
                 "keyword",
-                "punctuation.definition.string",
+                "punctuation.definintion.string",
                 "punctuation",
                 "variable.other.readwrite.js",
                 "storage.type",

assets/themes/src/vscode/night-owl/night-owl.json 🔗

@@ -926,14 +926,14 @@
       }
     },
     {
-      "name": "CoffeeScript Variable Assignment",
+      "name": "CoffeScript Variable Assignment",
       "scope": "variable.assignment.coffee",
       "settings": {
         "foreground": "#31e1eb"
       }
     },
     {
-      "name": "CoffeeScript Parameter Function",
+      "name": "CoffeScript Parameter Function",
       "scope": "variable.parameter.function.coffee",
       "settings": {
         "foreground": "#d6deeb"
@@ -1817,7 +1817,7 @@
         "keyword.operator.type",
         "keyword.operator",
         "keyword",
-        "punctuation.definition.string",
+        "punctuation.definintion.string",
         "punctuation",
         "variable.other.readwrite.js",
         "storage.type",

assets/themes/src/vscode/noctis/azureus.json 🔗

@@ -390,7 +390,7 @@
             "source.reason variable.interpolation",
             "punctuation.definition.directive",
             "storage.type.modifier",
-            "keyword.other.class.fields",
+            "keyword.other.class.fileds",
             "source.toml entity.other.attribute-name",
             "source.css entity.name.tag.custom",
             "sharing.modifier",

assets/themes/src/vscode/noctis/bordo.json 🔗

@@ -389,7 +389,7 @@
             "source.reason variable.interpolation",
             "punctuation.definition.directive",
             "storage.type.modifier",
-            "keyword.other.class.fields",
+            "keyword.other.class.fileds",
             "source.toml entity.other.attribute-name",
             "source.css entity.name.tag.custom",
             "sharing.modifier",

assets/themes/src/vscode/noctis/hibernus.json 🔗

@@ -390,7 +390,7 @@
                 "source.reason variable.interpolation",
                 "punctuation.definition.directive",
                 "storage.type.modifier",
-                "keyword.other.class.fields",
+                "keyword.other.class.fileds",
                 "source.toml entity.other.attribute-name",
                 "source.css entity.name.tag.custom",
                 "sharing.modifier",

assets/themes/src/vscode/noctis/lilac.json 🔗

@@ -390,7 +390,7 @@
             "source.reason variable.interpolation",
             "punctuation.definition.directive",
             "storage.type.modifier",
-            "keyword.other.class.fields",
+            "keyword.other.class.fileds",
             "source.toml entity.other.attribute-name",
             "source.css entity.name.tag.custom",
             "sharing.modifier",

assets/themes/src/vscode/noctis/lux.json 🔗

@@ -390,7 +390,7 @@
                 "source.reason variable.interpolation",
                 "punctuation.definition.directive",
                 "storage.type.modifier",
-                "keyword.other.class.fields",
+                "keyword.other.class.fileds",
                 "source.toml entity.other.attribute-name",
                 "source.css entity.name.tag.custom",
                 "sharing.modifier",

assets/themes/src/vscode/noctis/minimus.json 🔗

@@ -390,7 +390,7 @@
             "source.reason variable.interpolation",
             "punctuation.definition.directive",
             "storage.type.modifier",
-            "keyword.other.class.fields",
+            "keyword.other.class.fileds",
             "source.toml entity.other.attribute-name",
             "source.css entity.name.tag.custom",
             "sharing.modifier",

assets/themes/src/vscode/noctis/noctis.json 🔗

@@ -390,7 +390,7 @@
                 "source.reason variable.interpolation",
                 "punctuation.definition.directive",
                 "storage.type.modifier",
-                "keyword.other.class.fields",
+                "keyword.other.class.fileds",
                 "source.toml entity.other.attribute-name",
                 "source.css entity.name.tag.custom",
                 "sharing.modifier",

assets/themes/src/vscode/noctis/obscuro.json 🔗

@@ -390,7 +390,7 @@
                 "source.reason variable.interpolation",
                 "punctuation.definition.directive",
                 "storage.type.modifier",
-                "keyword.other.class.fields",
+                "keyword.other.class.fileds",
                 "source.toml entity.other.attribute-name",
                 "source.css entity.name.tag.custom",
                 "sharing.modifier",

assets/themes/src/vscode/noctis/sereno.json 🔗

@@ -390,7 +390,7 @@
                 "source.reason variable.interpolation",
                 "punctuation.definition.directive",
                 "storage.type.modifier",
-                "keyword.other.class.fields",
+                "keyword.other.class.fileds",
                 "source.toml entity.other.attribute-name",
                 "source.css entity.name.tag.custom",
                 "sharing.modifier",

assets/themes/src/vscode/noctis/uva.json 🔗

@@ -389,7 +389,7 @@
             "source.reason variable.interpolation",
             "punctuation.definition.directive",
             "storage.type.modifier",
-            "keyword.other.class.fields",
+            "keyword.other.class.fileds",
             "source.toml entity.other.attribute-name",
             "source.css entity.name.tag.custom",
             "sharing.modifier",

assets/themes/src/vscode/noctis/viola.json 🔗

@@ -389,7 +389,7 @@
             "source.reason variable.interpolation",
             "punctuation.definition.directive",
             "storage.type.modifier",
-            "keyword.other.class.fields",
+            "keyword.other.class.fileds",
             "source.toml entity.other.attribute-name",
             "source.css entity.name.tag.custom",
             "sharing.modifier",

assets/themes/src/vscode/palenight/palenight-mild-contrast.json 🔗

@@ -797,14 +797,14 @@
       }
     },
     {
-      "name": "CoffeeScript Variable Assignment",
+      "name": "CoffeScript Variable Assignment",
       "scope": "variable.assignment.coffee",
       "settings": {
         "foreground": "#89DDFF"
       }
     },
     {
-      "name": "CoffeeScript Parameter Function",
+      "name": "CoffeScript Parameter Function",
       "scope": "variable.parameter.function.coffee",
       "settings": {
         "foreground": "#bfc7d5"
@@ -1523,14 +1523,14 @@
       }
     },
     {
-      "name": "handlebars entity attribute names",
+      "name": "handlebars enitity attribute names",
       "scope": "entity.other.attribute-name.handlebars",
       "settings": {
         "foreground": "#89DDFF"
       }
     },
     {
-      "name": "handlebars entity attribute values",
+      "name": "handlebars enitity attribute values",
       "scope": "entity.other.attribute-value.handlebars variable.parameter.handlebars",
       "settings": {
         "foreground": "#7986E7"
@@ -1558,7 +1558,7 @@
         "keyword.operator.expression.in",
         "keyword.operator.type",
         "punctuation.section.embedded.js",
-        "punctuation.definition.string",
+        "punctuation.definintion.string",
         "punctuation"
       ],
       "settings": {

assets/themes/src/vscode/palenight/palenight-operator.json 🔗

@@ -797,14 +797,14 @@
       }
     },
     {
-      "name": "CoffeeScript Variable Assignment",
+      "name": "CoffeScript Variable Assignment",
       "scope": "variable.assignment.coffee",
       "settings": {
         "foreground": "#89DDFF"
       }
     },
     {
-      "name": "CoffeeScript Parameter Function",
+      "name": "CoffeScript Parameter Function",
       "scope": "variable.parameter.function.coffee",
       "settings": {
         "foreground": "#bfc7d5"
@@ -1523,14 +1523,14 @@
       }
     },
     {
-      "name": "handlebars entity attribute names",
+      "name": "handlebars enitity attribute names",
       "scope": "entity.other.attribute-name.handlebars",
       "settings": {
         "foreground": "#89DDFF"
       }
     },
     {
-      "name": "handlebars entity attribute values",
+      "name": "handlebars enitity attribute values",
       "scope": "entity.other.attribute-value.handlebars variable.parameter.handlebars",
       "settings": {
         "foreground": "#7986E7"
@@ -1558,7 +1558,7 @@
         "keyword.operator.expression.in",
         "keyword.operator.type",
         "punctuation.section.embedded.js",
-        "punctuation.definition.string",
+        "punctuation.definintion.string",
         "punctuation"
       ],
       "settings": {

assets/themes/src/vscode/palenight/palenight.json 🔗

@@ -797,14 +797,14 @@
       }
     },
     {
-      "name": "CoffeeScript Variable Assignment",
+      "name": "CoffeScript Variable Assignment",
       "scope": "variable.assignment.coffee",
       "settings": {
         "foreground": "#89DDFF"
       }
     },
     {
-      "name": "CoffeeScript Parameter Function",
+      "name": "CoffeScript Parameter Function",
       "scope": "variable.parameter.function.coffee",
       "settings": {
         "foreground": "#bfc7d5"
@@ -1523,14 +1523,14 @@
       }
     },
     {
-      "name": "handlebars entity attribute names",
+      "name": "handlebars enitity attribute names",
       "scope": "entity.other.attribute-name.handlebars",
       "settings": {
         "foreground": "#89DDFF"
       }
     },
     {
-      "name": "handlebars entity attribute values",
+      "name": "handlebars enitity attribute values",
       "scope": "entity.other.attribute-value.handlebars variable.parameter.handlebars",
       "settings": {
         "foreground": "#7986E7"
@@ -1558,7 +1558,7 @@
         "keyword.operator.expression.in",
         "keyword.operator.type",
         "punctuation.section.embedded.js",
-        "punctuation.definition.string",
+        "punctuation.definintion.string",
         "punctuation"
       ],
       "settings": {