aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Nathan Graule <solarliner@gmail.com> 2017-05-14 13:36:31 +0200
committerGravatar Nathan Graule <solarliner@gmail.com> 2017-05-14 13:36:31 +0200
commit70c8074cad0e6190268d14cdd5bd5e438cf93eb3 (patch)
treea0dc38d1fb5a7d730f28ddbd0cf60c813c4726a9 /package.json
parentb2470b9271aeb9af8c86d1f9d0c2d685c5722c36 (diff)
First commit corresponding to release 0.0.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..02482b0
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "arc-theme",
+ "displayName": "Arc Theme",
+ "description": "Color theme designed to match the popular Ubuntu \"Arc\" theme.",
+ "version": "0.0.1",
+ "publisher": "SolarLiner",
+ "engines": {
+ "vscode": "^1.12.0"
+ },
+ "categories": [
+ "Themes"
+ ],
+ "contributes": {
+ "themes": [
+ {
+ "label": "Arc Dark",
+ "uiTheme": "vs-dark",
+ "path": "./themes/Arc Dark-color-theme.json"
+ }
+ ]
+ }
+} \ No newline at end of file