From e305c909087f0778469db173e0cd59f2181905e4 Mon Sep 17 00:00:00 2001 From: SolarLiner Date: Wed, 5 Jul 2017 22:34:03 +0200 Subject: Sorted out dependencies --- themes/adapta-nokto.json | 2 +- themes/include/material.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/adapta-nokto.json b/themes/adapta-nokto.json index 99f69c0..8628d58 100644 --- a/themes/adapta-nokto.json +++ b/themes/adapta-nokto.json @@ -1,7 +1,7 @@ { "$schema": "vscode://schemas/color-theme", "name": "Adapta Nokto", - "include": "./arc-dark.json", + "include": "./include/material.json", "colors": { "activityBar.background": "#222D32", "activityBar.dropBackground": "#00BCD470", diff --git a/themes/include/material.json b/themes/include/material.json index 955ab10..90c57b0 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", + "include": "./arc-dark.json", "tokenColors": [ { "settings": { -- cgit v1.2.3