Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Accel-Byte authored Feb 4, 2021
1 parent 054a8e1 commit 9c04f8d
Showing 1 changed file with 40 additions and 36 deletions.
76 changes: 40 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,42 @@
{
"name": "dev1ce",
"displayName": "Dark One",
"description": "Best Theme For Dark Mode",
"version": "0.5.2",
"engines": {
"vscode": "^1.44.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Accel-Byte/Dark-One.git"
},
"icon": "Images/logoRound.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark One",
"uiTheme": "vs-dark",
"path": "./themes/dev1ce-color-theme.json"
}
]
},
"keywords": [
"vscode",
"Theme",
"Dark One",
"Dark",
"Onedark",
"Monokai",
"Dark+",
"semantic"
],
"publisher": "dev1ce",
"license": "MIT"
"name": "dev1ce",
"displayName": "Dark One",
"description": "Best Theme For Dark Mode",
"version": "0.6.1",
"engines": {
"vscode": "^1.44.0"
},
"galleryBanner": {
"color": "#23262E",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/Accel-Byte/Dark-One.git"
},
"icon": "Images/logoRound.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark One",
"uiTheme": "vs-dark",
"path": "./themes/dev1ce-color-theme.json"
}
]
},
"keywords": [
"vscode",
"Theme",
"Dark One",
"Dark",
"Onedark",
"Monokai",
"Dark+",
"semantic"
],
"publisher": "dev1ce",
"license": "MIT"
}

0 comments on commit 9c04f8d

Please sign in to comment.