diff options
-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": { |