aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Nathan Graule <solarliner@gmail.com> 2017-09-22 00:04:38 +0200
committerGravatar Nathan Graule <solarliner@gmail.com> 2017-09-22 00:04:38 +0200
commit8fb8dacd183b8f3472c2a34cb77797dcbcb025fd (patch)
treefa027353ff98ab003bf1f2e155860aae8b555c6d /package.json
parent955f514d33737bf32c6c281054c0da4a7671703f (diff)
Version bump to v1.0.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8b62f31..bf1a9f8 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "linux-themes",
"displayName": "Linux Themes for VS Code",
"description": "Color themes designed to match the popular Ubuntu themes.",
- "version": "0.5.0",
+ "version": "1.0.1",
"publisher": "SolarLiner",
"icon": "icon.png",
"license": "MIT",
@@ -27,6 +27,16 @@
"label": "Adapta Nokto",
"uiTheme": "vs-dark",
"path": "./themes/adapta-nokto.json"
+ },
+ {
+ "label": "United Ubuntu",
+ "uiTheme": "vs-dark",
+ "path": "./themes/united-gnome.json"
+ },
+ {
+ "label": "Ambiance [beta]",
+ "uiTheme": "vs-dark",
+ "path": "./themes/ambiance.json"
}
]
}