From 1840b72ebac3b6e14d617098245e6827c5c87031 Mon Sep 17 00:00:00 2001 From: SolarLiner Date: Mon, 19 Jun 2017 01:26:59 +0200 Subject: "Refractored" themes and added initial support for Adapta theme --- package.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 96e35a1..10086cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "arc-theme", - "displayName": "Arc Theme", - "description": "Color theme designed to match the popular Ubuntu \"Arc\" theme.", + "name": "linux-themes", + "displayName": "Linux Themes for VS Code", + "description": "Color themes designed to match the popular Ubuntu themes.", "version": "0.3.0", "publisher": "SolarLiner", "repository": { @@ -19,7 +19,12 @@ { "label": "Arc Dark", "uiTheme": "vs-dark", - "path": "./themes/Arc Dark-color-theme.json" + "path": "./themes/arc-dark.json" + }, + { + "label": "Adapta Nokto", + "uiTheme": "vs-dark", + "path": "./themes/adapta-nokto.json" } ] } -- cgit v1.2.3