generated from nhcarrigan/template
### Explanation _No response_ ### Issue _No response_ ### Attestations - [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [ ] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [ ] I have run the linter and resolved any errors. - [ ] My pull request uses an appropriate title, matching the conventional commit standards. - [ ] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [ ] All new and existing tests pass locally with my changes. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning _No response_ Reviewed-on: #2 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit was merged in pull request #2.
This commit is contained in:
+65
-60
@@ -1,62 +1,67 @@
|
||||
{
|
||||
"name": "naomis-themes",
|
||||
"displayName": "Naomi's Themes",
|
||||
"icon": "icon.png",
|
||||
"version": "2.1.0",
|
||||
"description": "Various themes Naomi has created.",
|
||||
"engines": {
|
||||
"vscode": "^1.96.4"
|
||||
},
|
||||
"publisher": "nhcarrigan",
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Ocean Breeze",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/ocean-breeze.json"
|
||||
},
|
||||
{
|
||||
"label": "Sakura Dreams",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/sakura-dreams.json"
|
||||
},
|
||||
{
|
||||
"label": "Sakura Dreams (Dark)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/sakura-dreams-dark.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"package": "vsce package --baseContentUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes --baseImagesUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes/raw/branch/main"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Naomi Carrigan",
|
||||
"license": "See license in LICENSE.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes"
|
||||
},
|
||||
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes",
|
||||
"bugs": {
|
||||
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes/issues"
|
||||
},
|
||||
"homepage": "https://nhcarrigan.com",
|
||||
"__metadata": {
|
||||
"id": "4ef14004-37a0-4a6d-8b74-a05120262565",
|
||||
"publisherId": "ef44e68f-3bb5-42cc-966c-4c83cab35159",
|
||||
"publisherDisplayName": "nhcarrigan",
|
||||
"targetPlatform": "undefined",
|
||||
"isApplicationScoped": false,
|
||||
"isPreReleaseVersion": false,
|
||||
"hasPreReleaseVersion": false,
|
||||
"installedTimestamp": 1732404250372,
|
||||
"pinned": false,
|
||||
"preRelease": false,
|
||||
"source": "gallery",
|
||||
"size": 898506
|
||||
}
|
||||
"name": "naomis-themes",
|
||||
"displayName": "Naomi's Themes",
|
||||
"icon": "icon.png",
|
||||
"version": "2.1.0",
|
||||
"description": "Various themes Naomi has created.",
|
||||
"engines": {
|
||||
"vscode": "^1.96.4"
|
||||
},
|
||||
"publisher": "nhcarrigan",
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Ocean Breeze",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/ocean-breeze.json"
|
||||
},
|
||||
{
|
||||
"label": "Sakura Dreams",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/sakura-dreams.json"
|
||||
},
|
||||
{
|
||||
"label": "Sakura Dreams (Dark)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/sakura-dreams-dark.json"
|
||||
},
|
||||
{
|
||||
"label": "Trans Pride",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/trans-pride.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"package": "vsce package --baseContentUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes --baseImagesUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes/raw/branch/main"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Naomi Carrigan",
|
||||
"license": "See license in LICENSE.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes"
|
||||
},
|
||||
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes",
|
||||
"bugs": {
|
||||
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes/issues"
|
||||
},
|
||||
"homepage": "https://nhcarrigan.com",
|
||||
"__metadata": {
|
||||
"id": "4ef14004-37a0-4a6d-8b74-a05120262565",
|
||||
"publisherId": "ef44e68f-3bb5-42cc-966c-4c83cab35159",
|
||||
"publisherDisplayName": "nhcarrigan",
|
||||
"targetPlatform": "undefined",
|
||||
"isApplicationScoped": false,
|
||||
"isPreReleaseVersion": false,
|
||||
"hasPreReleaseVersion": false,
|
||||
"installedTimestamp": 1732404250372,
|
||||
"pinned": false,
|
||||
"preRelease": false,
|
||||
"source": "gallery",
|
||||
"size": 898506
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user