Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
4lex4 committed Jun 30, 2023
0 parents commit 59dd248
Show file tree
Hide file tree
Showing 6 changed files with 3,895 additions and 0 deletions.
Binary file added icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "precious-themes-vscode",
"displayName": "Precious Themes",
"description": "Precious color themes",
"version": "1.0.0",
"icon": "./icons/icon.png",
"categories": [
"Themes"
],
"publisher": "4lex4",
"author": {
"name": "4lex4",
"email": "<[email protected]>"
},
"license": "See LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/4lex4/precious-themes-vscode.git"
},
"engines": {
"vscode": "^1.5.0"
},
"contributes": {
"themes": [
{
"id": "Precious Light White",
"label": "Precious Light White",
"uiTheme": "vs",
"path": "./themes/precious-light-white.json"
},
{
"id": "Precious Light Warm",
"label": "Precious Light Warm",
"uiTheme": "vs",
"path": "./themes/precious-light-warm.json"
},
{
"id": "Precious Dark Fifteen",
"label": "Precious Dark Fifteen",
"uiTheme": "vs-dark",
"path": "./themes/precious-dark-fifteen.json"
},
{
"id": "Precious Dark Eleven",
"label": "Precious Dark Eleven",
"uiTheme": "vs-dark",
"path": "./themes/precious-dark-eleven.json"
}
]
}
}
Loading

0 comments on commit 59dd248

Please sign in to comment.