feat: add trans pride theme (#2)
Code Analysis / SonarQube (push) Failing after 14s

### 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:
2025-09-16 18:24:19 -07:00
committed by Naomi Carrigan
parent ff3880e528
commit 345ec5a2ae
4 changed files with 254 additions and 62 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Ocean Breeze # Naomi's VSCode Themes
This is a custom VSCode theme inspired by the aqua hues of the ocean, and built upon Naomi's custom design style. This is a collection of various VSCode themes Naomi has written to suit her ever-changing whims.
## Feedback and Bugs ## Feedback and Bugs
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 967 KiB

+65 -60
View File
@@ -1,62 +1,67 @@
{ {
"name": "naomis-themes", "name": "naomis-themes",
"displayName": "Naomi's Themes", "displayName": "Naomi's Themes",
"icon": "icon.png", "icon": "icon.png",
"version": "2.1.0", "version": "2.1.0",
"description": "Various themes Naomi has created.", "description": "Various themes Naomi has created.",
"engines": { "engines": {
"vscode": "^1.96.4" "vscode": "^1.96.4"
}, },
"publisher": "nhcarrigan", "publisher": "nhcarrigan",
"categories": [ "categories": [
"Themes" "Themes"
], ],
"contributes": { "contributes": {
"themes": [ "themes": [
{ {
"label": "Ocean Breeze", "label": "Ocean Breeze",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/ocean-breeze.json" "path": "./themes/ocean-breeze.json"
}, },
{ {
"label": "Sakura Dreams", "label": "Sakura Dreams",
"uiTheme": "vs", "uiTheme": "vs",
"path": "./themes/sakura-dreams.json" "path": "./themes/sakura-dreams.json"
}, },
{ {
"label": "Sakura Dreams (Dark)", "label": "Sakura Dreams (Dark)",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/sakura-dreams-dark.json" "path": "./themes/sakura-dreams-dark.json"
} },
] {
}, "label": "Trans Pride",
"scripts": { "uiTheme": "vs",
"package": "vsce package --baseContentUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes --baseImagesUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes/raw/branch/main" "path": "./themes/trans-pride.json"
}, }
"keywords": [], ]
"author": "Naomi Carrigan", },
"license": "See license in LICENSE.md", "scripts": {
"repository": { "package": "vsce package --baseContentUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes --baseImagesUrl https://git.nhcarrigan.com/nhcarrigan/vscode-themes/raw/branch/main"
"type": "git", },
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes" "keywords": [],
}, "author": "Naomi Carrigan",
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes", "license": "See license in LICENSE.md",
"bugs": { "repository": {
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes/issues" "type": "git",
}, "url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes"
"homepage": "https://nhcarrigan.com", },
"__metadata": { "url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes",
"id": "4ef14004-37a0-4a6d-8b74-a05120262565", "bugs": {
"publisherId": "ef44e68f-3bb5-42cc-966c-4c83cab35159", "url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes/issues"
"publisherDisplayName": "nhcarrigan", },
"targetPlatform": "undefined", "homepage": "https://nhcarrigan.com",
"isApplicationScoped": false, "__metadata": {
"isPreReleaseVersion": false, "id": "4ef14004-37a0-4a6d-8b74-a05120262565",
"hasPreReleaseVersion": false, "publisherId": "ef44e68f-3bb5-42cc-966c-4c83cab35159",
"installedTimestamp": 1732404250372, "publisherDisplayName": "nhcarrigan",
"pinned": false, "targetPlatform": "undefined",
"preRelease": false, "isApplicationScoped": false,
"source": "gallery", "isPreReleaseVersion": false,
"size": 898506 "hasPreReleaseVersion": false,
} "installedTimestamp": 1732404250372,
"pinned": false,
"preRelease": false,
"source": "gallery",
"size": 898506
}
} }
+187
View File
@@ -0,0 +1,187 @@
{
"name": "Trans Pride Light (Naomi)",
"type": "light",
"colors": {
"editor.background": "#E6F6FF",
"editor.foreground": "#DB7093",
"activityBar.background": "#E6F6FF",
"activityBar.foreground": "#DB7093",
"activityBarBadge.background": "#FF6B94",
"activityBarBadge.foreground": "#FFFFFF",
"sideBar.background": "#E6F6FF",
"sideBar.foreground": "#2A0A18",
"sideBarTitle.foreground": "#FF6B94",
"titleBar.activeBackground": "#E6F6FF",
"titleBar.activeForeground": "#2A0A18",
"statusBar.background": "#E6F6FF",
"statusBar.foreground": "#2A0A18",
"statusBar.noFolderBackground": "#E6F6FF",
"tab.activeBackground": "#FFFFFF",
"tab.activeForeground": "#DB7093",
"tab.inactiveBackground": "#E6F6FF",
"tab.inactiveForeground": "#7A5B6A",
"editorGroupHeader.tabsBackground": "#E6F6FF",
"button.background": "#FF6B94",
"button.foreground": "#FFFFFF",
"dropdown.background": "#FFFFFF",
"dropdown.foreground": "#2A0A18",
"input.background": "#FFFFFF",
"input.foreground": "#2A0A18",
"input.placeholderForeground": "#7A5B6A",
"focusBorder": "#FF6B94",
"list.activeSelectionBackground": "#FFF0F6",
"list.activeSelectionForeground": "#2A0A18",
"list.hoverBackground": "#E6F6FF",
"list.hoverForeground": "#2A0A18",
"editor.selectionBackground": "#FFB6C1",
"editor.selectionHighlightBackground": "#FFB6C180",
"editor.wordHighlightBackground": "#FFB6C180",
"editor.lineHighlightBackground": "#E6F6FF",
"editorCursor.foreground": "#FF3B6F",
"editorWhitespace.foreground": "#CFEAFB",
"editorIndentGuide.background": "#CFEAFB",
"editorIndentGuide.activeBackground": "#ADD8E6",
"terminal.background": "#E6F6FF",
"terminal.foreground": "#2A0A18",
"terminal.ansiBlack": "#E6F6FF",
"terminal.ansiBrightBlack": "#E6F6FF",
"terminal.ansiRed": "#FF4F7A",
"terminal.ansiBrightRed": "#FF2F66",
"terminal.ansiGreen": "#C75B7C",
"terminal.ansiBrightGreen": "#D87093",
"terminal.ansiYellow": "#FF96B5",
"terminal.ansiBrightYellow": "#FFB6C1",
"terminal.ansiBlue": "#DB7093",
"terminal.ansiBrightBlue": "#E35A8F",
"terminal.ansiMagenta": "#C96385",
"terminal.ansiBrightMagenta": "#D45A88",
"terminal.ansiCyan": "#FF85A2",
"terminal.ansiBrightCyan": "#FF9AAC",
"terminal.ansiWhite": "#2A0A18",
"terminal.ansiBrightWhite": "#000000"
},
"tokenColors": [
{
"scope": ["comment", "punctuation.definition.comment"],
"settings": { "foreground": "#C79BB1", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.quoted",
"string.template",
"constant.character"
],
"settings": { "foreground": "#FF6B94" }
},
{
"scope": [
"constant.numeric",
"constant.language",
"constant.other"
],
"settings": { "foreground": "#C75B7C" }
},
{
"scope": [
"variable",
"variable.other",
"variable.parameter"
],
"settings": { "foreground": "#DB7093" }
},
{
"scope": [
"keyword",
"keyword.control",
"keyword.operator",
"storage.type",
"storage.modifier"
],
"settings": { "foreground": "#E35A8F", "fontStyle": "bold" }
},
{
"scope": [
"entity.name.function",
"entity.name.method",
"support.function",
"meta.function-call"
],
"settings": { "foreground": "#D45A88" }
},
{
"scope": [
"entity.name.type",
"entity.name.class",
"entity.name.struct",
"entity.name.enum",
"support.class"
],
"settings": { "foreground": "#FF77A8", "fontStyle": "bold" }
},
{
"scope": [
"entity.name.tag",
"punctuation.definition.tag"
],
"settings": { "foreground": "#DB7093" }
},
{
"scope": [
"entity.other.attribute-name",
"support.type.property-name"
],
"settings": { "foreground": "#C96385" }
},
{
"scope": [
"support.type.primitive",
"support.type.builtin",
"keyword.type"
],
"settings": { "foreground": "#E35A8F" }
},
{
"scope": ["markup.heading"],
"settings": { "foreground": "#FF3B6F", "fontStyle": "bold" }
},
{
"scope": ["markup.bold"],
"settings": { "fontStyle": "bold" }
},
{
"scope": ["markup.italic"],
"settings": { "fontStyle": "italic" }
},
{
"scope": [
"support.variable.property",
"variable.other.property"
],
"settings": { "foreground": "#D87093" }
},
{
"scope": [
"keyword.operator",
"meta.decorator",
"meta.annotation"
],
"settings": { "foreground": "#D45A88" }
}
]
}