Skip to content

Commit

Permalink
initial public release
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-shahrier committed Feb 19, 2023
1 parent 539b4f1 commit 07c274d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

# VSCode packaged extension
*.vsix
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ A dark color theme for Visual Studio Code with a full black UI. -->
### Installation
Theme can be installed from it's Visual Studio Marketplace page, or just download the packaged extension from github releases and use the following snippet to install.
```powershell
code --install-extension styx-0.0.1.vsix
code --install-extension styx-1.0.0-20230219.vsix
```
27 changes: 24 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
{
"name": "styx",
"displayName": "Styx",
"icon": "assets/styx.png",
"description": "Pitch Black theme for Visual Studio Code.",
"publisher": "hshhrr",
"version": "1.0.0-20230219",
"icon": "assets/styx.png",
"galleryBanner": {
"color": "#0D1117",
"theme": "dark"
},
"license" : "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/hshhrr/vscode-styx/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hshhrr/vscode-styx"
"url": "https://github.com/hshhrr/vscode-styx.git"
},
"version": "0.2.7",
"engines": {
"vscode": "^1.75.0"
},
"categories": [
"Themes"
],
"keywords": [
"styx",
"dracula",
"fleet",
"monokai",
"material",
"vscode",
"dark",
"black",
"pitch black"
],
"contributes": {
"themes": [
{
Expand Down

0 comments on commit 07c274d

Please sign in to comment.