Skip to content

Commit 1e0ac9f

Browse files
committed
Update package.json
1 parent e053132 commit 1e0ac9f

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# Change Log
2-
All notable changes to the "sahara-theme" extension will be documented in this file.
32

4-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5-
6-
## [Unreleased]
3+
## [v0.1.0]
74
- Initial release

package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
{
22
"name" : "sahara-theme",
33
"displayName" : "Sahara Theme",
4-
"description" : "Sahara Theme for Visual Studio Code.",
5-
"version" : "0.0.1",
4+
"description" : "An elegant and awesome dark color theme for Visual Studio Code.",
5+
"version" : "0.1.0",
66
"publisher" : "merzak7",
7+
"author" : "Merzak Seven <[email protected]> (http://twitter.com/merzak7)",
78
"engines" : {
89
"vscode" : "^1.19.0"
910
},
11+
"galleryBanner" : {
12+
"color" : "#361b00",
13+
"theme" : "dark"
14+
},
1015
"categories" : [
11-
"Themes"
16+
"Themes",
17+
"Other"
18+
],
19+
"keywords" : [
20+
"themes",
21+
"sahara",
22+
"brown",
23+
"dark"
1224
],
25+
"license" : "MIT",
1326
"icon" : "icon.png",
1427
"homepage" : "https://github.com/merzak7/Sahara-Theme",
28+
"bugs" : {
29+
"url" : "https://github.com/merzak7/Sahara-Theme/issues"
30+
},
1531
"repository" : {
1632
"type" : "git",
1733
"url" : "https://github.com/merzak7/Sahara-Theme"

0 commit comments

Comments
 (0)