diff options
author | SolarLiner <solarliner@gmail.com> | 2017-07-05 22:34:03 +0200 |
---|---|---|
committer | SolarLiner <solarliner@gmail.com> | 2017-07-05 22:34:03 +0200 |
commit | e305c909087f0778469db173e0cd59f2181905e4 (patch) | |
tree | 118971c6766f2bbe63fa8a50ed7f1735d2196a46 /themes | |
parent | 9783983e3322e9e9b7381152384595b57d392990 (diff) |
Sorted out dependencies
Diffstat (limited to 'themes')
-rw-r--r-- | themes/adapta-nokto.json | 2 | ||||
-rw-r--r-- | themes/include/material.json | 1 |
2 files changed, 2 insertions, 1 deletions
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": { |