File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1- ## [ Unreleased ]
1+ ## 0.1.0
22
33- Initial release
Original file line number Diff line number Diff line change 11{
22 "name" : " github-vscode-theme" ,
3- "displayName" : " GitHub VSCode Theme" ,
3+ "displayName" : " GitHub Theme" ,
44 "description" : " GitHub theme for VS Code" ,
5- "version" : " 0.0.1" ,
5+ "version" : " 0.1.0" ,
6+ "preview" : true ,
7+ "publisher" : " GitHub" ,
8+ "icon" : " icon.png" ,
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/primer/github-vscode-theme"
12+ },
13+ "bugs" : {
14+ "url" : " https://github.com/primer/github-vscode-theme/issues"
15+ },
616 "engines" : {
717 "vscode" : " ^1.43.0"
818 },
919 "categories" : [
1020 " Themes"
1121 ],
22+ "keywords" : [
23+ " theme" ,
24+ " github" ,
25+ " light"
26+ ],
1227 "contributes" : {
1328 "themes" : [
1429 {
1732 "path" : " ./themes/light.json"
1833 }
1934 ]
20- }
35+ },
36+ "license" : " MIT"
2137}
You can’t perform that action at this time.
0 commit comments