feat: rename and add sakura theme
Code Analysis / SonarQube (push) Has been cancelled

This commit is contained in:
2025-02-28 23:58:04 -08:00
parent 51388dd929
commit 7436a092c0
4 changed files with 389 additions and 11 deletions
+13 -8
View File
@@ -1,9 +1,9 @@
{
"name": "ocean-breeze",
"displayName": "Ocean Breeze",
"name": "naomis-themes",
"displayName": "Naomi's Themes",
"icon": "icon.png",
"version": "1.1.1",
"description": "A soothing VSCode theme inspired by the aqua hues of the ocean.",
"description": "Various themes Naomi has created.",
"engines": {
"vscode": "^1.96.4"
},
@@ -17,22 +17,27 @@
"label": "Ocean Breeze",
"uiTheme": "vs-dark",
"path": "./themes/ocean-breeze.json"
},
{
"label": "Sakura Dreams",
"uiTheme": "vs",
"path": "./themes/sakura-dreams.json"
}
]
},
"scripts": {
"package": "vsce package --baseContentUrl https://codeberg.org/nhcarrigan/ocean-breeze/src/branch/main --baseImagesUrl https://codeberg.org/nhcarrigan/ocean-breeze/raw/branch/main"
"package": "vsce package --baseContentUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes --baseImagesUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes/raw/branch/main"
},
"keywords": [],
"author": "",
"author": "Naomi Carrigan",
"license": "See license in LICENSE.md",
"repository": {
"type": "git",
"url": "https://codeberg.org/nhcarrigan/ocean-breeze"
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes"
},
"url": "https://codeberg.org/nhcarrigan/ocean-breeze",
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes",
"bugs": {
"url": "https://codeberg.org/nhcarrigan/ocean-breeze/issues"
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes/issues"
},
"homepage": "https://nhcarrigan.com",
"__metadata": {