From 6f752b421f30c28d684fa0ec069ebb3addac67cb Mon Sep 17 00:00:00 2001
From: SolarLiner <solarliner@gmail.com>
Date: Mon, 3 Jul 2017 21:50:20 +0200
Subject: Added color theme schema urls

---
 themes/adapta-nokto.json | 1 +
 themes/arc-dark.json     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/themes/adapta-nokto.json b/themes/adapta-nokto.json
index d8e774f..589cac9 100644
--- a/themes/adapta-nokto.json
+++ b/themes/adapta-nokto.json
@@ -1,4 +1,5 @@
 {
+    "$schema": "vscode://schemas/color-theme",
     "name": "Adapta Nokto",
     "include": "./arc-theme.json",
     "colors": {
diff --git a/themes/arc-dark.json b/themes/arc-dark.json
index 3efe111..3fde234 100644
--- a/themes/arc-dark.json
+++ b/themes/arc-dark.json
@@ -1,4 +1,5 @@
 {
+	"$schema": "vscode://schemas/color-theme",
 	"name": "Arc Dark",
 	"include": "./include/dark+_vs.json",
 	"colors": {
-- 
cgit v1.2.3