Browse Source

Add version and schema to Zoologist and Russell (#5004)

Maggie 3 years ago
parent
commit
0ee5ad4ecd
2 changed files with 4 additions and 2 deletions
  1. 2 2
      russell/theme.json
  2. 2 0
      zoologist/theme.json

+ 2 - 2
russell/theme.json

@@ -1,6 +1,6 @@
 {
 {
-    "$schema": "https:\/\/json.schemastore.org\/theme-v1.json",
-    "version": 1,
+	"$schema": "https://json.schemastore.org/theme-v1.json",
+	"version": 1,
     "settings": {
     "settings": {
         "color": {
         "color": {
             "palette": [
             "palette": [

+ 2 - 0
zoologist/theme.json

@@ -1,4 +1,6 @@
 {
 {
+	"$schema": "https://json.schemastore.org/theme-v1.json",
+	"version": 1,
 	"customTemplates": [
 	"customTemplates": [
 		{
 		{
 			"name": "blank",
 			"name": "blank",