From c97e4d69e15f2ab7196a145b90900e86c282a234 Mon Sep 17 00:00:00 2001 From: SolarLiner Date: Wed, 5 Jul 2017 22:56:52 +0200 Subject: Added name to material theme include --- themes/include/material.json | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/include/material.json b/themes/include/material.json index 90c57b0..051d455 100644 --- a/themes/include/material.json +++ b/themes/include/material.json @@ -1,5 +1,6 @@ { // A Material theme, tokens taken from https://github.com/equinusocio/vsc-material-theme. "$schema": "vscode://schemas/color-theme", + "name": "Material Theme", "include": "./arc-dark.json", "tokenColors": [ { -- cgit v1.2.3