Files
vscode-themes/themes/trans-pride.json
T
naomi 345ec5a2ae
Code Analysis / SonarQube (push) Failing after 14s
feat: add trans pride theme (#2)
### 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>
2025-09-16 18:24:19 -07:00

188 lines
4.8 KiB
JSON

{
"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" }
}
]
}