diff options
author | SolarLiner <solarliner@gmail.com> | 2017-07-05 22:56:52 +0200 |
---|---|---|
committer | SolarLiner <solarliner@gmail.com> | 2017-07-05 22:56:52 +0200 |
commit | c97e4d69e15f2ab7196a145b90900e86c282a234 (patch) | |
tree | 8a119fb96773167f483979194d0894f6fa546c3c /themes | |
parent | e5638253d5d91d1a23a95ef39fa7d421fc828b3c (diff) |
Added name to material theme include
Diffstat (limited to 'themes')
-rw-r--r-- | themes/include/material.json | 1 |
1 files changed, 1 insertions, 0 deletions
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": [ { |