diff options
author | SolarLiner <solarliner@gmail.com> | 2017-07-03 21:50:20 +0200 |
---|---|---|
committer | SolarLiner <solarliner@gmail.com> | 2017-07-03 21:50:20 +0200 |
commit | 6f752b421f30c28d684fa0ec069ebb3addac67cb (patch) | |
tree | 351a4fc83f59e93dbe79d96a0bd1118a46a3caaa | |
parent | 1840b72ebac3b6e14d617098245e6827c5c87031 (diff) |
Added color theme schema urls
-rw-r--r-- | themes/adapta-nokto.json | 1 | ||||
-rw-r--r-- | themes/arc-dark.json | 1 |
2 files changed, 2 insertions, 0 deletions
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": { |