Add jsonschema link to bundled themes (#17253)

Peter Tripp created

Change summary

assets/themes/andromeda/andromeda.json   | 1 +
assets/themes/atelier/atelier.json       | 1 +
assets/themes/ayu/ayu.json               | 1 +
assets/themes/gruvbox/gruvbox.json       | 1 +
assets/themes/one/one.json               | 6 ++++--
assets/themes/rose_pine/rose_pine.json   | 1 +
assets/themes/sandcastle/sandcastle.json | 1 +
assets/themes/solarized/solarized.json   | 1 +
assets/themes/summercamp/summercamp.json | 1 +
9 files changed, 12 insertions(+), 2 deletions(-)

Detailed changes

assets/themes/one/one.json πŸ”—

@@ -1,4 +1,5 @@
 {
+  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
   "name": "One",
   "author": "Zed Industries",
   "themes": [
@@ -7,8 +8,9 @@
       "appearance": "dark",
       "style": {
         "border": "#464b57ff",
-        "border.variant": "#363c46ff",
-        "border.focused": "#293b5bff",
+        ""
+        // "border.variant": "#363c46ff",
+        // "border.focused": "#293b5bff",
         "border.selected": "#293b5bff",
         "border.transparent": "#00000000",
         "border.disabled": "#414754ff",