generated from nhcarrigan/template
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
ff3880e528 | |||
bec1413137 | |||
2f055e6f35 | |||
7436a092c0 | |||
51388dd929 | |||
b0595f4856 | |||
a70b4efdb0 | |||
4114575c31 | |||
38440c384d |
@ -1,69 +0,0 @@
|
|||||||
name: 🐛 Bug Report
|
|
||||||
description: Something isn't working as expected? Let us know!
|
|
||||||
title: '[BUG] - '
|
|
||||||
labels:
|
|
||||||
- "🚦 status: awaiting triage"
|
|
||||||
body:
|
|
||||||
- type: checkboxes
|
|
||||||
id: attestations
|
|
||||||
attributes:
|
|
||||||
label: Attestations
|
|
||||||
description: "By checking the boxes below, I certify that:"
|
|
||||||
options:
|
|
||||||
- label: "I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: "Describe your Issue:"
|
|
||||||
description: A clear and concise description of what the bug is.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: reproduce
|
|
||||||
attributes:
|
|
||||||
label: Can you reproduce this issue?
|
|
||||||
options:
|
|
||||||
- Yes
|
|
||||||
- No
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: reproduction
|
|
||||||
attributes:
|
|
||||||
label: "Steps to Reproduce:"
|
|
||||||
description: Steps to reproduce the behavior.
|
|
||||||
- type: input
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: "Operating System:"
|
|
||||||
description: The operating system you are using, including the version/build number.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
# Remove this section for non-web apps.
|
|
||||||
- type: input
|
|
||||||
id: browser
|
|
||||||
attributes:
|
|
||||||
label: "Browser:"
|
|
||||||
description: The browser you are using, including the version number.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: Are you willing and able to contribute a fix?
|
|
||||||
options:
|
|
||||||
- Yes
|
|
||||||
- No
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
blank_issues_enabled: false
|
|
||||||
contact_links:
|
|
||||||
- name: "Discord"
|
|
||||||
url: "https://chat.nhcarrigan.com"
|
|
||||||
about: "Chat with us directly."
|
|
@ -1,46 +0,0 @@
|
|||||||
name: 💭 Feature Proposal
|
|
||||||
description: Have an idea for how we can improve? Share it here!
|
|
||||||
title: '[FEAT] - '
|
|
||||||
labels:
|
|
||||||
- "🚦 status: awaiting triage"
|
|
||||||
body:
|
|
||||||
- type: checkboxes
|
|
||||||
id: attestations
|
|
||||||
attributes:
|
|
||||||
label: Attestations
|
|
||||||
description: "By checking the boxes below, I certify that:"
|
|
||||||
options:
|
|
||||||
- label: "I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: "Describe your Idea:"
|
|
||||||
description: A clear and concise description of the feature you would like added.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: solution
|
|
||||||
attributes:
|
|
||||||
label: "What problem does this feature solve?"
|
|
||||||
description: Why are you requesting this feature? How would it improve your experience with the product?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: Are you willing and able to contribute this feature?
|
|
||||||
options:
|
|
||||||
- Yes
|
|
||||||
- No
|
|
||||||
validations:
|
|
||||||
required: true
|
|
@ -1,34 +0,0 @@
|
|||||||
name: ❓ Other Issue
|
|
||||||
description: I have something that is neither a bug nor a feature request.
|
|
||||||
title: '[OTHER] - '
|
|
||||||
labels:
|
|
||||||
- "🚦 status: awaiting triage"
|
|
||||||
body:
|
|
||||||
- type: checkboxes
|
|
||||||
id: attestations
|
|
||||||
attributes:
|
|
||||||
label: Attestations
|
|
||||||
description: "By checking the boxes below, I certify that:"
|
|
||||||
options:
|
|
||||||
- label: "I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: This is not a feature request or bug report that I am mis-filing to avoid the issue template.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: "Share your thoughts:"
|
|
||||||
description: Why are you opening this issue?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
@ -1,93 +0,0 @@
|
|||||||
name: "Pull Request Template"
|
|
||||||
about: "Template for pulls"
|
|
||||||
labels:
|
|
||||||
- "🔍 pull: ready for review"
|
|
||||||
body:
|
|
||||||
- type: textarea
|
|
||||||
id: explain
|
|
||||||
attributes:
|
|
||||||
label: "Explanation"
|
|
||||||
description: "Briefly explain WHY this pull request is necessary. Do not explain what it does, as that's evidenced in the changes."
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: issue
|
|
||||||
attributes:
|
|
||||||
label: "Issue"
|
|
||||||
description: "My pull request relates to or resolves the following issue number:"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
is_number: true
|
|
||||||
- type: checkboxes
|
|
||||||
id: attestations
|
|
||||||
attributes:
|
|
||||||
label: Attestations
|
|
||||||
description: "By checking the boxes below, I certify that:"
|
|
||||||
options:
|
|
||||||
- label: "I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/).
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
|
||||||
id: dependencies
|
|
||||||
attributes:
|
|
||||||
label: Dependencies
|
|
||||||
description: "My pull request adds or updates dependencies, so:"
|
|
||||||
options:
|
|
||||||
- label: I have pinned the dependencies to a specific patch version.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: checkboxes
|
|
||||||
id: style
|
|
||||||
attributes:
|
|
||||||
label: Style
|
|
||||||
description: "My contribution adheres to the following style guidelines:"
|
|
||||||
options:
|
|
||||||
- label: I have run the linter and resolved any errors.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: My pull request uses an appropriate title, matching the conventional commit standards.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
|
||||||
id: tests
|
|
||||||
attributes:
|
|
||||||
label: Tests
|
|
||||||
description: "My contribution includes the following tests:"
|
|
||||||
options:
|
|
||||||
- label: My contribution adds new code, and I have added tests to cover it.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- label: My contribution modifies existing code, and I have updated the tests to reflect these changes.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- label: All new and existing tests pass locally with my changes.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- label: Code coverage remains at or above the configured threshold.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
|
||||||
id: docs
|
|
||||||
attributes:
|
|
||||||
label: Documentation
|
|
||||||
description: "I have made the following PR to update the documentation site with my changes:"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: Versioning
|
|
||||||
description: "I believe my changes should be included in the following release:"
|
|
||||||
options:
|
|
||||||
- "Major - My pull request introduces a breaking change."
|
|
||||||
- "Minor - My pull request introduces a new non-breaking feature."
|
|
||||||
- "Patch - My pull request introduces bug fixes ONLY."
|
|
34
.gitea/workflows/sonar.yml
Normal file
34
.gitea/workflows/sonar.yml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
name: Code Analysis
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
sonar:
|
||||||
|
name: SonarQube
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout Source Files
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: SonarCube Scan
|
||||||
|
uses: SonarSource/sonarqube-scan-action@v4
|
||||||
|
timeout-minutes: 10
|
||||||
|
env:
|
||||||
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
SONAR_HOST_URL: "https://quality.nhcarrigan.com"
|
||||||
|
with:
|
||||||
|
args: >
|
||||||
|
-Dsonar.sources=.
|
||||||
|
-Dsonar.projectKey=ocean-breeze
|
||||||
|
|
||||||
|
- name: SonarQube Quality Gate check
|
||||||
|
uses: sonarsource/sonarqube-quality-gate-action@v1
|
||||||
|
with:
|
||||||
|
pollingTimeoutSec: 600
|
||||||
|
env:
|
||||||
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
SONAR_HOST_URL: "https://quality.nhcarrigan.com"
|
11
.project
Normal file
11
.project
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>vscode-themes</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
||||||
<Metadata>
|
<Metadata>
|
||||||
<Identity Language="en-US" Id="ocean-breeze" Version="1.0.0" Publisher="nhcarrigan" />
|
<Identity Language="en-US" Id="naomis-themes" Version="2.0.0" Publisher="nhcarrigan" />
|
||||||
<DisplayName>Ocean Breeze</DisplayName>
|
<DisplayName>Naomi's Themes</DisplayName>
|
||||||
<Description xml:space="preserve">A soothing VSCode theme inspired by the aqua hues of the ocean.</Description>
|
<Description xml:space="preserve">Various themes Naomi has designed.</Description>
|
||||||
<Tags>theme,color-theme,__web_extension</Tags>
|
<Tags>theme,color-theme,__web_extension</Tags>
|
||||||
<Categories>Themes</Categories>
|
<Categories>Themes</Categories>
|
||||||
<GalleryFlags>Public</GalleryFlags>
|
<GalleryFlags>Public</GalleryFlags>
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://codeberg.org/nhcarrigan/ocean-breeze" />
|
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://git.nhcarrigan.com/nhcarrigan/vscode-themes" />
|
||||||
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://codeberg.org/nhcarrigan/ocean-breeze" />
|
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://git.nhcarrigan.com/nhcarrigan/vscode-themes" />
|
||||||
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://codeberg.org/nhcarrigan/ocean-breeze" />
|
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://git.nhcarrigan.com/nhcarrigan/vscode-themes" />
|
||||||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://codeberg.org/nhcarrigan/ocean-breeze/issues" />
|
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://git.nhcarrigan.com/nhcarrigan/vscode-themes/issues" />
|
||||||
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://nhcarrigan.com" />
|
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://nhcarrigan.com" />
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,11 +8,11 @@ If you have feedback or a bug report, please feel free to open an issue!
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our [contributing guidelines](https://codeberg.org/nhcarrigan/ocean-breeze/src/branch/main/CONTRIBUTING.md) first.
|
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our [contributing guidelines](https://git.nhcarrigan.com/nhcarrigan/vscode-themes/src/branch/main/CONTRIBUTING.md) first.
|
||||||
|
|
||||||
## Code of Conduct
|
## Code of Conduct
|
||||||
|
|
||||||
Before interacting with our community, please read our [Code of Conduct](https://codeberg.org/nhcarrigan/ocean-breeze/src/branch/main/CODE_OF_CONDUCT.md).
|
Before interacting with our community, please read our [Code of Conduct](https://git.nhcarrigan.com/nhcarrigan/vscode-themes/src/branch/main/CODE_OF_CONDUCT.md).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
BIN
icon.png
BIN
icon.png
Binary file not shown.
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 100 KiB |
32
package.json
32
package.json
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "ocean-breeze",
|
"name": "naomis-themes",
|
||||||
"displayName": "Ocean Breeze",
|
"displayName": "Naomi's Themes",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"version": "1.0.0",
|
"version": "2.1.0",
|
||||||
"description": "A soothing VSCode theme inspired by the aqua hues of the ocean.",
|
"description": "Various themes Naomi has created.",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.95.2"
|
"vscode": "^1.96.4"
|
||||||
},
|
},
|
||||||
"publisher": "nhcarrigan",
|
"publisher": "nhcarrigan",
|
||||||
"categories": [
|
"categories": [
|
||||||
@ -17,22 +17,32 @@
|
|||||||
"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",
|
||||||
|
"uiTheme": "vs",
|
||||||
|
"path": "./themes/sakura-dreams.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Sakura Dreams (Dark)",
|
||||||
|
"uiTheme": "vs-dark",
|
||||||
|
"path": "./themes/sakura-dreams-dark.json"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "Naomi Carrigan",
|
||||||
"license": "See license in LICENSE.md",
|
"license": "See license in LICENSE.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": {
|
"bugs": {
|
||||||
"url": "https://codeberg.org/nhcarrigan/ocean-breeze/issues"
|
"url": "https://git.nhcarrigan.com/nhcarrigan/vscode-themes/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://nhcarrigan.com",
|
"homepage": "https://nhcarrigan.com",
|
||||||
"__metadata": {
|
"__metadata": {
|
||||||
@ -49,4 +59,4 @@
|
|||||||
"source": "gallery",
|
"source": "gallery",
|
||||||
"size": 898506
|
"size": 898506
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
{
|
{
|
||||||
"scope": ["comment", "punctuation.definition.comment"],
|
"scope": ["comment", "punctuation.definition.comment"],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#7fedd6",
|
"foreground": "#35675c",
|
||||||
"fontStyle": "italic"
|
"fontStyle": "italic"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -91,7 +91,7 @@
|
|||||||
"support.constant"
|
"support.constant"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ffd93d"
|
"foreground": "#477f72"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -117,7 +117,7 @@
|
|||||||
"punctuation.decorator"
|
"punctuation.decorator"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff92df"
|
"foreground": "#6eafa1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -130,7 +130,7 @@
|
|||||||
"meta.function.dart"
|
"meta.function.dart"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#6bc5ff"
|
"foreground": "#82c8b9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -158,13 +158,13 @@
|
|||||||
"punctuation.definition.annotation"
|
"punctuation.definition.annotation"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ffe074"
|
"foreground": "#477f72"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"scope": ["entity.name.tag", "punctuation.definition.tag"],
|
"scope": ["entity.name.tag", "punctuation.definition.tag"],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff92df"
|
"foreground": "#6eafa1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -195,13 +195,13 @@
|
|||||||
{
|
{
|
||||||
"scope": ["string.regexp", "constant.character.escape.regex"],
|
"scope": ["string.regexp", "constant.character.escape.regex"],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff8585"
|
"foreground": "#7fedd6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"scope": ["markup.heading", "entity.name.section"],
|
"scope": ["markup.heading", "entity.name.section"],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#6bc5ff",
|
"foreground": "#82c8b9",
|
||||||
"fontStyle": "bold"
|
"fontStyle": "bold"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -243,7 +243,7 @@
|
|||||||
"keyword.operator.logical"
|
"keyword.operator.logical"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff92df"
|
"foreground": "#6eafa1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -294,7 +294,7 @@
|
|||||||
"source.rust keyword.operator.logical"
|
"source.rust keyword.operator.logical"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff92df"
|
"foreground": "#6eafa1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -303,7 +303,7 @@
|
|||||||
"source.python support.function.builtin.python"
|
"source.python support.function.builtin.python"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#6bc5ff"
|
"foreground": "#82c8b9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -331,7 +331,7 @@
|
|||||||
"source.prisma keyword.type"
|
"source.prisma keyword.type"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff92df"
|
"foreground": "#6eafa1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -346,7 +346,7 @@
|
|||||||
{
|
{
|
||||||
"scope": ["source.sql keyword.other", "source.sql storage.type"],
|
"scope": ["source.sql keyword.other", "source.sql storage.type"],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff92df"
|
"foreground": "#6eafa1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -366,7 +366,7 @@
|
|||||||
"meta.decorator.angular"
|
"meta.decorator.angular"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ffe074"
|
"foreground": "#477f72"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
373
themes/sakura-dreams-dark.json
Normal file
373
themes/sakura-dreams-dark.json
Normal file
@ -0,0 +1,373 @@
|
|||||||
|
{
|
||||||
|
"name": "Sakura Dreams Dark",
|
||||||
|
"type": "dark",
|
||||||
|
"colors": {
|
||||||
|
"editor.background": "#2a0a18",
|
||||||
|
"editor.foreground": "#ffb6c1",
|
||||||
|
"activityBar.background": "#3a0d22",
|
||||||
|
"activityBar.foreground": "#ffb6c1",
|
||||||
|
"activityBarBadge.background": "#ff69b4",
|
||||||
|
"activityBarBadge.foreground": "#000000",
|
||||||
|
"sideBar.background": "#3a0d22",
|
||||||
|
"sideBar.foreground": "#ffb6c1",
|
||||||
|
"sideBarTitle.foreground": "#ff69b4",
|
||||||
|
"titleBar.activeBackground": "#4a112a",
|
||||||
|
"titleBar.activeForeground": "#ffb6c1",
|
||||||
|
"statusBar.background": "#4a112a",
|
||||||
|
"statusBar.foreground": "#ffb6c1",
|
||||||
|
"statusBar.noFolderBackground": "#2a0a18",
|
||||||
|
"tab.activeBackground": "#3a0d22",
|
||||||
|
"tab.activeForeground": "#ffb6c1",
|
||||||
|
"tab.inactiveBackground": "#4a112a",
|
||||||
|
"tab.inactiveForeground": "#e35a8f",
|
||||||
|
"editorGroupHeader.tabsBackground": "#3a0d22",
|
||||||
|
"button.background": "#ff69b4",
|
||||||
|
"button.foreground": "#000000",
|
||||||
|
"dropdown.background": "#4a112a",
|
||||||
|
"dropdown.foreground": "#ffb6c1",
|
||||||
|
"input.background": "#3a0d22",
|
||||||
|
"input.foreground": "#ffb6c1",
|
||||||
|
"input.placeholderForeground": "#e35a8f",
|
||||||
|
"focusBorder": "#ff69b4",
|
||||||
|
"list.activeSelectionBackground": "#4a112a",
|
||||||
|
"list.activeSelectionForeground": "#ffb6c1",
|
||||||
|
"list.hoverBackground": "#3a0d22",
|
||||||
|
"list.hoverForeground": "#ffb6c1",
|
||||||
|
"editor.selectionBackground": "#e35a8f",
|
||||||
|
"editor.selectionHighlightBackground": "#e35a8f80",
|
||||||
|
"editor.wordHighlightBackground": "#e35a8f80",
|
||||||
|
"editor.lineHighlightBackground": "#3a0d22",
|
||||||
|
"editorCursor.foreground": "#ff69b4",
|
||||||
|
"editorWhitespace.foreground": "#4a112a",
|
||||||
|
"editorIndentGuide.background": "#4a112a",
|
||||||
|
"editorIndentGuide.activeBackground": "#ffb6c1",
|
||||||
|
"terminal.background": "#2a0a18",
|
||||||
|
"terminal.foreground": "#ffb6c1",
|
||||||
|
"terminal.ansiBlack": "#4a112a",
|
||||||
|
"terminal.ansiBrightBlack": "#3a0d22",
|
||||||
|
"terminal.ansiRed": "#ff69b4",
|
||||||
|
"terminal.ansiBrightRed": "#ff1493",
|
||||||
|
"terminal.ansiGreen": "#e35a8f",
|
||||||
|
"terminal.ansiBrightGreen": "#ff77a8",
|
||||||
|
"terminal.ansiYellow": "#d45a88",
|
||||||
|
"terminal.ansiBrightYellow": "#ffb6c1",
|
||||||
|
"terminal.ansiBlue": "#c96385",
|
||||||
|
"terminal.ansiBrightBlue": "#d87093",
|
||||||
|
"terminal.ansiMagenta": "#e35a8f",
|
||||||
|
"terminal.ansiBrightMagenta": "#ff85a2",
|
||||||
|
"terminal.ansiCyan": "#ff9aac",
|
||||||
|
"terminal.ansiBrightCyan": "#ffafc5",
|
||||||
|
"terminal.ansiWhite": "#ffd1dc",
|
||||||
|
"terminal.ansiBrightWhite": "#fff5f7"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": ["comment", "punctuation.definition.comment"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e5a3b5",
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string.quoted.single",
|
||||||
|
"string.quoted.double",
|
||||||
|
"string.quoted.triple",
|
||||||
|
"string.template",
|
||||||
|
"constant.character",
|
||||||
|
"constant.other.symbol"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff69b4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language",
|
||||||
|
"constant.character.escape",
|
||||||
|
"constant.other",
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c96385"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"variable.other",
|
||||||
|
"variable.parameter",
|
||||||
|
"variable.language",
|
||||||
|
"variable.object.property"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d87093"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"keyword.control",
|
||||||
|
"keyword.operator",
|
||||||
|
"keyword.other",
|
||||||
|
"storage.type",
|
||||||
|
"storage.modifier",
|
||||||
|
"punctuation.decorator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"entity.name.method",
|
||||||
|
"support.function",
|
||||||
|
"meta.function-call",
|
||||||
|
"meta.method-call",
|
||||||
|
"meta.function.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d45a88"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type",
|
||||||
|
"entity.name.class",
|
||||||
|
"entity.name.struct",
|
||||||
|
"entity.name.enum",
|
||||||
|
"entity.name.union",
|
||||||
|
"entity.name.trait",
|
||||||
|
"entity.name.interface",
|
||||||
|
"support.class",
|
||||||
|
"support.type",
|
||||||
|
"meta.return-type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8",
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.decorator",
|
||||||
|
"meta.annotation",
|
||||||
|
"punctuation.definition.annotation"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c96385"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["entity.name.tag", "punctuation.definition.tag"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"entity.other.attribute-name.html",
|
||||||
|
"entity.other.attribute-name.css",
|
||||||
|
"support.type.property-name.css",
|
||||||
|
"entity.other.attribute-name.class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.primitive",
|
||||||
|
"support.type.builtin",
|
||||||
|
"keyword.type",
|
||||||
|
"storage.type.primitive",
|
||||||
|
"storage.type.built-in",
|
||||||
|
"support.type.primitive.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["string.regexp", "constant.character.escape.regex"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff69b4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["markup.heading", "entity.name.section"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d45a88",
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["markup.bold"],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["markup.italic"],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["markup.inline.raw", "markup.fenced_code", "markup.raw"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff69b4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name.json",
|
||||||
|
"support.type.property-name.jsonc"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.expression",
|
||||||
|
"keyword.operator.new",
|
||||||
|
"keyword.operator.optional",
|
||||||
|
"keyword.operator.comparison",
|
||||||
|
"keyword.operator.arithmetic",
|
||||||
|
"keyword.operator.assignment",
|
||||||
|
"keyword.operator.logical"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded",
|
||||||
|
"meta.template.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d87093"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.object-literal.key",
|
||||||
|
"variable.object.property",
|
||||||
|
"variable.other.property",
|
||||||
|
"variable.other.object.property"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.variable.property",
|
||||||
|
"support.variable.object.process",
|
||||||
|
"support.variable.object.node"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.rust storage.type.rust",
|
||||||
|
"source.rust entity.name.type.rust",
|
||||||
|
"source.rust entity.name.type.struct.rust"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.rust keyword.operator",
|
||||||
|
"source.rust keyword.operator.arithmetic",
|
||||||
|
"source.rust keyword.operator.logical"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.python support.type.python",
|
||||||
|
"source.python support.function.builtin.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d45a88"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.cs entity.name.type.class.cs",
|
||||||
|
"source.cs storage.type.cs"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.dart support.class.dart",
|
||||||
|
"source.dart support.type.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.prisma keyword.operator",
|
||||||
|
"source.prisma constant.language",
|
||||||
|
"source.prisma keyword.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.graphql support.type",
|
||||||
|
"source.graphql constant.character"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["source.sql keyword.other", "source.sql storage.type"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.jsx.children",
|
||||||
|
"meta.embedded.block.tsx",
|
||||||
|
"meta.embedded.block.jsx"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d87093"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.decorator.ts",
|
||||||
|
"meta.decorator.tsx",
|
||||||
|
"meta.decorator.angular"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c96385"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
373
themes/sakura-dreams.json
Normal file
373
themes/sakura-dreams.json
Normal file
@ -0,0 +1,373 @@
|
|||||||
|
{
|
||||||
|
"name": "Sakura Dreams",
|
||||||
|
"type": "light",
|
||||||
|
"colors": {
|
||||||
|
"editor.background": "#ffefef",
|
||||||
|
"editor.foreground": "#d87093",
|
||||||
|
"activityBar.background": "#ffd6e0",
|
||||||
|
"activityBar.foreground": "#d87093",
|
||||||
|
"activityBarBadge.background": "#ff69b4",
|
||||||
|
"activityBarBadge.foreground": "#ffffff",
|
||||||
|
"sideBar.background": "#fff0f5",
|
||||||
|
"sideBar.foreground": "#d87093",
|
||||||
|
"sideBarTitle.foreground": "#ff69b4",
|
||||||
|
"titleBar.activeBackground": "#ffd6e0",
|
||||||
|
"titleBar.activeForeground": "#d87093",
|
||||||
|
"statusBar.background": "#ffd6e0",
|
||||||
|
"statusBar.foreground": "#d87093",
|
||||||
|
"statusBar.noFolderBackground": "#ffefef",
|
||||||
|
"tab.activeBackground": "#ffefef",
|
||||||
|
"tab.activeForeground": "#d87093",
|
||||||
|
"tab.inactiveBackground": "#ffd6e0",
|
||||||
|
"tab.inactiveForeground": "#ff77a8",
|
||||||
|
"editorGroupHeader.tabsBackground": "#ffe4e8",
|
||||||
|
"button.background": "#ff69b4",
|
||||||
|
"button.foreground": "#ffffff",
|
||||||
|
"dropdown.background": "#fff0f5",
|
||||||
|
"dropdown.foreground": "#d87093",
|
||||||
|
"input.background": "#fff0f5",
|
||||||
|
"input.foreground": "#d87093",
|
||||||
|
"input.placeholderForeground": "#ff77a8",
|
||||||
|
"focusBorder": "#ff69b4",
|
||||||
|
"list.activeSelectionBackground": "#ffefef",
|
||||||
|
"list.activeSelectionForeground": "#d87093",
|
||||||
|
"list.hoverBackground": "#fff0f5",
|
||||||
|
"list.hoverForeground": "#d87093",
|
||||||
|
"editor.selectionBackground": "#ffb6c1",
|
||||||
|
"editor.selectionHighlightBackground": "#ffb6c180",
|
||||||
|
"editor.wordHighlightBackground": "#ffb6c180",
|
||||||
|
"editor.lineHighlightBackground": "#fff0f5",
|
||||||
|
"editorCursor.foreground": "#ff69b4",
|
||||||
|
"editorWhitespace.foreground": "#ffe4e8",
|
||||||
|
"editorIndentGuide.background": "#ffe4e8",
|
||||||
|
"editorIndentGuide.activeBackground": "#ffb6c1",
|
||||||
|
"terminal.background": "#ffefef",
|
||||||
|
"terminal.foreground": "#d87093",
|
||||||
|
"terminal.ansiBlack": "#ffe4e8",
|
||||||
|
"terminal.ansiBrightBlack": "#ffefef",
|
||||||
|
"terminal.ansiRed": "#ff1493",
|
||||||
|
"terminal.ansiBrightRed": "#ff0066",
|
||||||
|
"terminal.ansiGreen": "#ff69b4",
|
||||||
|
"terminal.ansiBrightGreen": "#ff77a8",
|
||||||
|
"terminal.ansiYellow": "#ffb6c1",
|
||||||
|
"terminal.ansiBrightYellow": "#ffa6c9",
|
||||||
|
"terminal.ansiBlue": "#db7093",
|
||||||
|
"terminal.ansiBrightBlue": "#f08080",
|
||||||
|
"terminal.ansiMagenta": "#ff85a2",
|
||||||
|
"terminal.ansiBrightMagenta": "#ff9aac",
|
||||||
|
"terminal.ansiCyan": "#ffafc5",
|
||||||
|
"terminal.ansiBrightCyan": "#ffc0cb",
|
||||||
|
"terminal.ansiWhite": "#ffd1dc",
|
||||||
|
"terminal.ansiBrightWhite": "#fff5f7"
|
||||||
|
},
|
||||||
|
"tokenColors": [
|
||||||
|
{
|
||||||
|
"scope": ["comment", "punctuation.definition.comment"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e5a3b5",
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"string",
|
||||||
|
"string.quoted.single",
|
||||||
|
"string.quoted.double",
|
||||||
|
"string.quoted.triple",
|
||||||
|
"string.template",
|
||||||
|
"constant.character",
|
||||||
|
"constant.other.symbol"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff69b4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"constant.numeric",
|
||||||
|
"constant.language",
|
||||||
|
"constant.character.escape",
|
||||||
|
"constant.other",
|
||||||
|
"support.constant"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c96385"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"variable",
|
||||||
|
"variable.other",
|
||||||
|
"variable.parameter",
|
||||||
|
"variable.language",
|
||||||
|
"variable.object.property"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d87093"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword",
|
||||||
|
"keyword.control",
|
||||||
|
"keyword.operator",
|
||||||
|
"keyword.other",
|
||||||
|
"storage.type",
|
||||||
|
"storage.modifier",
|
||||||
|
"punctuation.decorator"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.function",
|
||||||
|
"entity.name.method",
|
||||||
|
"support.function",
|
||||||
|
"meta.function-call",
|
||||||
|
"meta.method-call",
|
||||||
|
"meta.function.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d45a88"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.name.type",
|
||||||
|
"entity.name.class",
|
||||||
|
"entity.name.struct",
|
||||||
|
"entity.name.enum",
|
||||||
|
"entity.name.union",
|
||||||
|
"entity.name.trait",
|
||||||
|
"entity.name.interface",
|
||||||
|
"support.class",
|
||||||
|
"support.type",
|
||||||
|
"meta.return-type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8",
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.decorator",
|
||||||
|
"meta.annotation",
|
||||||
|
"punctuation.definition.annotation"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c96385"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["entity.name.tag", "punctuation.definition.tag"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"entity.other.attribute-name",
|
||||||
|
"entity.other.attribute-name.html",
|
||||||
|
"entity.other.attribute-name.css",
|
||||||
|
"support.type.property-name.css",
|
||||||
|
"entity.other.attribute-name.class"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.primitive",
|
||||||
|
"support.type.builtin",
|
||||||
|
"keyword.type",
|
||||||
|
"storage.type.primitive",
|
||||||
|
"storage.type.built-in",
|
||||||
|
"support.type.primitive.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["string.regexp", "constant.character.escape.regex"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff69b4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["markup.heading", "entity.name.section"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d45a88",
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["markup.bold"],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "bold"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["markup.italic"],
|
||||||
|
"settings": {
|
||||||
|
"fontStyle": "italic"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["markup.inline.raw", "markup.fenced_code", "markup.raw"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff69b4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.type.property-name.json",
|
||||||
|
"support.type.property-name.jsonc"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"keyword.operator.expression",
|
||||||
|
"keyword.operator.new",
|
||||||
|
"keyword.operator.optional",
|
||||||
|
"keyword.operator.comparison",
|
||||||
|
"keyword.operator.arithmetic",
|
||||||
|
"keyword.operator.assignment",
|
||||||
|
"keyword.operator.logical"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.embedded",
|
||||||
|
"source.groovy.embedded",
|
||||||
|
"meta.template.expression"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d87093"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.object-literal.key",
|
||||||
|
"variable.object.property",
|
||||||
|
"variable.other.property",
|
||||||
|
"variable.other.object.property"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"support.variable.property",
|
||||||
|
"support.variable.object.process",
|
||||||
|
"support.variable.object.node"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.rust storage.type.rust",
|
||||||
|
"source.rust entity.name.type.rust",
|
||||||
|
"source.rust entity.name.type.struct.rust"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.rust keyword.operator",
|
||||||
|
"source.rust keyword.operator.arithmetic",
|
||||||
|
"source.rust keyword.operator.logical"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.python support.type.python",
|
||||||
|
"source.python support.function.builtin.python"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d45a88"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.cs entity.name.type.class.cs",
|
||||||
|
"source.cs storage.type.cs"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.dart support.class.dart",
|
||||||
|
"source.dart support.type.dart"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.prisma keyword.operator",
|
||||||
|
"source.prisma constant.language",
|
||||||
|
"source.prisma keyword.type"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"source.graphql support.type",
|
||||||
|
"source.graphql constant.character"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#ff77a8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": ["source.sql keyword.other", "source.sql storage.type"],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#e35a8f"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.jsx.children",
|
||||||
|
"meta.embedded.block.tsx",
|
||||||
|
"meta.embedded.block.jsx"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#d87093"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scope": [
|
||||||
|
"meta.decorator.ts",
|
||||||
|
"meta.decorator.tsx",
|
||||||
|
"meta.decorator.angular"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#c96385"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user