File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
- All notable changes to the "sahara-theme" extension will be documented in this file.
3
2
4
- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
-
6
- ## [ Unreleased]
3
+ ## [ v0.1.0]
7
4
- Initial release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sahara-theme" ,
3
3
"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 " ,
6
6
"publisher" : " merzak7" ,
7
+ "author" :
" Merzak Seven <[email protected] > (http://twitter.com/merzak7)" ,
7
8
"engines" : {
8
9
"vscode" : " ^1.19.0"
9
10
},
11
+ "galleryBanner" : {
12
+ "color" : " #361b00" ,
13
+ "theme" : " dark"
14
+ },
10
15
"categories" : [
11
- " Themes"
16
+ " Themes" ,
17
+ " Other"
18
+ ],
19
+ "keywords" : [
20
+ " themes" ,
21
+ " sahara" ,
22
+ " brown" ,
23
+ " dark"
12
24
],
25
+ "license" : " MIT" ,
13
26
"icon" : " icon.png" ,
14
27
"homepage" : " https://github.com/merzak7/Sahara-Theme" ,
28
+ "bugs" : {
29
+ "url" : " https://github.com/merzak7/Sahara-Theme/issues"
30
+ },
15
31
"repository" : {
16
32
"type" : " git" ,
17
33
"url" : " https://github.com/merzak7/Sahara-Theme"
You can’t perform that action at this time.
0 commit comments