Release v1.0.0

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-18 11:52:24 +05:30
commit b5156e9918
24 changed files with 10291 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# Set default behavior to automatically normalize line endings.
* text=auto

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
*.vsix

6
.prettierrc.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
printWidth: 120,
semi: true,
trailingComma: "all",
arrowParens: "always",
};

17
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,17 @@
// A launch configuration that launches the extension inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}

12
.vscodeignore Normal file
View File

@ -0,0 +1,12 @@
src/**
.gitignore
.yarnrc
yarn.lock
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
save/**
node_modules

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 Bravo68web
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# Prop Star Theme
![LOGO](assets/icon.png)
A multivariant VS-Code Theme build with ❤️. All theme designs and colour combinations are handpicked to suit every Programmers needs. Hope you love it.
## 🚀 Installation
- Open the Extensions sidebar in VS Code
- Search for `Prop Star`
- Click Install
- Open the Command Palette with Ctrl+Shift+P or ⇧⌘P
- Select Preferences: Color Theme and choose `Prop Star Theme`.
## 📄 License
This theme is released under the MIT License.
Developed by [Bravo68web](https://github.com/bravo68web).
Follow me on [Twitter](https://twitter.com/bravo68web)

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

106
package.json Normal file
View File

@ -0,0 +1,106 @@
{
"name": "propstar",
"displayName": "Prop Star Theme",
"description": "The Theme with Multiple Outfits",
"publisher": "Bravo68web",
"version": "1.0.0",
"engines": {
"vscode": "^1.57.0"
},
"scripts": {
"build:ext": "vsce package --no-yarn"
},
"repository": {
"type": "git",
"url": "https://github.com/BRAVO68WEB/propstar-theme.git"
},
"bugs": {
"url": "https://github.com/BRAVO68WEB/propstar-theme/issues",
"email": "me@bravo68web.me"
},
"homepage": "https://github.com/BRAVO68WEB/propstar-theme",
"keywords": [
"theme"
],
"icon": "assets/icon.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Black Emerald Prop",
"uiTheme": "vs-dark",
"path": "./themes/black-emerald.json"
},
{
"label": "Shinny Diamond Prop",
"uiTheme": "vs-dark",
"path": "./themes/shinny-diamond.json"
},
{
"label": "Surplur Blueberry Prop",
"uiTheme": "vs-dark",
"path": "./themes/surplus-blueberry.json"
},
{
"label": "Dark Prop",
"uiTheme": "vs-dark",
"path": "./themes/dark.json"
},
{
"label": "Light Prop",
"uiTheme": "vs",
"path": "./themes/light.json"
},
{
"label": "Improved Light Prop",
"uiTheme": "vs",
"path": "./themes/improved-light.json"
},
{
"label": "Natural Elements Prop",
"uiTheme": "vs-dark",
"path": "./themes/natural-elements.json"
},
{
"label": "Nostalgic Sky Prop",
"uiTheme": "vs-dark",
"path": "./themes/nostalgic-sky.json"
},
{
"label": "Nostalgic Timid Prop",
"uiTheme": "vs-dark",
"path": "./themes/nostalgic-timid.json"
},
{
"label": "Ocean Breeze Prop",
"uiTheme": "vs-dark",
"path": "./themes/ocean-breeze.json"
},
{
"label": "Old Metallic Prop",
"uiTheme": "vs-dark",
"path": "./themes/old-metallic.json"
},
{
"label": "Rock Stone Prop",
"uiTheme": "vs-dark",
"path": "./themes/rock-stone.json"
},
{
"label": "Shinny Gold Prop",
"uiTheme": "vs-dark",
"path": "./themes/shinny-gold.json"
},
{
"label": "Void Prop",
"uiTheme": "vs-dark",
"path": "./themes/void.json"
}
]
},
"dependencies": {
"vsce": "^1.95.0"
}
}

575
themes/black-emerald.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Black-emerald",
"colors": {
"activityBar.background": "#0D0F12",
"activityBar.border": "#000000",
"activityBar.foreground": "#00a884",
"activityBar.inactiveForeground": "#43474dAA",
"activityBarBadge.background": "#00a884",
"activityBarBadge.foreground": "#0D0F12",
"badge.background": "#00a884",
"badge.foreground": "#0D0F12",
"breadcrumbPicker.background": "#111418",
"button.background": "#00a884",
"button.foreground": "#0D0F12",
"button.secondaryBackground": "#00a88430",
"button.secondaryForeground": "#AEB2B2",
"extensionButton.prominentBackground": "#00a8849d",
"extensionButton.prominentForeground": "#0D0F12",
"extensionButton.prominentHoverBackground": "#00a884",
"charts.foreground": "#AEB2B2",
"charts.lines": "#AEB2B2",
"charts.red": "#E35535",
"charts.blue": "#11B7D4",
"charts.yellow": "#c7910c",
"charts.orange": "#d4770c",
"charts.green": "#00a884",
"charts.purple": "#BC62AD",
"contrastActiveBorder": "#00000000",
"errorForeground": "#E35535",
"focusBorder": "#00a88440",
"foreground": "#AEB2B2",
"selection.background": "#00a88460",
"widget.shadow": "#000000",
"icon.foreground": "#AEB2B2",
"debugExceptionWidget.background": "#191c21",
"debugExceptionWidget.border": "#000000",
"debugToolBar.background": "#191c21",
"descriptionForeground": "#AEB2B2",
"diffEditor.border": "#000000",
"diffEditor.insertedTextBackground": "#00a88420",
"diffEditor.removedTextBackground": "#E3553525",
"diffEditor.diagonalFill": "#00000080",
"dropdown.background": "#111418",
"dropdown.border": "#43474daa",
"dropdown.foreground": "#AEB2B2",
"editor.background": "#111418",
"editor.findMatchBackground": "#00a88420",
"editor.findMatchBorder": "#00a88460",
"editor.findMatchHighlightBackground": "#00a88420",
"editor.findMatchHighlightBorder": "#00a88440",
"editor.foreground": "#AEB2B2",
"editor.hoverHighlightBackground": "#00a88440",
"editor.lineHighlightBackground": "#00a8840c",
"editor.lineHighlightBorder": "#00a8841a",
"editor.rangeHighlightBackground": "#00a88420",
"editor.selectionBackground": "#00a88425",
"editor.selectionForeground": "#00a884",
"editor.inactiveSelectionBackground": "#00a88420",
"editor.selectionHighlightBorder": "#00a88460",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#00a88440",
"editor.wordHighlightBackground": "#00a88420",
"editorBracketMatch.background": "#00a88420",
"editorBracketMatch.border": "#00a88440",
"editorCodeLens.foreground": "#AEB2B2",
"editorCursor.foreground": "#c7910c",
"editorGroup.border": "#000000",
"editorGroup.dropBackground": "#00a88415",
"editorHoverWidget.background": "#191c21",
"editorHoverWidget.border": "#0D0F12",
"editorIndentGuide.background": "#43474d30",
"editorIndentGuide.activeBackground": "#43474dbb",
"editorLink.activeForeground": "#AEB2B2",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#191c21",
"sash.hoverBorder": "#00a88450",
"editorRuler.foreground": "#43474d50",
"editorWarning.foreground": "#c7910c",
"editorWhitespace.foreground": "#43474d60",
"editorWidget.background": "#191c21",
"editorWidget.resizeBorder": "#00a88450",
"editorGutter.background": "#111418",
"editorGutter.addedBackground": "#00a884cc",
"editorGutter.deletedBackground": "#E35535cc",
"editorGutter.modifiedBackground": "#11B7D4cc",
"editorLineNumber.foreground": "#43474d90",
"editorLineNumber.activeForeground": "#43474d",
"input.background": "#00000000",
"input.foreground": "#AEB2B2",
"input.border": "#00a88430",
"input.placeholderForeground": "#00a88460",
"inputOption.activeBorder": "#00a884",
"inputValidation.errorBackground": "#191c21",
"inputValidation.errorBorder": "#c7910c",
"inputValidation.infoBackground": "#191c21",
"inputValidation.infoBorder": "#00a884",
"inputValidation.warningBackground": "#191c21",
"inputValidation.warningBorder": "#c7910c",
"list.activeSelectionBackground": "#00a88425",
"list.inactiveSelectionBackground": "#00a88425",
"list.dropBackground": "#00a88415",
"list.focusBackground": "#00a88440",
"list.focusForeground": "#AEB2B2",
"list.errorForeground": "#E35535",
"list.warningForeground": "#eba050",
"list.highlightForeground": "#c7910c",
"list.activeSelectionForeground": "#AEB2B2",
"list.hoverBackground": "#00000060",
"list.hoverForeground": "#AEB2B2",
"gitDecoration.modifiedResourceForeground": "#11B7D4",
"gitDecoration.deletedResourceForeground": "#E35535",
"gitDecoration.untrackedResourceForeground": "#00a884",
"gitDecoration.ignoredResourceForeground": "#43474d",
"gitDecoration.conflictingResourceForeground": "#00a884",
"gitDecoration.stageAddedResourceForeground": "#E35535",
"menu.background": "#191c21",
"menu.foreground": "#AEB2B2",
"menu.separatorBackground": "#000000",
"menu.selectionBackground": "#00a88420",
"menu.selectionForeground": "#AEB2B2",
"menubar.selectionBackground": "#191c21",
"menubar.selectionForeground": "#AEB2B2",
"merge.border": "#000000",
"merge.commonContentBackground": "#c7910c30",
"merge.commonHeaderBackground": "#c7910c80",
"merge.currentContentBackground": "#00a88430",
"merge.currentHeaderBackground": "#00a88480",
"merge.incomingContentBackground": "#11B7D430",
"merge.incomingHeaderBackground": "#11B7D480",
"editorOverviewRuler.border": "#000000",
"editorOverviewRuler.commonContentForeground": "#c7910c",
"editorOverviewRuler.currentContentForeground": "#E35535",
"editorOverviewRuler.incomingContentForeground": "#00a884",
"notificationCenterHeader.foreground": "#AEB2B2",
"notificationCenterHeader.background": "#191c21",
"notifications.foreground": "#AEB2B2",
"notifications.background": "#191c21",
"notifications.border": "#00a88450",
"notificationLink.foreground": "#c7910c",
"panel.background": "#111418",
"panel.border": "#000000",
"panelInput.border": "#43474d",
"panelSection.background": "#000000",
"panelSection.border": "#000000",
"panelTitle.activeBorder": "#00a884",
"panelTitle.activeForeground": "#00a884",
"panelTitle.inactiveForeground": "#43474d",
"panelSectionHeader.background": "#43474d20",
"panelSectionHeader.foreground": "#AEB2B2",
"panelSectionHeader.border": "#000000",
"peekView.border": "#00a884",
"peekViewEditor.background": "#191c2140",
"peekViewEditor.matchHighlightBackground": "#191c2140",
"peekViewResult.background": "#191c2140",
"peekViewResult.fileForeground": "#AEB2B2",
"peekViewResult.lineForeground": "#AEB2B2",
"peekViewResult.matchHighlightBackground": "#191c21",
"peekViewResult.selectionBackground": "#191c21",
"peekViewResult.selectionForeground": "#AEB2B2",
"peekViewTitle.background": "#000000",
"peekViewTitleDescription.foreground": "#AEB2B2",
"peekViewTitleLabel.foreground": "#AEB2B2",
"peekViewEditorGutter.background": "#191c2140",
"editorMarkerNavigation.background": "#0D0F12",
"editorMarkerNavigationError.background": "#E3553590",
"editorMarkerNavigationWarning.background": "#eba05090",
"editorMarkerNavigationInfo.background": "#11B7D490",
"pickerGroup.border": "#000000",
"pickerGroup.foreground": "#AEB2B2",
"progressBar.background": "#c7910c",
"scrollbar.shadow": "#000000",
"scrollbarSlider.activeBackground": "#00a88460",
"scrollbarSlider.background": "#00a88440",
"scrollbarSlider.hoverBackground": "#00a88450",
"settings.modifiedItemIndicator": "#00a884",
"settings.headerForeground": "#00a884",
"sideBar.background": "#0D0F12",
"sideBar.border": "#000000",
"sideBar.foreground": "#AEB2B2bb",
"sideBarSectionHeader.background": "#0D0F12",
"sideBarSectionHeader.foreground": "#AEB2B2",
"sideBarSectionHeader.border": "#000000",
"sideBarTitle.foreground": "#43474d",
"tree.indentGuidesStroke": "#43474d70",
"statusBar.background": "#0D0F12",
"statusBar.border": "#000000",
"statusBar.debuggingBackground": "#00a88444",
"statusBar.debuggingForeground": "#AEB2B2",
"statusBar.foreground": "#AEB2B2",
"statusBar.noFolderBackground": "#000000",
"statusBar.noFolderBorder": "#00a884",
"statusBar.noFolderForeground": "#AEB2B2",
"statusBarItem.activeBackground": "#191c21",
"statusBarItem.hoverBackground": "#43474d30",
"statusBarItem.prominentBackground": "#000000",
"statusBarItem.prominentHoverBackground": "#191c21",
"statusBarItem.errorBackground": "#E35535",
"editorSuggestWidget.background": "#111418",
"editorSuggestWidget.border": "#000000",
"editorSuggestWidget.foreground": "#AEB2B2",
"editorSuggestWidget.highlightForeground": "#c7910c",
"editorSuggestWidget.selectedBackground": "#00a8844d",
"editorGroupHeader.noTabsBackground": "#111418",
"editorGroupHeader.tabsBackground": "#0D0F12",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#111418",
"tab.activeForeground": "#00a884",
"tab.activeBorderTop": "#00a884",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#111418cc",
"tab.unfocusedHoverBackground": "#00a88410",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#0D0F12",
"tab.inactiveForeground": "#43474d",
"tab.unfocusedActiveForeground": "#AEB2B2",
"tab.unfocusedInactiveForeground": "#AEB2B2",
"tab.lastPinnedBorder": "#000000",
"terminal.ansiBlack": "#111418",
"terminal.ansiRed": "#E35535",
"terminal.ansiGreen": "#00a884",
"terminal.ansiYellow": "#c7910c",
"terminal.ansiBlue": "#11B7D4",
"terminal.ansiMagenta": "#BC62AD",
"terminal.ansiCyan": "#38c7bd",
"terminal.ansiWhite": "#AEB2B2",
"terminal.ansiBrightBlack": "#11B7D4",
"terminal.ansiBrightRed": "#E35535",
"terminal.ansiBrightGreen": "#00a884",
"terminal.ansiBrightYellow": "#c7910c",
"terminal.ansiBrightBlue": "#11B7D4",
"terminal.ansiBrightMagenta": "#BC62AD",
"terminal.ansiBrightCyan": "#38c7bd",
"terminal.ansiBrightWhite": "#11B7D4",
"terminal.background": "#111418",
"terminal.foreground": "#AEB2B2",
"terminalCursor.background": "#c7910c",
"terminalCursor.foreground": "#c7910c",
"textBlockQuote.background": "#11B7D434",
"textBlockQuote.border": "#11B7D4b9",
"textCodeBlock.background": "#11B7D434",
"textLink.activeForeground": "#11B7D4",
"textLink.foreground": "#11B7D4",
"textPreformat.foreground": "#c7910c",
"textSeparator.foreground": "#00a884",
"walkThrough.embeddedEditorBackground": "#111418",
"titleBar.activeBackground": "#0D0F12",
"titleBar.activeForeground": "#43474d",
"titleBar.inactiveBackground": "#000000",
"titleBar.inactiveForeground": "#43474d",
"titleBar.border": "#000000"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#d4770c", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#3585bb" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#43474d", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#E35535" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#AEB2B2" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#BC62AD" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#c7910c" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#11B7D4" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#c7910c" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#c7910c" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#AEB2B2" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#c7910c" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#c7910c" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#AEB2B260" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#d4770c", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#00a884" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#a85ff1" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#c62f52" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#c62f52" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#a85ff1", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#11B7D4" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#c62f52" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#11B7D4" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#11B7D4aa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#c7910c", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#a85ff1" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#a85ff1" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#11B7D4" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#11B7D4" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#c7910c" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#c7910c" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#11B7D4" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#11B7D4", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#11B7D4", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#11B7D4", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#11B7D4", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#BC62AD" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#BC62AD" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#AEB2B2" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#a85ff1" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#d4770c" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#d4770c", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#d4770c" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#d4770c" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#11B7D4" }
}
]
}

575
themes/dark.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Dark",
"colors": {
"activityBar.background": "#141519",
"activityBar.border": "#0b0c0e",
"activityBar.foreground": "#76808c",
"activityBar.inactiveForeground": "#464b52AA",
"activityBarBadge.background": "#76808c",
"activityBarBadge.foreground": "#141519",
"badge.background": "#76808c",
"badge.foreground": "#141519",
"breadcrumbPicker.background": "#181a1f",
"button.background": "#76808c",
"button.foreground": "#141519",
"button.secondaryBackground": "#76808c30",
"button.secondaryForeground": "#bbbbbb",
"extensionButton.prominentBackground": "#76808c9d",
"extensionButton.prominentForeground": "#141519",
"extensionButton.prominentHoverBackground": "#76808c",
"charts.foreground": "#bbbbbb",
"charts.lines": "#bbbbbb",
"charts.red": "#C13838",
"charts.blue": "#3398DB",
"charts.yellow": "#c9a022",
"charts.orange": "#D26D32",
"charts.green": "#37ae6f",
"charts.purple": "#CC71BC",
"contrastActiveBorder": "#00000000",
"errorForeground": "#C13838",
"focusBorder": "#76808c40",
"foreground": "#bbbbbb",
"selection.background": "#76808c60",
"widget.shadow": "#0b0c0e",
"icon.foreground": "#bbbbbb",
"debugExceptionWidget.background": "#26282e",
"debugExceptionWidget.border": "#0b0c0e",
"debugToolBar.background": "#26282e",
"descriptionForeground": "#bbbbbb",
"diffEditor.border": "#0b0c0e",
"diffEditor.insertedTextBackground": "#37ae6f20",
"diffEditor.removedTextBackground": "#C1383825",
"diffEditor.diagonalFill": "#0b0c0e80",
"dropdown.background": "#181a1f",
"dropdown.border": "#464b52aa",
"dropdown.foreground": "#bbbbbb",
"editor.background": "#181a1f",
"editor.findMatchBackground": "#76808c20",
"editor.findMatchBorder": "#76808c60",
"editor.findMatchHighlightBackground": "#76808c20",
"editor.findMatchHighlightBorder": "#76808c40",
"editor.foreground": "#bbbbbb",
"editor.hoverHighlightBackground": "#76808c40",
"editor.lineHighlightBackground": "#76808c0c",
"editor.lineHighlightBorder": "#76808c1a",
"editor.rangeHighlightBackground": "#76808c20",
"editor.selectionBackground": "#76808c25",
"editor.selectionForeground": "#76808c",
"editor.inactiveSelectionBackground": "#76808c20",
"editor.selectionHighlightBorder": "#76808c60",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#76808c40",
"editor.wordHighlightBackground": "#76808c20",
"editorBracketMatch.background": "#76808c20",
"editorBracketMatch.border": "#76808c40",
"editorCodeLens.foreground": "#bbbbbb",
"editorCursor.foreground": "#c9a022",
"editorGroup.border": "#0b0c0e",
"editorGroup.dropBackground": "#76808c15",
"editorHoverWidget.background": "#26282e",
"editorHoverWidget.border": "#141519",
"editorIndentGuide.background": "#464b5230",
"editorIndentGuide.activeBackground": "#464b52bb",
"editorLink.activeForeground": "#bbbbbb",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#26282e",
"sash.hoverBorder": "#76808c50",
"editorRuler.foreground": "#464b5250",
"editorWarning.foreground": "#c9a022",
"editorWhitespace.foreground": "#464b5260",
"editorWidget.background": "#26282e",
"editorWidget.resizeBorder": "#76808c50",
"editorGutter.background": "#181a1f",
"editorGutter.addedBackground": "#37ae6fcc",
"editorGutter.deletedBackground": "#C13838cc",
"editorGutter.modifiedBackground": "#3398DBcc",
"editorLineNumber.foreground": "#464b5290",
"editorLineNumber.activeForeground": "#464b52",
"input.background": "#00000000",
"input.foreground": "#bbbbbb",
"input.border": "#76808c30",
"input.placeholderForeground": "#76808c60",
"inputOption.activeBorder": "#76808c",
"inputValidation.errorBackground": "#26282e",
"inputValidation.errorBorder": "#c9a022",
"inputValidation.infoBackground": "#26282e",
"inputValidation.infoBorder": "#76808c",
"inputValidation.warningBackground": "#26282e",
"inputValidation.warningBorder": "#c9a022",
"list.activeSelectionBackground": "#76808c25",
"list.inactiveSelectionBackground": "#76808c25",
"list.dropBackground": "#76808c15",
"list.focusBackground": "#76808c40",
"list.focusForeground": "#bbbbbb",
"list.errorForeground": "#C13838",
"list.warningForeground": "#c9a022",
"list.highlightForeground": "#c9a022",
"list.activeSelectionForeground": "#bbbbbb",
"list.hoverBackground": "#0b0c0e60",
"list.hoverForeground": "#bbbbbb",
"gitDecoration.modifiedResourceForeground": "#3398DB",
"gitDecoration.deletedResourceForeground": "#C13838",
"gitDecoration.untrackedResourceForeground": "#37ae6f",
"gitDecoration.ignoredResourceForeground": "#464b52",
"gitDecoration.conflictingResourceForeground": "#76808c",
"gitDecoration.stageAddedResourceForeground": "#C13838",
"menu.background": "#26282e",
"menu.foreground": "#bbbbbb",
"menu.separatorBackground": "#0b0c0e",
"menu.selectionBackground": "#76808c20",
"menu.selectionForeground": "#bbbbbb",
"menubar.selectionBackground": "#26282e",
"menubar.selectionForeground": "#bbbbbb",
"merge.border": "#0b0c0e",
"merge.commonContentBackground": "#c9a02230",
"merge.commonHeaderBackground": "#c9a02280",
"merge.currentContentBackground": "#37ae6f30",
"merge.currentHeaderBackground": "#37ae6f80",
"merge.incomingContentBackground": "#3398DB30",
"merge.incomingHeaderBackground": "#3398DB80",
"editorOverviewRuler.border": "#0b0c0e",
"editorOverviewRuler.commonContentForeground": "#c9a022",
"editorOverviewRuler.currentContentForeground": "#C13838",
"editorOverviewRuler.incomingContentForeground": "#37ae6f",
"notificationCenterHeader.foreground": "#bbbbbb",
"notificationCenterHeader.background": "#26282e",
"notifications.foreground": "#bbbbbb",
"notifications.background": "#26282e",
"notifications.border": "#76808c50",
"notificationLink.foreground": "#c9a022",
"panel.background": "#181a1f",
"panel.border": "#0b0c0e",
"panelInput.border": "#464b52",
"panelSection.background": "#0b0c0e",
"panelSection.border": "#0b0c0e",
"panelTitle.activeBorder": "#76808c",
"panelTitle.activeForeground": "#76808c",
"panelTitle.inactiveForeground": "#464b52",
"panelSectionHeader.background": "#464b5220",
"panelSectionHeader.foreground": "#bbbbbb",
"panelSectionHeader.border": "#0b0c0e",
"peekView.border": "#76808c",
"peekViewEditor.background": "#26282e40",
"peekViewEditor.matchHighlightBackground": "#26282e40",
"peekViewResult.background": "#26282e40",
"peekViewResult.fileForeground": "#bbbbbb",
"peekViewResult.lineForeground": "#bbbbbb",
"peekViewResult.matchHighlightBackground": "#26282e",
"peekViewResult.selectionBackground": "#26282e",
"peekViewResult.selectionForeground": "#bbbbbb",
"peekViewTitle.background": "#0b0c0e",
"peekViewTitleDescription.foreground": "#bbbbbb",
"peekViewTitleLabel.foreground": "#bbbbbb",
"peekViewEditorGutter.background": "#26282e40",
"editorMarkerNavigation.background": "#141519",
"editorMarkerNavigationError.background": "#C1383890",
"editorMarkerNavigationWarning.background": "#c9a02290",
"editorMarkerNavigationInfo.background": "#3398DB90",
"pickerGroup.border": "#0b0c0e",
"pickerGroup.foreground": "#bbbbbb",
"progressBar.background": "#c9a022",
"scrollbar.shadow": "#0b0c0e",
"scrollbarSlider.activeBackground": "#76808c60",
"scrollbarSlider.background": "#76808c40",
"scrollbarSlider.hoverBackground": "#76808c50",
"settings.modifiedItemIndicator": "#76808c",
"settings.headerForeground": "#76808c",
"sideBar.background": "#141519",
"sideBar.border": "#0b0c0e",
"sideBar.foreground": "#bbbbbbbb",
"sideBarSectionHeader.background": "#141519",
"sideBarSectionHeader.foreground": "#bbbbbb",
"sideBarSectionHeader.border": "#0b0c0e",
"sideBarTitle.foreground": "#464b52",
"tree.indentGuidesStroke": "#464b5270",
"statusBar.background": "#141519",
"statusBar.border": "#0b0c0e",
"statusBar.debuggingBackground": "#76808c44",
"statusBar.debuggingForeground": "#bbbbbb",
"statusBar.foreground": "#bbbbbb",
"statusBar.noFolderBackground": "#0b0c0e",
"statusBar.noFolderBorder": "#76808c",
"statusBar.noFolderForeground": "#bbbbbb",
"statusBarItem.activeBackground": "#26282e",
"statusBarItem.hoverBackground": "#464b5230",
"statusBarItem.prominentBackground": "#0b0c0e",
"statusBarItem.prominentHoverBackground": "#26282e",
"statusBarItem.errorBackground": "#C13838",
"editorSuggestWidget.background": "#181a1f",
"editorSuggestWidget.border": "#0b0c0e",
"editorSuggestWidget.foreground": "#bbbbbb",
"editorSuggestWidget.highlightForeground": "#c9a022",
"editorSuggestWidget.selectedBackground": "#76808c4d",
"editorGroupHeader.noTabsBackground": "#181a1f",
"editorGroupHeader.tabsBackground": "#141519",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#181a1f",
"tab.activeForeground": "#76808c",
"tab.activeBorderTop": "#76808c",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#181a1fcc",
"tab.unfocusedHoverBackground": "#76808c10",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#141519",
"tab.inactiveForeground": "#464b52",
"tab.unfocusedActiveForeground": "#bbbbbb",
"tab.unfocusedInactiveForeground": "#bbbbbb",
"tab.lastPinnedBorder": "#0b0c0e",
"terminal.ansiBlack": "#181a1f",
"terminal.ansiRed": "#C13838",
"terminal.ansiGreen": "#37ae6f",
"terminal.ansiYellow": "#c9a022",
"terminal.ansiBlue": "#3398DB",
"terminal.ansiMagenta": "#CC71BC",
"terminal.ansiCyan": "#24B5A8",
"terminal.ansiWhite": "#bbbbbb",
"terminal.ansiBrightBlack": "#3398DB",
"terminal.ansiBrightRed": "#C13838",
"terminal.ansiBrightGreen": "#37ae6f",
"terminal.ansiBrightYellow": "#c9a022",
"terminal.ansiBrightBlue": "#3398DB",
"terminal.ansiBrightMagenta": "#CC71BC",
"terminal.ansiBrightCyan": "#24B5A8",
"terminal.ansiBrightWhite": "#3398DB",
"terminal.background": "#181a1f",
"terminal.foreground": "#bbbbbb",
"terminalCursor.background": "#c9a022",
"terminalCursor.foreground": "#c9a022",
"textBlockQuote.background": "#3398DB34",
"textBlockQuote.border": "#3398DBb9",
"textCodeBlock.background": "#3398DB34",
"textLink.activeForeground": "#3398DB",
"textLink.foreground": "#3398DB",
"textPreformat.foreground": "#c9a022",
"textSeparator.foreground": "#76808c",
"walkThrough.embeddedEditorBackground": "#181a1f",
"titleBar.activeBackground": "#141519",
"titleBar.activeForeground": "#464b52",
"titleBar.inactiveBackground": "#0b0c0e",
"titleBar.inactiveForeground": "#464b52",
"titleBar.border": "#0b0c0e"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#D26D32", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#7E9E2D" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#464b52", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#C13838" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#bbbbbb" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#CC71BC" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#c9a022" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#3398DB" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#c9a022" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#c9a022" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#bbbbbb" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#c9a022" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#c9a022" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#bbbbbb60" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#D26D32", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#24B5A8", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#37ae6f" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#935cd1" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#de456b" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#de456b" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#935cd1", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#3398DB" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#de456b" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#3398DB" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#3398DBaa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#c9a022", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#935cd1" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#935cd1" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#3398DB" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#3398DB" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#c9a022" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#c9a022" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#3398DB" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#3398DB", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#3398DB", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#3398DB", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#3398DB", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#CC71BC" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#CC71BC" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#24B5A8", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#24B5A8", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#bbbbbb" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#935cd1" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#D26D32" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#D26D32", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#D26D32" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#D26D32" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#3398DB" }
}
]
}

575
themes/improved-light.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Imporved light",
"colors": {
"activityBar.background": "#eee8d5",
"activityBar.border": "#d8cfbb",
"activityBar.foreground": "#2aa198",
"activityBar.inactiveForeground": "#657b83AA",
"activityBarBadge.background": "#2aa198",
"activityBarBadge.foreground": "#eee8d5",
"badge.background": "#2aa198",
"badge.foreground": "#eee8d5",
"breadcrumbPicker.background": "#fdf6e3",
"button.background": "#2aa198",
"button.foreground": "#eee8d5",
"button.secondaryBackground": "#2aa19830",
"button.secondaryForeground": "#073642",
"extensionButton.prominentBackground": "#2aa1989d",
"extensionButton.prominentForeground": "#eee8d5",
"extensionButton.prominentHoverBackground": "#2aa198",
"charts.foreground": "#073642",
"charts.lines": "#073642",
"charts.red": "#d42613",
"charts.blue": "#268bd2",
"charts.yellow": "#b58900",
"charts.orange": "#ca7016",
"charts.green": "#859900",
"charts.purple": "#F38CEC",
"contrastActiveBorder": "#00000000",
"errorForeground": "#d42613",
"focusBorder": "#2aa19840",
"foreground": "#073642",
"selection.background": "#2aa19860",
"widget.shadow": "#d8cfbb",
"icon.foreground": "#073642",
"debugExceptionWidget.background": "#fef9ec",
"debugExceptionWidget.border": "#d8cfbb",
"debugToolBar.background": "#fef9ec",
"descriptionForeground": "#073642",
"diffEditor.border": "#d8cfbb",
"diffEditor.insertedTextBackground": "#85990020",
"diffEditor.removedTextBackground": "#d4261325",
"diffEditor.diagonalFill": "#d8cfbb80",
"dropdown.background": "#fdf6e3",
"dropdown.border": "#657b83aa",
"dropdown.foreground": "#073642",
"editor.background": "#fdf6e3",
"editor.findMatchBackground": "#2aa19820",
"editor.findMatchBorder": "#2aa19860",
"editor.findMatchHighlightBackground": "#2aa19820",
"editor.findMatchHighlightBorder": "#2aa19840",
"editor.foreground": "#073642",
"editor.hoverHighlightBackground": "#2aa19840",
"editor.lineHighlightBackground": "#2aa1980c",
"editor.lineHighlightBorder": "#2aa1981a",
"editor.rangeHighlightBackground": "#2aa19820",
"editor.selectionBackground": "#2aa19825",
"editor.selectionForeground": "#2aa198",
"editor.inactiveSelectionBackground": "#2aa19820",
"editor.selectionHighlightBorder": "#2aa19860",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#2aa19840",
"editor.wordHighlightBackground": "#2aa19820",
"editorBracketMatch.background": "#2aa19820",
"editorBracketMatch.border": "#2aa19840",
"editorCodeLens.foreground": "#073642",
"editorCursor.foreground": "#b58900",
"editorGroup.border": "#d8cfbb",
"editorGroup.dropBackground": "#2aa19815",
"editorHoverWidget.background": "#fef9ec",
"editorHoverWidget.border": "#eee8d5",
"editorIndentGuide.background": "#657b8330",
"editorIndentGuide.activeBackground": "#657b83bb",
"editorLink.activeForeground": "#073642",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#fef9ec",
"sash.hoverBorder": "#2aa19850",
"editorRuler.foreground": "#657b8350",
"editorWarning.foreground": "#b58900",
"editorWhitespace.foreground": "#657b8360",
"editorWidget.background": "#fef9ec",
"editorWidget.resizeBorder": "#2aa19850",
"editorGutter.background": "#fdf6e3",
"editorGutter.addedBackground": "#859900cc",
"editorGutter.deletedBackground": "#d42613cc",
"editorGutter.modifiedBackground": "#268bd2cc",
"editorLineNumber.foreground": "#657b8390",
"editorLineNumber.activeForeground": "#657b83",
"input.background": "#00000000",
"input.foreground": "#073642",
"input.border": "#2aa19830",
"input.placeholderForeground": "#2aa19860",
"inputOption.activeBorder": "#2aa198",
"inputValidation.errorBackground": "#fef9ec",
"inputValidation.errorBorder": "#b58900",
"inputValidation.infoBackground": "#fef9ec",
"inputValidation.infoBorder": "#2aa198",
"inputValidation.warningBackground": "#fef9ec",
"inputValidation.warningBorder": "#b58900",
"list.activeSelectionBackground": "#2aa19825",
"list.inactiveSelectionBackground": "#2aa19825",
"list.dropBackground": "#2aa19815",
"list.focusBackground": "#2aa19840",
"list.focusForeground": "#073642",
"list.errorForeground": "#d42613",
"list.warningForeground": "#b58900",
"list.highlightForeground": "#b58900",
"list.activeSelectionForeground": "#073642",
"list.hoverBackground": "#d8cfbb60",
"list.hoverForeground": "#073642",
"gitDecoration.modifiedResourceForeground": "#268bd2",
"gitDecoration.deletedResourceForeground": "#d42613",
"gitDecoration.untrackedResourceForeground": "#859900",
"gitDecoration.ignoredResourceForeground": "#657b83",
"gitDecoration.conflictingResourceForeground": "#2aa198",
"gitDecoration.stageAddedResourceForeground": "#d42613",
"menu.background": "#fef9ec",
"menu.foreground": "#073642",
"menu.separatorBackground": "#d8cfbb",
"menu.selectionBackground": "#2aa19820",
"menu.selectionForeground": "#073642",
"menubar.selectionBackground": "#fef9ec",
"menubar.selectionForeground": "#073642",
"merge.border": "#d8cfbb",
"merge.commonContentBackground": "#b5890030",
"merge.commonHeaderBackground": "#b5890080",
"merge.currentContentBackground": "#85990030",
"merge.currentHeaderBackground": "#85990080",
"merge.incomingContentBackground": "#268bd230",
"merge.incomingHeaderBackground": "#268bd280",
"editorOverviewRuler.border": "#d8cfbb",
"editorOverviewRuler.commonContentForeground": "#b58900",
"editorOverviewRuler.currentContentForeground": "#d42613",
"editorOverviewRuler.incomingContentForeground": "#859900",
"notificationCenterHeader.foreground": "#073642",
"notificationCenterHeader.background": "#fef9ec",
"notifications.foreground": "#073642",
"notifications.background": "#fef9ec",
"notifications.border": "#2aa19850",
"notificationLink.foreground": "#b58900",
"panel.background": "#fdf6e3",
"panel.border": "#d8cfbb",
"panelInput.border": "#657b83",
"panelSection.background": "#d8cfbb",
"panelSection.border": "#d8cfbb",
"panelTitle.activeBorder": "#2aa198",
"panelTitle.activeForeground": "#2aa198",
"panelTitle.inactiveForeground": "#657b83",
"panelSectionHeader.background": "#657b8320",
"panelSectionHeader.foreground": "#073642",
"panelSectionHeader.border": "#d8cfbb",
"peekView.border": "#2aa198",
"peekViewEditor.background": "#fef9ec40",
"peekViewEditor.matchHighlightBackground": "#fef9ec40",
"peekViewResult.background": "#fef9ec40",
"peekViewResult.fileForeground": "#073642",
"peekViewResult.lineForeground": "#073642",
"peekViewResult.matchHighlightBackground": "#fef9ec",
"peekViewResult.selectionBackground": "#fef9ec",
"peekViewResult.selectionForeground": "#073642",
"peekViewTitle.background": "#d8cfbb",
"peekViewTitleDescription.foreground": "#073642",
"peekViewTitleLabel.foreground": "#073642",
"peekViewEditorGutter.background": "#fef9ec40",
"editorMarkerNavigation.background": "#eee8d5",
"editorMarkerNavigationError.background": "#d4261390",
"editorMarkerNavigationWarning.background": "#b5890090",
"editorMarkerNavigationInfo.background": "#268bd290",
"pickerGroup.border": "#d8cfbb",
"pickerGroup.foreground": "#073642",
"progressBar.background": "#b58900",
"scrollbar.shadow": "#d8cfbb",
"scrollbarSlider.activeBackground": "#2aa19860",
"scrollbarSlider.background": "#2aa19840",
"scrollbarSlider.hoverBackground": "#2aa19850",
"settings.modifiedItemIndicator": "#2aa198",
"settings.headerForeground": "#2aa198",
"sideBar.background": "#eee8d5",
"sideBar.border": "#d8cfbb",
"sideBar.foreground": "#073642bb",
"sideBarSectionHeader.background": "#eee8d5",
"sideBarSectionHeader.foreground": "#073642",
"sideBarSectionHeader.border": "#d8cfbb",
"sideBarTitle.foreground": "#657b83",
"tree.indentGuidesStroke": "#657b8370",
"statusBar.background": "#eee8d5",
"statusBar.border": "#d8cfbb",
"statusBar.debuggingBackground": "#2aa19844",
"statusBar.debuggingForeground": "#073642",
"statusBar.foreground": "#073642",
"statusBar.noFolderBackground": "#d8cfbb",
"statusBar.noFolderBorder": "#2aa198",
"statusBar.noFolderForeground": "#073642",
"statusBarItem.activeBackground": "#fef9ec",
"statusBarItem.hoverBackground": "#657b8330",
"statusBarItem.prominentBackground": "#d8cfbb",
"statusBarItem.prominentHoverBackground": "#fef9ec",
"statusBarItem.errorBackground": "#d42613",
"editorSuggestWidget.background": "#fdf6e3",
"editorSuggestWidget.border": "#d8cfbb",
"editorSuggestWidget.foreground": "#073642",
"editorSuggestWidget.highlightForeground": "#b58900",
"editorSuggestWidget.selectedBackground": "#2aa1984d",
"editorGroupHeader.noTabsBackground": "#fdf6e3",
"editorGroupHeader.tabsBackground": "#eee8d5",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#fdf6e3",
"tab.activeForeground": "#2aa198",
"tab.activeBorderTop": "#2aa198",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#fdf6e3cc",
"tab.unfocusedHoverBackground": "#2aa19810",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#eee8d5",
"tab.inactiveForeground": "#657b83",
"tab.unfocusedActiveForeground": "#073642",
"tab.unfocusedInactiveForeground": "#073642",
"tab.lastPinnedBorder": "#d8cfbb",
"terminal.ansiBlack": "#fdf6e3",
"terminal.ansiRed": "#d42613",
"terminal.ansiGreen": "#859900",
"terminal.ansiYellow": "#b58900",
"terminal.ansiBlue": "#268bd2",
"terminal.ansiMagenta": "#F38CEC",
"terminal.ansiCyan": "#2aa198",
"terminal.ansiWhite": "#073642",
"terminal.ansiBrightBlack": "#268bd2",
"terminal.ansiBrightRed": "#d42613",
"terminal.ansiBrightGreen": "#859900",
"terminal.ansiBrightYellow": "#b58900",
"terminal.ansiBrightBlue": "#268bd2",
"terminal.ansiBrightMagenta": "#F38CEC",
"terminal.ansiBrightCyan": "#2aa198",
"terminal.ansiBrightWhite": "#268bd2",
"terminal.background": "#fdf6e3",
"terminal.foreground": "#073642",
"terminalCursor.background": "#b58900",
"terminalCursor.foreground": "#b58900",
"textBlockQuote.background": "#268bd234",
"textBlockQuote.border": "#268bd2b9",
"textCodeBlock.background": "#268bd234",
"textLink.activeForeground": "#268bd2",
"textLink.foreground": "#268bd2",
"textPreformat.foreground": "#b58900",
"textSeparator.foreground": "#2aa198",
"walkThrough.embeddedEditorBackground": "#fdf6e3",
"titleBar.activeBackground": "#eee8d5",
"titleBar.activeForeground": "#657b83",
"titleBar.inactiveBackground": "#d8cfbb",
"titleBar.inactiveForeground": "#657b83",
"titleBar.border": "#d8cfbb"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#ca7016", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#A4EF58" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#657b83", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#d42613" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#073642" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#F38CEC" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#b58900" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#268bd2" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#b58900" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#b58900" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#073642" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#b58900" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#b58900" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#07364260" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#ca7016", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#2aa198", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#859900" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#6c71c4" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#d33682" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#d33682" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#6c71c4", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#268bd2" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#d33682" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#268bd2" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#268bd2aa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#b58900", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#6c71c4" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#6c71c4" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#268bd2" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#268bd2" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#b58900" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#b58900" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#268bd2" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#268bd2", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#268bd2", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#268bd2", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#268bd2", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#F38CEC" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#F38CEC" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#2aa198", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#2aa198", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#073642" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#6c71c4" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#ca7016" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#ca7016", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#ca7016" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#ca7016" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#268bd2" }
}
]
}

575
themes/light.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "light",
"colors": {
"activityBar.background": "#f3f6f6",
"activityBar.border": "#d1dadc",
"activityBar.foreground": "#3398DB",
"activityBar.inactiveForeground": "#8b99a7AA",
"activityBarBadge.background": "#3398DB",
"activityBarBadge.foreground": "#f3f6f6",
"badge.background": "#3398DB",
"badge.foreground": "#f3f6f6",
"breadcrumbPicker.background": "#ffffff",
"button.background": "#3398DB",
"button.foreground": "#f3f6f6",
"button.secondaryBackground": "#3398DB30",
"button.secondaryForeground": "#455059",
"extensionButton.prominentBackground": "#3398DB9d",
"extensionButton.prominentForeground": "#f3f6f6",
"extensionButton.prominentHoverBackground": "#3398DB",
"charts.foreground": "#455059",
"charts.lines": "#455059",
"charts.red": "#C13838",
"charts.blue": "#3398DB",
"charts.yellow": "#c9a022",
"charts.orange": "#D26D32",
"charts.green": "#37ae6f",
"charts.purple": "#CC71BC",
"contrastActiveBorder": "#00000000",
"errorForeground": "#C13838",
"focusBorder": "#3398DB40",
"foreground": "#455059",
"selection.background": "#3398DB60",
"widget.shadow": "#d1dadc",
"icon.foreground": "#455059",
"debugExceptionWidget.background": "#ffffff",
"debugExceptionWidget.border": "#d1dadc",
"debugToolBar.background": "#ffffff",
"descriptionForeground": "#455059",
"diffEditor.border": "#d1dadc",
"diffEditor.insertedTextBackground": "#37ae6f20",
"diffEditor.removedTextBackground": "#C1383825",
"diffEditor.diagonalFill": "#d1dadc80",
"dropdown.background": "#ffffff",
"dropdown.border": "#8b99a7aa",
"dropdown.foreground": "#455059",
"editor.background": "#ffffff",
"editor.findMatchBackground": "#3398DB20",
"editor.findMatchBorder": "#3398DB60",
"editor.findMatchHighlightBackground": "#3398DB20",
"editor.findMatchHighlightBorder": "#3398DB40",
"editor.foreground": "#455059",
"editor.hoverHighlightBackground": "#3398DB40",
"editor.lineHighlightBackground": "#3398DB0c",
"editor.lineHighlightBorder": "#3398DB1a",
"editor.rangeHighlightBackground": "#3398DB20",
"editor.selectionBackground": "#3398DB25",
"editor.selectionForeground": "#3398DB",
"editor.inactiveSelectionBackground": "#3398DB20",
"editor.selectionHighlightBorder": "#3398DB60",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#3398DB40",
"editor.wordHighlightBackground": "#3398DB20",
"editorBracketMatch.background": "#3398DB20",
"editorBracketMatch.border": "#3398DB40",
"editorCodeLens.foreground": "#455059",
"editorCursor.foreground": "#c9a022",
"editorGroup.border": "#d1dadc",
"editorGroup.dropBackground": "#3398DB15",
"editorHoverWidget.background": "#ffffff",
"editorHoverWidget.border": "#f3f6f6",
"editorIndentGuide.background": "#8b99a730",
"editorIndentGuide.activeBackground": "#8b99a7bb",
"editorLink.activeForeground": "#455059",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#ffffff",
"sash.hoverBorder": "#3398DB50",
"editorRuler.foreground": "#8b99a750",
"editorWarning.foreground": "#c9a022",
"editorWhitespace.foreground": "#8b99a760",
"editorWidget.background": "#ffffff",
"editorWidget.resizeBorder": "#3398DB50",
"editorGutter.background": "#ffffff",
"editorGutter.addedBackground": "#37ae6fcc",
"editorGutter.deletedBackground": "#C13838cc",
"editorGutter.modifiedBackground": "#3398DBcc",
"editorLineNumber.foreground": "#8b99a790",
"editorLineNumber.activeForeground": "#8b99a7",
"input.background": "#00000000",
"input.foreground": "#455059",
"input.border": "#3398DB30",
"input.placeholderForeground": "#3398DB60",
"inputOption.activeBorder": "#3398DB",
"inputValidation.errorBackground": "#ffffff",
"inputValidation.errorBorder": "#c9a022",
"inputValidation.infoBackground": "#ffffff",
"inputValidation.infoBorder": "#3398DB",
"inputValidation.warningBackground": "#ffffff",
"inputValidation.warningBorder": "#c9a022",
"list.activeSelectionBackground": "#3398DB25",
"list.inactiveSelectionBackground": "#3398DB25",
"list.dropBackground": "#3398DB15",
"list.focusBackground": "#3398DB40",
"list.focusForeground": "#455059",
"list.errorForeground": "#C13838",
"list.warningForeground": "#c9a022",
"list.highlightForeground": "#c9a022",
"list.activeSelectionForeground": "#455059",
"list.hoverBackground": "#d1dadc60",
"list.hoverForeground": "#455059",
"gitDecoration.modifiedResourceForeground": "#3398DB",
"gitDecoration.deletedResourceForeground": "#C13838",
"gitDecoration.untrackedResourceForeground": "#37ae6f",
"gitDecoration.ignoredResourceForeground": "#8b99a7",
"gitDecoration.conflictingResourceForeground": "#3398DB",
"gitDecoration.stageAddedResourceForeground": "#C13838",
"menu.background": "#ffffff",
"menu.foreground": "#455059",
"menu.separatorBackground": "#d1dadc",
"menu.selectionBackground": "#3398DB20",
"menu.selectionForeground": "#455059",
"menubar.selectionBackground": "#ffffff",
"menubar.selectionForeground": "#455059",
"merge.border": "#d1dadc",
"merge.commonContentBackground": "#c9a02230",
"merge.commonHeaderBackground": "#c9a02280",
"merge.currentContentBackground": "#37ae6f30",
"merge.currentHeaderBackground": "#37ae6f80",
"merge.incomingContentBackground": "#3398DB30",
"merge.incomingHeaderBackground": "#3398DB80",
"editorOverviewRuler.border": "#d1dadc",
"editorOverviewRuler.commonContentForeground": "#c9a022",
"editorOverviewRuler.currentContentForeground": "#C13838",
"editorOverviewRuler.incomingContentForeground": "#37ae6f",
"notificationCenterHeader.foreground": "#455059",
"notificationCenterHeader.background": "#ffffff",
"notifications.foreground": "#455059",
"notifications.background": "#ffffff",
"notifications.border": "#3398DB50",
"notificationLink.foreground": "#c9a022",
"panel.background": "#ffffff",
"panel.border": "#d1dadc",
"panelInput.border": "#8b99a7",
"panelSection.background": "#d1dadc",
"panelSection.border": "#d1dadc",
"panelTitle.activeBorder": "#3398DB",
"panelTitle.activeForeground": "#3398DB",
"panelTitle.inactiveForeground": "#8b99a7",
"panelSectionHeader.background": "#8b99a720",
"panelSectionHeader.foreground": "#455059",
"panelSectionHeader.border": "#d1dadc",
"peekView.border": "#3398DB",
"peekViewEditor.background": "#ffffff40",
"peekViewEditor.matchHighlightBackground": "#ffffff40",
"peekViewResult.background": "#ffffff40",
"peekViewResult.fileForeground": "#455059",
"peekViewResult.lineForeground": "#455059",
"peekViewResult.matchHighlightBackground": "#ffffff",
"peekViewResult.selectionBackground": "#ffffff",
"peekViewResult.selectionForeground": "#455059",
"peekViewTitle.background": "#d1dadc",
"peekViewTitleDescription.foreground": "#455059",
"peekViewTitleLabel.foreground": "#455059",
"peekViewEditorGutter.background": "#ffffff40",
"editorMarkerNavigation.background": "#f3f6f6",
"editorMarkerNavigationError.background": "#C1383890",
"editorMarkerNavigationWarning.background": "#c9a02290",
"editorMarkerNavigationInfo.background": "#3398DB90",
"pickerGroup.border": "#d1dadc",
"pickerGroup.foreground": "#455059",
"progressBar.background": "#c9a022",
"scrollbar.shadow": "#d1dadc",
"scrollbarSlider.activeBackground": "#3398DB60",
"scrollbarSlider.background": "#3398DB40",
"scrollbarSlider.hoverBackground": "#3398DB50",
"settings.modifiedItemIndicator": "#3398DB",
"settings.headerForeground": "#3398DB",
"sideBar.background": "#f3f6f6",
"sideBar.border": "#d1dadc",
"sideBar.foreground": "#455059bb",
"sideBarSectionHeader.background": "#f3f6f6",
"sideBarSectionHeader.foreground": "#455059",
"sideBarSectionHeader.border": "#d1dadc",
"sideBarTitle.foreground": "#8b99a7",
"tree.indentGuidesStroke": "#8b99a770",
"statusBar.background": "#f3f6f6",
"statusBar.border": "#d1dadc",
"statusBar.debuggingBackground": "#3398DB44",
"statusBar.debuggingForeground": "#455059",
"statusBar.foreground": "#455059",
"statusBar.noFolderBackground": "#d1dadc",
"statusBar.noFolderBorder": "#3398DB",
"statusBar.noFolderForeground": "#455059",
"statusBarItem.activeBackground": "#ffffff",
"statusBarItem.hoverBackground": "#8b99a730",
"statusBarItem.prominentBackground": "#d1dadc",
"statusBarItem.prominentHoverBackground": "#ffffff",
"statusBarItem.errorBackground": "#C13838",
"editorSuggestWidget.background": "#ffffff",
"editorSuggestWidget.border": "#d1dadc",
"editorSuggestWidget.foreground": "#455059",
"editorSuggestWidget.highlightForeground": "#c9a022",
"editorSuggestWidget.selectedBackground": "#3398DB4d",
"editorGroupHeader.noTabsBackground": "#ffffff",
"editorGroupHeader.tabsBackground": "#f3f6f6",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#ffffff",
"tab.activeForeground": "#3398DB",
"tab.activeBorderTop": "#3398DB",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#ffffffcc",
"tab.unfocusedHoverBackground": "#3398DB10",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#f3f6f6",
"tab.inactiveForeground": "#8b99a7",
"tab.unfocusedActiveForeground": "#455059",
"tab.unfocusedInactiveForeground": "#455059",
"tab.lastPinnedBorder": "#d1dadc",
"terminal.ansiBlack": "#ffffff",
"terminal.ansiRed": "#C13838",
"terminal.ansiGreen": "#37ae6f",
"terminal.ansiYellow": "#c9a022",
"terminal.ansiBlue": "#3398DB",
"terminal.ansiMagenta": "#CC71BC",
"terminal.ansiCyan": "#24B5A8",
"terminal.ansiWhite": "#455059",
"terminal.ansiBrightBlack": "#3398DB",
"terminal.ansiBrightRed": "#C13838",
"terminal.ansiBrightGreen": "#37ae6f",
"terminal.ansiBrightYellow": "#c9a022",
"terminal.ansiBrightBlue": "#3398DB",
"terminal.ansiBrightMagenta": "#CC71BC",
"terminal.ansiBrightCyan": "#24B5A8",
"terminal.ansiBrightWhite": "#3398DB",
"terminal.background": "#ffffff",
"terminal.foreground": "#455059",
"terminalCursor.background": "#c9a022",
"terminalCursor.foreground": "#c9a022",
"textBlockQuote.background": "#3398DB34",
"textBlockQuote.border": "#3398DBb9",
"textCodeBlock.background": "#3398DB34",
"textLink.activeForeground": "#3398DB",
"textLink.foreground": "#3398DB",
"textPreformat.foreground": "#c9a022",
"textSeparator.foreground": "#3398DB",
"walkThrough.embeddedEditorBackground": "#ffffff",
"titleBar.activeBackground": "#f3f6f6",
"titleBar.activeForeground": "#8b99a7",
"titleBar.inactiveBackground": "#d1dadc",
"titleBar.inactiveForeground": "#8b99a7",
"titleBar.border": "#d1dadc"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#D26D32", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#7E9E2D" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#8b99a7", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#C13838" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#455059" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#CC71BC" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#c9a022" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#3398DB" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#c9a022" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#c9a022" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#455059" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#c9a022" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#c9a022" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#45505960" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#D26D32", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#24B5A8", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#37ae6f" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#935cd1" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#de456b" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#de456b" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#935cd1", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#3398DB" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#de456b" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#3398DB" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#3398DBaa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#c9a022", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#935cd1" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#935cd1" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#3398DB" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#3398DB" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#c9a022" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#c9a022" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#3398DB" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#3398DB", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#3398DB", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#3398DB", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#3398DB", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#CC71BC" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#CC71BC" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#24B5A8", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#24B5A8", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#455059" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#935cd1" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#D26D32" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#D26D32", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#D26D32" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#D26D32" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#3398DB" }
}
]
}

View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Natural Elements",
"colors": {
"activityBar.background": "#111d1f",
"activityBar.border": "#0C1617",
"activityBar.foreground": "#da6c62",
"activityBar.inactiveForeground": "#2f6a69AA",
"activityBarBadge.background": "#da6c62",
"activityBarBadge.foreground": "#111d1f",
"badge.background": "#da6c62",
"badge.foreground": "#111d1f",
"breadcrumbPicker.background": "#142326",
"button.background": "#da6c62",
"button.foreground": "#111d1f",
"button.secondaryBackground": "#da6c6230",
"button.secondaryForeground": "#c0ccc4",
"extensionButton.prominentBackground": "#da6c629d",
"extensionButton.prominentForeground": "#111d1f",
"extensionButton.prominentHoverBackground": "#da6c62",
"charts.foreground": "#c0ccc4",
"charts.lines": "#c0ccc4",
"charts.red": "#C13838",
"charts.blue": "#00B3BD",
"charts.yellow": "#da6c62",
"charts.orange": "#5288BA",
"charts.green": "#a9dc76",
"charts.purple": "#e991e3",
"contrastActiveBorder": "#00000000",
"errorForeground": "#E35535",
"focusBorder": "#da6c6240",
"foreground": "#c0ccc4",
"selection.background": "#da6c6260",
"widget.shadow": "#0C1617",
"icon.foreground": "#c0ccc4",
"debugExceptionWidget.background": "#6a2b2a",
"debugExceptionWidget.border": "#0C1617",
"debugToolBar.background": "#6a2b2a",
"descriptionForeground": "#c0ccc4",
"diffEditor.border": "#0C1617",
"diffEditor.insertedTextBackground": "#a9dc7620",
"diffEditor.removedTextBackground": "#E3553525",
"diffEditor.diagonalFill": "#0C161780",
"dropdown.background": "#142326",
"dropdown.border": "#2f6a69aa",
"dropdown.foreground": "#c0ccc4",
"editor.background": "#142326",
"editor.findMatchBackground": "#da6c6220",
"editor.findMatchBorder": "#da6c6260",
"editor.findMatchHighlightBackground": "#da6c6220",
"editor.findMatchHighlightBorder": "#da6c6240",
"editor.foreground": "#c0ccc4",
"editor.hoverHighlightBackground": "#da6c6240",
"editor.lineHighlightBackground": "#da6c620c",
"editor.lineHighlightBorder": "#da6c621a",
"editor.rangeHighlightBackground": "#da6c6220",
"editor.selectionBackground": "#da6c6225",
"editor.selectionForeground": "#da6c62",
"editor.inactiveSelectionBackground": "#da6c6220",
"editor.selectionHighlightBorder": "#da6c6260",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#da6c6240",
"editor.wordHighlightBackground": "#da6c6220",
"editorBracketMatch.background": "#da6c6220",
"editorBracketMatch.border": "#da6c6240",
"editorCodeLens.foreground": "#c0ccc4",
"editorCursor.foreground": "#da6c62",
"editorGroup.border": "#0C1617",
"editorGroup.dropBackground": "#da6c6215",
"editorHoverWidget.background": "#6a2b2a",
"editorHoverWidget.border": "#111d1f",
"editorIndentGuide.background": "#2f6a6930",
"editorIndentGuide.activeBackground": "#2f6a69bb",
"editorLink.activeForeground": "#c0ccc4",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#6a2b2a",
"sash.hoverBorder": "#da6c6250",
"editorRuler.foreground": "#2f6a6950",
"editorWarning.foreground": "#da6c62",
"editorWhitespace.foreground": "#2f6a6960",
"editorWidget.background": "#6a2b2a",
"editorWidget.resizeBorder": "#da6c6250",
"editorGutter.background": "#142326",
"editorGutter.addedBackground": "#a9dc76cc",
"editorGutter.deletedBackground": "#E35535cc",
"editorGutter.modifiedBackground": "#00B3BDcc",
"editorLineNumber.foreground": "#2f6a6990",
"editorLineNumber.activeForeground": "#2f6a69",
"input.background": "#00000000",
"input.foreground": "#c0ccc4",
"input.border": "#da6c6230",
"input.placeholderForeground": "#da6c6260",
"inputOption.activeBorder": "#da6c62",
"inputValidation.errorBackground": "#6a2b2a",
"inputValidation.errorBorder": "#da6c62",
"inputValidation.infoBackground": "#6a2b2a",
"inputValidation.infoBorder": "#da6c62",
"inputValidation.warningBackground": "#6a2b2a",
"inputValidation.warningBorder": "#da6c62",
"list.activeSelectionBackground": "#da6c6225",
"list.inactiveSelectionBackground": "#da6c6225",
"list.dropBackground": "#da6c6215",
"list.focusBackground": "#da6c6240",
"list.focusForeground": "#c0ccc4",
"list.errorForeground": "#E35535",
"list.warningForeground": "#d1a456",
"list.highlightForeground": "#da6c62",
"list.activeSelectionForeground": "#c0ccc4",
"list.hoverBackground": "#0C161760",
"list.hoverForeground": "#c0ccc4",
"gitDecoration.modifiedResourceForeground": "#00B3BD",
"gitDecoration.deletedResourceForeground": "#E35535",
"gitDecoration.untrackedResourceForeground": "#a9dc76",
"gitDecoration.ignoredResourceForeground": "#2f6a69",
"gitDecoration.conflictingResourceForeground": "#da6c62",
"gitDecoration.stageAddedResourceForeground": "#C13838",
"menu.background": "#6a2b2a",
"menu.foreground": "#c0ccc4",
"menu.separatorBackground": "#0C1617",
"menu.selectionBackground": "#da6c6220",
"menu.selectionForeground": "#c0ccc4",
"menubar.selectionBackground": "#6a2b2a",
"menubar.selectionForeground": "#c0ccc4",
"merge.border": "#0C1617",
"merge.commonContentBackground": "#da6c6230",
"merge.commonHeaderBackground": "#da6c6280",
"merge.currentContentBackground": "#a9dc7630",
"merge.currentHeaderBackground": "#a9dc7680",
"merge.incomingContentBackground": "#00B3BD30",
"merge.incomingHeaderBackground": "#00B3BD80",
"editorOverviewRuler.border": "#0C1617",
"editorOverviewRuler.commonContentForeground": "#da6c62",
"editorOverviewRuler.currentContentForeground": "#E35535",
"editorOverviewRuler.incomingContentForeground": "#a9dc76",
"notificationCenterHeader.foreground": "#c0ccc4",
"notificationCenterHeader.background": "#6a2b2a",
"notifications.foreground": "#c0ccc4",
"notifications.background": "#6a2b2a",
"notifications.border": "#da6c6250",
"notificationLink.foreground": "#da6c62",
"panel.background": "#142326",
"panel.border": "#0C1617",
"panelInput.border": "#2f6a69",
"panelSection.background": "#0C1617",
"panelSection.border": "#0C1617",
"panelTitle.activeBorder": "#da6c62",
"panelTitle.activeForeground": "#da6c62",
"panelTitle.inactiveForeground": "#2f6a69",
"panelSectionHeader.background": "#2f6a6920",
"panelSectionHeader.foreground": "#c0ccc4",
"panelSectionHeader.border": "#0C1617",
"peekView.border": "#da6c62",
"peekViewEditor.background": "#6a2b2a40",
"peekViewEditor.matchHighlightBackground": "#6a2b2a40",
"peekViewResult.background": "#6a2b2a40",
"peekViewResult.fileForeground": "#c0ccc4",
"peekViewResult.lineForeground": "#c0ccc4",
"peekViewResult.matchHighlightBackground": "#6a2b2a",
"peekViewResult.selectionBackground": "#6a2b2a",
"peekViewResult.selectionForeground": "#c0ccc4",
"peekViewTitle.background": "#0C1617",
"peekViewTitleDescription.foreground": "#c0ccc4",
"peekViewTitleLabel.foreground": "#c0ccc4",
"peekViewEditorGutter.background": "#6a2b2a40",
"editorMarkerNavigation.background": "#111d1f",
"editorMarkerNavigationError.background": "#E3553590",
"editorMarkerNavigationWarning.background": "#d1a45690",
"editorMarkerNavigationInfo.background": "#00B3BD90",
"pickerGroup.border": "#0C1617",
"pickerGroup.foreground": "#c0ccc4",
"progressBar.background": "#da6c62",
"scrollbar.shadow": "#0C1617",
"scrollbarSlider.activeBackground": "#da6c6260",
"scrollbarSlider.background": "#da6c6240",
"scrollbarSlider.hoverBackground": "#da6c6250",
"settings.modifiedItemIndicator": "#da6c62",
"settings.headerForeground": "#da6c62",
"sideBar.background": "#111d1f",
"sideBar.border": "#0C1617",
"sideBar.foreground": "#c0ccc4bb",
"sideBarSectionHeader.background": "#111d1f",
"sideBarSectionHeader.foreground": "#c0ccc4",
"sideBarSectionHeader.border": "#0C1617",
"sideBarTitle.foreground": "#2f6a69",
"tree.indentGuidesStroke": "#2f6a6970",
"statusBar.background": "#111d1f",
"statusBar.border": "#0C1617",
"statusBar.debuggingBackground": "#da6c6244",
"statusBar.debuggingForeground": "#c0ccc4",
"statusBar.foreground": "#c0ccc4",
"statusBar.noFolderBackground": "#0C1617",
"statusBar.noFolderBorder": "#da6c62",
"statusBar.noFolderForeground": "#c0ccc4",
"statusBarItem.activeBackground": "#6a2b2a",
"statusBarItem.hoverBackground": "#2f6a6930",
"statusBarItem.prominentBackground": "#0C1617",
"statusBarItem.prominentHoverBackground": "#6a2b2a",
"statusBarItem.errorBackground": "#C13838",
"editorSuggestWidget.background": "#142326",
"editorSuggestWidget.border": "#0C1617",
"editorSuggestWidget.foreground": "#c0ccc4",
"editorSuggestWidget.highlightForeground": "#da6c62",
"editorSuggestWidget.selectedBackground": "#da6c624d",
"editorGroupHeader.noTabsBackground": "#142326",
"editorGroupHeader.tabsBackground": "#111d1f",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#142326",
"tab.activeForeground": "#da6c62",
"tab.activeBorderTop": "#da6c62",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#142326cc",
"tab.unfocusedHoverBackground": "#da6c6210",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#111d1f",
"tab.inactiveForeground": "#2f6a69",
"tab.unfocusedActiveForeground": "#c0ccc4",
"tab.unfocusedInactiveForeground": "#c0ccc4",
"tab.lastPinnedBorder": "#0C1617",
"terminal.ansiBlack": "#142326",
"terminal.ansiRed": "#E35535",
"terminal.ansiGreen": "#a9dc76",
"terminal.ansiYellow": "#da6c62",
"terminal.ansiBlue": "#00B3BD",
"terminal.ansiMagenta": "#e991e3",
"terminal.ansiCyan": "#da6c62",
"terminal.ansiWhite": "#c0ccc4",
"terminal.ansiBrightBlack": "#00B3BD",
"terminal.ansiBrightRed": "#E35535",
"terminal.ansiBrightGreen": "#a9dc76",
"terminal.ansiBrightYellow": "#da6c62",
"terminal.ansiBrightBlue": "#00B3BD",
"terminal.ansiBrightMagenta": "#e991e3",
"terminal.ansiBrightCyan": "#da6c62",
"terminal.ansiBrightWhite": "#00B3BD",
"terminal.background": "#142326",
"terminal.foreground": "#c0ccc4",
"terminalCursor.background": "#da6c62",
"terminalCursor.foreground": "#da6c62",
"textBlockQuote.background": "#00B3BD34",
"textBlockQuote.border": "#00B3BDb9",
"textCodeBlock.background": "#00B3BD34",
"textLink.activeForeground": "#00B3BD",
"textLink.foreground": "#00B3BD",
"textPreformat.foreground": "#da6c62",
"textSeparator.foreground": "#da6c62",
"walkThrough.embeddedEditorBackground": "#142326",
"titleBar.activeBackground": "#111d1f",
"titleBar.activeForeground": "#2f6a69",
"titleBar.inactiveBackground": "#0C1617",
"titleBar.inactiveForeground": "#2f6a69",
"titleBar.border": "#0C1617"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#5288BA", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#b7d175" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#2f6a69", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#C13838" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#c0ccc4" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#e991e3" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#da6c62" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#00B3BD" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#da6c62" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#da6c62" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#c0ccc4" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#da6c62" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#da6c62" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#c0ccc460" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#5288BA", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#da6c62", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#a9dc76" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#CC9B52" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#B85C40" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#B85C40" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#CC9B52", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#00B3BD" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#B85C40" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#00B3BD" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#00B3BDaa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#da6c62", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#CC9B52" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#CC9B52" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#00B3BD" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#00B3BD" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#da6c62" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#da6c62" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#00B3BD" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#00B3BD", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#00B3BD", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#00B3BD", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#00B3BD", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#e991e3" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#e991e3" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#da6c62", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#da6c62", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#c0ccc4" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#CC9B52" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#5288BA" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#5288BA", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#5288BA" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#5288BA" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#00B3BD" }
}
]
}

575
themes/nostalgic-sky.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Nostalgic-sky",
"colors": {
"activityBar.background": "#0e121f",
"activityBar.border": "#090c17",
"activityBar.foreground": "#a4b9db",
"activityBar.inactiveForeground": "#576275AA",
"activityBarBadge.background": "#a4b9db",
"activityBarBadge.foreground": "#0e121f",
"badge.background": "#a4b9db",
"badge.foreground": "#0e121f",
"breadcrumbPicker.background": "#121624",
"button.background": "#a4b9db",
"button.foreground": "#0e121f",
"button.secondaryBackground": "#a4b9db30",
"button.secondaryForeground": "#ffffff",
"extensionButton.prominentBackground": "#a4b9db9d",
"extensionButton.prominentForeground": "#0e121f",
"extensionButton.prominentHoverBackground": "#a4b9db",
"charts.foreground": "#ffffff",
"charts.lines": "#ffffff",
"charts.red": "#E35535",
"charts.blue": "#69C3FF",
"charts.yellow": "#EACD61",
"charts.orange": "#FF955C",
"charts.green": "#3CEC85",
"charts.purple": "#F38CEC",
"contrastActiveBorder": "#00000000",
"errorForeground": "#E35535",
"focusBorder": "#a4b9db40",
"foreground": "#ffffff",
"selection.background": "#a4b9db60",
"widget.shadow": "#090c17",
"icon.foreground": "#ffffff",
"debugExceptionWidget.background": "#222d47",
"debugExceptionWidget.border": "#090c17",
"debugToolBar.background": "#222d47",
"descriptionForeground": "#ffffff",
"diffEditor.border": "#090c17",
"diffEditor.insertedTextBackground": "#3CEC8520",
"diffEditor.removedTextBackground": "#E3553525",
"diffEditor.diagonalFill": "#090c1780",
"dropdown.background": "#121624",
"dropdown.border": "#576275aa",
"dropdown.foreground": "#ffffff",
"editor.background": "#121624",
"editor.findMatchBackground": "#a4b9db20",
"editor.findMatchBorder": "#a4b9db60",
"editor.findMatchHighlightBackground": "#a4b9db20",
"editor.findMatchHighlightBorder": "#a4b9db40",
"editor.foreground": "#ffffff",
"editor.hoverHighlightBackground": "#a4b9db40",
"editor.lineHighlightBackground": "#a4b9db0c",
"editor.lineHighlightBorder": "#a4b9db1a",
"editor.rangeHighlightBackground": "#a4b9db20",
"editor.selectionBackground": "#a4b9db25",
"editor.selectionForeground": "#a4b9db",
"editor.inactiveSelectionBackground": "#a4b9db20",
"editor.selectionHighlightBorder": "#a4b9db60",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#a4b9db40",
"editor.wordHighlightBackground": "#a4b9db20",
"editorBracketMatch.background": "#a4b9db20",
"editorBracketMatch.border": "#a4b9db40",
"editorCodeLens.foreground": "#ffffff",
"editorCursor.foreground": "#EACD61",
"editorGroup.border": "#090c17",
"editorGroup.dropBackground": "#a4b9db15",
"editorHoverWidget.background": "#222d47",
"editorHoverWidget.border": "#0e121f",
"editorIndentGuide.background": "#57627530",
"editorIndentGuide.activeBackground": "#576275bb",
"editorLink.activeForeground": "#ffffff",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#222d47",
"sash.hoverBorder": "#a4b9db50",
"editorRuler.foreground": "#57627550",
"editorWarning.foreground": "#EACD61",
"editorWhitespace.foreground": "#57627560",
"editorWidget.background": "#222d47",
"editorWidget.resizeBorder": "#a4b9db50",
"editorGutter.background": "#121624",
"editorGutter.addedBackground": "#3CEC85cc",
"editorGutter.deletedBackground": "#E35535cc",
"editorGutter.modifiedBackground": "#69C3FFcc",
"editorLineNumber.foreground": "#57627590",
"editorLineNumber.activeForeground": "#576275",
"input.background": "#00000000",
"input.foreground": "#ffffff",
"input.border": "#a4b9db30",
"input.placeholderForeground": "#a4b9db60",
"inputOption.activeBorder": "#a4b9db",
"inputValidation.errorBackground": "#222d47",
"inputValidation.errorBorder": "#EACD61",
"inputValidation.infoBackground": "#222d47",
"inputValidation.infoBorder": "#a4b9db",
"inputValidation.warningBackground": "#222d47",
"inputValidation.warningBorder": "#EACD61",
"list.activeSelectionBackground": "#a4b9db25",
"list.inactiveSelectionBackground": "#a4b9db25",
"list.dropBackground": "#a4b9db15",
"list.focusBackground": "#a4b9db40",
"list.focusForeground": "#ffffff",
"list.errorForeground": "#E35535",
"list.warningForeground": "#cf9e57",
"list.highlightForeground": "#EACD61",
"list.activeSelectionForeground": "#ffffff",
"list.hoverBackground": "#090c1760",
"list.hoverForeground": "#ffffff",
"gitDecoration.modifiedResourceForeground": "#69C3FF",
"gitDecoration.deletedResourceForeground": "#E35535",
"gitDecoration.untrackedResourceForeground": "#3CEC85",
"gitDecoration.ignoredResourceForeground": "#576275",
"gitDecoration.conflictingResourceForeground": "#a4b9db",
"gitDecoration.stageAddedResourceForeground": "#E35535",
"menu.background": "#222d47",
"menu.foreground": "#ffffff",
"menu.separatorBackground": "#090c17",
"menu.selectionBackground": "#a4b9db20",
"menu.selectionForeground": "#ffffff",
"menubar.selectionBackground": "#222d47",
"menubar.selectionForeground": "#ffffff",
"merge.border": "#090c17",
"merge.commonContentBackground": "#EACD6130",
"merge.commonHeaderBackground": "#EACD6180",
"merge.currentContentBackground": "#3CEC8530",
"merge.currentHeaderBackground": "#3CEC8580",
"merge.incomingContentBackground": "#69C3FF30",
"merge.incomingHeaderBackground": "#69C3FF80",
"editorOverviewRuler.border": "#090c17",
"editorOverviewRuler.commonContentForeground": "#EACD61",
"editorOverviewRuler.currentContentForeground": "#E35535",
"editorOverviewRuler.incomingContentForeground": "#3CEC85",
"notificationCenterHeader.foreground": "#ffffff",
"notificationCenterHeader.background": "#222d47",
"notifications.foreground": "#ffffff",
"notifications.background": "#222d47",
"notifications.border": "#a4b9db50",
"notificationLink.foreground": "#EACD61",
"panel.background": "#121624",
"panel.border": "#090c17",
"panelInput.border": "#576275",
"panelSection.background": "#090c17",
"panelSection.border": "#090c17",
"panelTitle.activeBorder": "#a4b9db",
"panelTitle.activeForeground": "#a4b9db",
"panelTitle.inactiveForeground": "#576275",
"panelSectionHeader.background": "#57627520",
"panelSectionHeader.foreground": "#ffffff",
"panelSectionHeader.border": "#090c17",
"peekView.border": "#a4b9db",
"peekViewEditor.background": "#222d4740",
"peekViewEditor.matchHighlightBackground": "#222d4740",
"peekViewResult.background": "#222d4740",
"peekViewResult.fileForeground": "#ffffff",
"peekViewResult.lineForeground": "#ffffff",
"peekViewResult.matchHighlightBackground": "#222d47",
"peekViewResult.selectionBackground": "#222d47",
"peekViewResult.selectionForeground": "#ffffff",
"peekViewTitle.background": "#090c17",
"peekViewTitleDescription.foreground": "#ffffff",
"peekViewTitleLabel.foreground": "#ffffff",
"peekViewEditorGutter.background": "#222d4740",
"editorMarkerNavigation.background": "#0e121f",
"editorMarkerNavigationError.background": "#E3553590",
"editorMarkerNavigationWarning.background": "#cf9e5790",
"editorMarkerNavigationInfo.background": "#69C3FF90",
"pickerGroup.border": "#090c17",
"pickerGroup.foreground": "#ffffff",
"progressBar.background": "#EACD61",
"scrollbar.shadow": "#090c17",
"scrollbarSlider.activeBackground": "#a4b9db60",
"scrollbarSlider.background": "#a4b9db40",
"scrollbarSlider.hoverBackground": "#a4b9db50",
"settings.modifiedItemIndicator": "#a4b9db",
"settings.headerForeground": "#a4b9db",
"sideBar.background": "#0e121f",
"sideBar.border": "#090c17",
"sideBar.foreground": "#ffffffbb",
"sideBarSectionHeader.background": "#0e121f",
"sideBarSectionHeader.foreground": "#ffffff",
"sideBarSectionHeader.border": "#090c17",
"sideBarTitle.foreground": "#576275",
"tree.indentGuidesStroke": "#57627570",
"statusBar.background": "#0e121f",
"statusBar.border": "#090c17",
"statusBar.debuggingBackground": "#a4b9db44",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.foreground": "#ffffff",
"statusBar.noFolderBackground": "#090c17",
"statusBar.noFolderBorder": "#a4b9db",
"statusBar.noFolderForeground": "#ffffff",
"statusBarItem.activeBackground": "#222d47",
"statusBarItem.hoverBackground": "#57627530",
"statusBarItem.prominentBackground": "#090c17",
"statusBarItem.prominentHoverBackground": "#222d47",
"statusBarItem.errorBackground": "#E35535",
"editorSuggestWidget.background": "#121624",
"editorSuggestWidget.border": "#090c17",
"editorSuggestWidget.foreground": "#ffffff",
"editorSuggestWidget.highlightForeground": "#EACD61",
"editorSuggestWidget.selectedBackground": "#a4b9db4d",
"editorGroupHeader.noTabsBackground": "#121624",
"editorGroupHeader.tabsBackground": "#0e121f",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#121624",
"tab.activeForeground": "#a4b9db",
"tab.activeBorderTop": "#a4b9db",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#121624cc",
"tab.unfocusedHoverBackground": "#a4b9db10",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#0e121f",
"tab.inactiveForeground": "#576275",
"tab.unfocusedActiveForeground": "#ffffff",
"tab.unfocusedInactiveForeground": "#ffffff",
"tab.lastPinnedBorder": "#090c17",
"terminal.ansiBlack": "#121624",
"terminal.ansiRed": "#E35535",
"terminal.ansiGreen": "#3CEC85",
"terminal.ansiYellow": "#EACD61",
"terminal.ansiBlue": "#69C3FF",
"terminal.ansiMagenta": "#F38CEC",
"terminal.ansiCyan": "#22ECDB",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiBrightBlack": "#69C3FF",
"terminal.ansiBrightRed": "#E35535",
"terminal.ansiBrightGreen": "#3CEC85",
"terminal.ansiBrightYellow": "#EACD61",
"terminal.ansiBrightBlue": "#69C3FF",
"terminal.ansiBrightMagenta": "#F38CEC",
"terminal.ansiBrightCyan": "#22ECDB",
"terminal.ansiBrightWhite": "#69C3FF",
"terminal.background": "#121624",
"terminal.foreground": "#ffffff",
"terminalCursor.background": "#EACD61",
"terminalCursor.foreground": "#EACD61",
"textBlockQuote.background": "#69C3FF34",
"textBlockQuote.border": "#69C3FFb9",
"textCodeBlock.background": "#69C3FF34",
"textLink.activeForeground": "#69C3FF",
"textLink.foreground": "#69C3FF",
"textPreformat.foreground": "#EACD61",
"textSeparator.foreground": "#a4b9db",
"walkThrough.embeddedEditorBackground": "#121624",
"titleBar.activeBackground": "#0e121f",
"titleBar.activeForeground": "#576275",
"titleBar.inactiveBackground": "#090c17",
"titleBar.inactiveForeground": "#576275",
"titleBar.border": "#090c17"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#FF955C", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#A4EF58" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#576275", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#E35535" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#ffffff" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#F38CEC" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#EACD61" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#69C3FF" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#EACD61" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#EACD61" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#ffffff" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#EACD61" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#EACD61" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#ffffff60" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#FF955C", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#22ECDB", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#3CEC85" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#B78AFF" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#FF738A" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#FF738A" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#B78AFF", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#69C3FF" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#FF738A" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#69C3FF" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#69C3FFaa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#EACD61", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#B78AFF" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#B78AFF" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#69C3FF" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#69C3FF" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#EACD61" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#EACD61" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#69C3FF" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#69C3FF", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#69C3FF", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#69C3FF", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#69C3FF", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#F38CEC" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#F38CEC" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#22ECDB", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#22ECDB", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#ffffff" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#B78AFF" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#FF955C" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#FF955C", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#FF955C" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#FF955C" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#69C3FF" }
}
]
}

575
themes/nostalgic-timid.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Nostalgic-timid",
"colors": {
"activityBar.background": "#14101f",
"activityBar.border": "#0b0812",
"activityBar.foreground": "#a3a5d6",
"activityBar.inactiveForeground": "#585775AA",
"activityBarBadge.background": "#a3a5d6",
"activityBarBadge.foreground": "#14101f",
"badge.background": "#a3a5d6",
"badge.foreground": "#14101f",
"breadcrumbPicker.background": "#181424",
"button.background": "#a3a5d6",
"button.foreground": "#14101f",
"button.secondaryBackground": "#a3a5d630",
"button.secondaryForeground": "#ffffff",
"extensionButton.prominentBackground": "#a3a5d69d",
"extensionButton.prominentForeground": "#14101f",
"extensionButton.prominentHoverBackground": "#a3a5d6",
"charts.foreground": "#ffffff",
"charts.lines": "#ffffff",
"charts.red": "#E35535",
"charts.blue": "#69C3FF",
"charts.yellow": "#EACD61",
"charts.orange": "#FF955C",
"charts.green": "#3CEC85",
"charts.purple": "#F38CEC",
"contrastActiveBorder": "#00000000",
"errorForeground": "#E35535",
"focusBorder": "#a3a5d640",
"foreground": "#ffffff",
"selection.background": "#a3a5d660",
"widget.shadow": "#0b0812",
"icon.foreground": "#ffffff",
"debugExceptionWidget.background": "#231e36",
"debugExceptionWidget.border": "#0b0812",
"debugToolBar.background": "#231e36",
"descriptionForeground": "#ffffff",
"diffEditor.border": "#0b0812",
"diffEditor.insertedTextBackground": "#3CEC8520",
"diffEditor.removedTextBackground": "#E3553525",
"diffEditor.diagonalFill": "#0b081280",
"dropdown.background": "#181424",
"dropdown.border": "#585775aa",
"dropdown.foreground": "#ffffff",
"editor.background": "#181424",
"editor.findMatchBackground": "#a3a5d620",
"editor.findMatchBorder": "#a3a5d660",
"editor.findMatchHighlightBackground": "#a3a5d620",
"editor.findMatchHighlightBorder": "#a3a5d640",
"editor.foreground": "#ffffff",
"editor.hoverHighlightBackground": "#a3a5d640",
"editor.lineHighlightBackground": "#a3a5d60c",
"editor.lineHighlightBorder": "#a3a5d61a",
"editor.rangeHighlightBackground": "#a3a5d620",
"editor.selectionBackground": "#a3a5d625",
"editor.selectionForeground": "#a3a5d6",
"editor.inactiveSelectionBackground": "#a3a5d620",
"editor.selectionHighlightBorder": "#a3a5d660",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#a3a5d640",
"editor.wordHighlightBackground": "#a3a5d620",
"editorBracketMatch.background": "#a3a5d620",
"editorBracketMatch.border": "#a3a5d640",
"editorCodeLens.foreground": "#ffffff",
"editorCursor.foreground": "#EACD61",
"editorGroup.border": "#0b0812",
"editorGroup.dropBackground": "#a3a5d615",
"editorHoverWidget.background": "#231e36",
"editorHoverWidget.border": "#14101f",
"editorIndentGuide.background": "#58577530",
"editorIndentGuide.activeBackground": "#585775bb",
"editorLink.activeForeground": "#ffffff",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#231e36",
"sash.hoverBorder": "#a3a5d650",
"editorRuler.foreground": "#58577550",
"editorWarning.foreground": "#EACD61",
"editorWhitespace.foreground": "#58577560",
"editorWidget.background": "#231e36",
"editorWidget.resizeBorder": "#a3a5d650",
"editorGutter.background": "#181424",
"editorGutter.addedBackground": "#3CEC85cc",
"editorGutter.deletedBackground": "#E35535cc",
"editorGutter.modifiedBackground": "#69C3FFcc",
"editorLineNumber.foreground": "#58577590",
"editorLineNumber.activeForeground": "#585775",
"input.background": "#00000000",
"input.foreground": "#ffffff",
"input.border": "#a3a5d630",
"input.placeholderForeground": "#a3a5d660",
"inputOption.activeBorder": "#a3a5d6",
"inputValidation.errorBackground": "#231e36",
"inputValidation.errorBorder": "#EACD61",
"inputValidation.infoBackground": "#231e36",
"inputValidation.infoBorder": "#a3a5d6",
"inputValidation.warningBackground": "#231e36",
"inputValidation.warningBorder": "#EACD61",
"list.activeSelectionBackground": "#a3a5d625",
"list.inactiveSelectionBackground": "#a3a5d625",
"list.dropBackground": "#a3a5d615",
"list.focusBackground": "#a3a5d640",
"list.focusForeground": "#ffffff",
"list.errorForeground": "#E35535",
"list.warningForeground": "#cf9e57",
"list.highlightForeground": "#EACD61",
"list.activeSelectionForeground": "#ffffff",
"list.hoverBackground": "#0b081260",
"list.hoverForeground": "#ffffff",
"gitDecoration.modifiedResourceForeground": "#69C3FF",
"gitDecoration.deletedResourceForeground": "#E35535",
"gitDecoration.untrackedResourceForeground": "#3CEC85",
"gitDecoration.ignoredResourceForeground": "#585775",
"gitDecoration.conflictingResourceForeground": "#a3a5d6",
"gitDecoration.stageAddedResourceForeground": "#E35535",
"menu.background": "#231e36",
"menu.foreground": "#ffffff",
"menu.separatorBackground": "#0b0812",
"menu.selectionBackground": "#a3a5d620",
"menu.selectionForeground": "#ffffff",
"menubar.selectionBackground": "#231e36",
"menubar.selectionForeground": "#ffffff",
"merge.border": "#0b0812",
"merge.commonContentBackground": "#EACD6130",
"merge.commonHeaderBackground": "#EACD6180",
"merge.currentContentBackground": "#3CEC8530",
"merge.currentHeaderBackground": "#3CEC8580",
"merge.incomingContentBackground": "#69C3FF30",
"merge.incomingHeaderBackground": "#69C3FF80",
"editorOverviewRuler.border": "#0b0812",
"editorOverviewRuler.commonContentForeground": "#EACD61",
"editorOverviewRuler.currentContentForeground": "#E35535",
"editorOverviewRuler.incomingContentForeground": "#3CEC85",
"notificationCenterHeader.foreground": "#ffffff",
"notificationCenterHeader.background": "#231e36",
"notifications.foreground": "#ffffff",
"notifications.background": "#231e36",
"notifications.border": "#a3a5d650",
"notificationLink.foreground": "#EACD61",
"panel.background": "#181424",
"panel.border": "#0b0812",
"panelInput.border": "#585775",
"panelSection.background": "#0b0812",
"panelSection.border": "#0b0812",
"panelTitle.activeBorder": "#a3a5d6",
"panelTitle.activeForeground": "#a3a5d6",
"panelTitle.inactiveForeground": "#585775",
"panelSectionHeader.background": "#58577520",
"panelSectionHeader.foreground": "#ffffff",
"panelSectionHeader.border": "#0b0812",
"peekView.border": "#a3a5d6",
"peekViewEditor.background": "#231e3640",
"peekViewEditor.matchHighlightBackground": "#231e3640",
"peekViewResult.background": "#231e3640",
"peekViewResult.fileForeground": "#ffffff",
"peekViewResult.lineForeground": "#ffffff",
"peekViewResult.matchHighlightBackground": "#231e36",
"peekViewResult.selectionBackground": "#231e36",
"peekViewResult.selectionForeground": "#ffffff",
"peekViewTitle.background": "#0b0812",
"peekViewTitleDescription.foreground": "#ffffff",
"peekViewTitleLabel.foreground": "#ffffff",
"peekViewEditorGutter.background": "#231e3640",
"editorMarkerNavigation.background": "#14101f",
"editorMarkerNavigationError.background": "#E3553590",
"editorMarkerNavigationWarning.background": "#cf9e5790",
"editorMarkerNavigationInfo.background": "#69C3FF90",
"pickerGroup.border": "#0b0812",
"pickerGroup.foreground": "#ffffff",
"progressBar.background": "#EACD61",
"scrollbar.shadow": "#0b0812",
"scrollbarSlider.activeBackground": "#a3a5d660",
"scrollbarSlider.background": "#a3a5d640",
"scrollbarSlider.hoverBackground": "#a3a5d650",
"settings.modifiedItemIndicator": "#a3a5d6",
"settings.headerForeground": "#a3a5d6",
"sideBar.background": "#14101f",
"sideBar.border": "#0b0812",
"sideBar.foreground": "#ffffffbb",
"sideBarSectionHeader.background": "#14101f",
"sideBarSectionHeader.foreground": "#ffffff",
"sideBarSectionHeader.border": "#0b0812",
"sideBarTitle.foreground": "#585775",
"tree.indentGuidesStroke": "#58577570",
"statusBar.background": "#14101f",
"statusBar.border": "#0b0812",
"statusBar.debuggingBackground": "#a3a5d644",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.foreground": "#ffffff",
"statusBar.noFolderBackground": "#0b0812",
"statusBar.noFolderBorder": "#a3a5d6",
"statusBar.noFolderForeground": "#ffffff",
"statusBarItem.activeBackground": "#231e36",
"statusBarItem.hoverBackground": "#58577530",
"statusBarItem.prominentBackground": "#0b0812",
"statusBarItem.prominentHoverBackground": "#231e36",
"statusBarItem.errorBackground": "#E35535",
"editorSuggestWidget.background": "#181424",
"editorSuggestWidget.border": "#0b0812",
"editorSuggestWidget.foreground": "#ffffff",
"editorSuggestWidget.highlightForeground": "#EACD61",
"editorSuggestWidget.selectedBackground": "#a3a5d64d",
"editorGroupHeader.noTabsBackground": "#181424",
"editorGroupHeader.tabsBackground": "#14101f",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#181424",
"tab.activeForeground": "#a3a5d6",
"tab.activeBorderTop": "#a3a5d6",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#181424cc",
"tab.unfocusedHoverBackground": "#a3a5d610",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#14101f",
"tab.inactiveForeground": "#585775",
"tab.unfocusedActiveForeground": "#ffffff",
"tab.unfocusedInactiveForeground": "#ffffff",
"tab.lastPinnedBorder": "#0b0812",
"terminal.ansiBlack": "#181424",
"terminal.ansiRed": "#E35535",
"terminal.ansiGreen": "#3CEC85",
"terminal.ansiYellow": "#EACD61",
"terminal.ansiBlue": "#69C3FF",
"terminal.ansiMagenta": "#F38CEC",
"terminal.ansiCyan": "#22ECDB",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiBrightBlack": "#69C3FF",
"terminal.ansiBrightRed": "#E35535",
"terminal.ansiBrightGreen": "#3CEC85",
"terminal.ansiBrightYellow": "#EACD61",
"terminal.ansiBrightBlue": "#69C3FF",
"terminal.ansiBrightMagenta": "#F38CEC",
"terminal.ansiBrightCyan": "#22ECDB",
"terminal.ansiBrightWhite": "#69C3FF",
"terminal.background": "#181424",
"terminal.foreground": "#ffffff",
"terminalCursor.background": "#EACD61",
"terminalCursor.foreground": "#EACD61",
"textBlockQuote.background": "#69C3FF34",
"textBlockQuote.border": "#69C3FFb9",
"textCodeBlock.background": "#69C3FF34",
"textLink.activeForeground": "#69C3FF",
"textLink.foreground": "#69C3FF",
"textPreformat.foreground": "#EACD61",
"textSeparator.foreground": "#a3a5d6",
"walkThrough.embeddedEditorBackground": "#181424",
"titleBar.activeBackground": "#14101f",
"titleBar.activeForeground": "#585775",
"titleBar.inactiveBackground": "#0b0812",
"titleBar.inactiveForeground": "#585775",
"titleBar.border": "#0b0812"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#FF955C", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#A4EF58" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#585775", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#E35535" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#ffffff" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#F38CEC" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#EACD61" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#69C3FF" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#EACD61" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#EACD61" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#ffffff" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#EACD61" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#EACD61" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#ffffff60" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#FF955C", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#22ECDB", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#3CEC85" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#B78AFF" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#FF738A" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#FF738A" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#B78AFF", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#69C3FF" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#FF738A" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#69C3FF" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#69C3FFaa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#EACD61", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#B78AFF" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#B78AFF" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#69C3FF" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#69C3FF" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#EACD61" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#EACD61" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#69C3FF" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#69C3FF", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#69C3FF", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#69C3FF", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#69C3FF", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#F38CEC" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#F38CEC" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#22ECDB", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#22ECDB", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#ffffff" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#B78AFF" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#FF955C" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#FF955C", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#FF955C" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#FF955C" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#69C3FF" }
}
]
}

575
themes/ocean-breeze.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Ocean Breeze",
"colors": {
"activityBar.background": "#16242C",
"activityBar.border": "#111C22",
"activityBar.foreground": "#97c892",
"activityBar.inactiveForeground": "#51727CAA",
"activityBarBadge.background": "#97c892",
"activityBarBadge.foreground": "#16242C",
"badge.background": "#97c892",
"badge.foreground": "#16242C",
"breadcrumbPicker.background": "#1a2b34",
"button.background": "#97c892",
"button.foreground": "#16242C",
"button.secondaryBackground": "#97c89230",
"button.secondaryForeground": "#D3DFDB",
"extensionButton.prominentBackground": "#97c8929d",
"extensionButton.prominentForeground": "#16242C",
"extensionButton.prominentHoverBackground": "#97c892",
"charts.foreground": "#D3DFDB",
"charts.lines": "#D3DFDB",
"charts.red": "#B4552D",
"charts.blue": "#6498ce",
"charts.yellow": "#fbc95a",
"charts.orange": "#DC8255",
"charts.green": "#97c892",
"charts.purple": "#F38CEC",
"contrastActiveBorder": "#00000000",
"errorForeground": "#ee5d64",
"focusBorder": "#97c89240",
"foreground": "#D3DFDB",
"selection.background": "#97c89260",
"widget.shadow": "#111C22",
"icon.foreground": "#D3DFDB",
"debugExceptionWidget.background": "#254A52",
"debugExceptionWidget.border": "#111C22",
"debugToolBar.background": "#254A52",
"descriptionForeground": "#D3DFDB",
"diffEditor.border": "#111C22",
"diffEditor.insertedTextBackground": "#97c89220",
"diffEditor.removedTextBackground": "#ee5d6425",
"diffEditor.diagonalFill": "#111C2280",
"dropdown.background": "#1a2b34",
"dropdown.border": "#51727Caa",
"dropdown.foreground": "#D3DFDB",
"editor.background": "#1a2b34",
"editor.findMatchBackground": "#97c89220",
"editor.findMatchBorder": "#97c89260",
"editor.findMatchHighlightBackground": "#97c89220",
"editor.findMatchHighlightBorder": "#97c89240",
"editor.foreground": "#D3DFDB",
"editor.hoverHighlightBackground": "#97c89240",
"editor.lineHighlightBackground": "#97c8920c",
"editor.lineHighlightBorder": "#97c8921a",
"editor.rangeHighlightBackground": "#97c89220",
"editor.selectionBackground": "#97c89225",
"editor.selectionForeground": "#97c892",
"editor.inactiveSelectionBackground": "#97c89220",
"editor.selectionHighlightBorder": "#97c89260",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#97c89240",
"editor.wordHighlightBackground": "#97c89220",
"editorBracketMatch.background": "#97c89220",
"editorBracketMatch.border": "#97c89240",
"editorCodeLens.foreground": "#D3DFDB",
"editorCursor.foreground": "#fbc95a",
"editorGroup.border": "#111C22",
"editorGroup.dropBackground": "#97c89215",
"editorHoverWidget.background": "#254A52",
"editorHoverWidget.border": "#16242C",
"editorIndentGuide.background": "#51727C30",
"editorIndentGuide.activeBackground": "#51727Cbb",
"editorLink.activeForeground": "#D3DFDB",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#254A52",
"sash.hoverBorder": "#97c89250",
"editorRuler.foreground": "#51727C50",
"editorWarning.foreground": "#fbc95a",
"editorWhitespace.foreground": "#51727C60",
"editorWidget.background": "#254A52",
"editorWidget.resizeBorder": "#97c89250",
"editorGutter.background": "#1a2b34",
"editorGutter.addedBackground": "#97c892cc",
"editorGutter.deletedBackground": "#ee5d64cc",
"editorGutter.modifiedBackground": "#6498cecc",
"editorLineNumber.foreground": "#51727C90",
"editorLineNumber.activeForeground": "#51727C",
"input.background": "#00000000",
"input.foreground": "#D3DFDB",
"input.border": "#97c89230",
"input.placeholderForeground": "#97c89260",
"inputOption.activeBorder": "#97c892",
"inputValidation.errorBackground": "#254A52",
"inputValidation.errorBorder": "#fbc95a",
"inputValidation.infoBackground": "#254A52",
"inputValidation.infoBorder": "#97c892",
"inputValidation.warningBackground": "#254A52",
"inputValidation.warningBorder": "#fbc95a",
"list.activeSelectionBackground": "#97c89225",
"list.inactiveSelectionBackground": "#97c89225",
"list.dropBackground": "#97c89215",
"list.focusBackground": "#97c89240",
"list.focusForeground": "#D3DFDB",
"list.errorForeground": "#ee5d64",
"list.warningForeground": "#DC8255",
"list.highlightForeground": "#fbc95a",
"list.activeSelectionForeground": "#D3DFDB",
"list.hoverBackground": "#111C2260",
"list.hoverForeground": "#D3DFDB",
"gitDecoration.modifiedResourceForeground": "#6498ce",
"gitDecoration.deletedResourceForeground": "#ee5d64",
"gitDecoration.untrackedResourceForeground": "#97c892",
"gitDecoration.ignoredResourceForeground": "#51727C",
"gitDecoration.conflictingResourceForeground": "#97c892",
"gitDecoration.stageAddedResourceForeground": "#B4552D",
"menu.background": "#254A52",
"menu.foreground": "#D3DFDB",
"menu.separatorBackground": "#111C22",
"menu.selectionBackground": "#97c89220",
"menu.selectionForeground": "#D3DFDB",
"menubar.selectionBackground": "#254A52",
"menubar.selectionForeground": "#D3DFDB",
"merge.border": "#111C22",
"merge.commonContentBackground": "#fbc95a30",
"merge.commonHeaderBackground": "#fbc95a80",
"merge.currentContentBackground": "#97c89230",
"merge.currentHeaderBackground": "#97c89280",
"merge.incomingContentBackground": "#6498ce30",
"merge.incomingHeaderBackground": "#6498ce80",
"editorOverviewRuler.border": "#111C22",
"editorOverviewRuler.commonContentForeground": "#fbc95a",
"editorOverviewRuler.currentContentForeground": "#ee5d64",
"editorOverviewRuler.incomingContentForeground": "#97c892",
"notificationCenterHeader.foreground": "#D3DFDB",
"notificationCenterHeader.background": "#254A52",
"notifications.foreground": "#D3DFDB",
"notifications.background": "#254A52",
"notifications.border": "#97c89250",
"notificationLink.foreground": "#fbc95a",
"panel.background": "#1a2b34",
"panel.border": "#111C22",
"panelInput.border": "#51727C",
"panelSection.background": "#111C22",
"panelSection.border": "#111C22",
"panelTitle.activeBorder": "#97c892",
"panelTitle.activeForeground": "#97c892",
"panelTitle.inactiveForeground": "#51727C",
"panelSectionHeader.background": "#51727C20",
"panelSectionHeader.foreground": "#D3DFDB",
"panelSectionHeader.border": "#111C22",
"peekView.border": "#97c892",
"peekViewEditor.background": "#254A5240",
"peekViewEditor.matchHighlightBackground": "#254A5240",
"peekViewResult.background": "#254A5240",
"peekViewResult.fileForeground": "#D3DFDB",
"peekViewResult.lineForeground": "#D3DFDB",
"peekViewResult.matchHighlightBackground": "#254A52",
"peekViewResult.selectionBackground": "#254A52",
"peekViewResult.selectionForeground": "#D3DFDB",
"peekViewTitle.background": "#111C22",
"peekViewTitleDescription.foreground": "#D3DFDB",
"peekViewTitleLabel.foreground": "#D3DFDB",
"peekViewEditorGutter.background": "#254A5240",
"editorMarkerNavigation.background": "#16242C",
"editorMarkerNavigationError.background": "#ee5d6490",
"editorMarkerNavigationWarning.background": "#DC825590",
"editorMarkerNavigationInfo.background": "#6498ce90",
"pickerGroup.border": "#111C22",
"pickerGroup.foreground": "#D3DFDB",
"progressBar.background": "#fbc95a",
"scrollbar.shadow": "#111C22",
"scrollbarSlider.activeBackground": "#97c89260",
"scrollbarSlider.background": "#97c89240",
"scrollbarSlider.hoverBackground": "#97c89250",
"settings.modifiedItemIndicator": "#97c892",
"settings.headerForeground": "#97c892",
"sideBar.background": "#16242C",
"sideBar.border": "#111C22",
"sideBar.foreground": "#D3DFDBbb",
"sideBarSectionHeader.background": "#16242C",
"sideBarSectionHeader.foreground": "#D3DFDB",
"sideBarSectionHeader.border": "#111C22",
"sideBarTitle.foreground": "#51727C",
"tree.indentGuidesStroke": "#51727C70",
"statusBar.background": "#16242C",
"statusBar.border": "#111C22",
"statusBar.debuggingBackground": "#97c89244",
"statusBar.debuggingForeground": "#D3DFDB",
"statusBar.foreground": "#D3DFDB",
"statusBar.noFolderBackground": "#111C22",
"statusBar.noFolderBorder": "#97c892",
"statusBar.noFolderForeground": "#D3DFDB",
"statusBarItem.activeBackground": "#254A52",
"statusBarItem.hoverBackground": "#51727C30",
"statusBarItem.prominentBackground": "#111C22",
"statusBarItem.prominentHoverBackground": "#254A52",
"statusBarItem.errorBackground": "#B4552D",
"editorSuggestWidget.background": "#1a2b34",
"editorSuggestWidget.border": "#111C22",
"editorSuggestWidget.foreground": "#D3DFDB",
"editorSuggestWidget.highlightForeground": "#fbc95a",
"editorSuggestWidget.selectedBackground": "#97c8924d",
"editorGroupHeader.noTabsBackground": "#1a2b34",
"editorGroupHeader.tabsBackground": "#16242C",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#1a2b34",
"tab.activeForeground": "#97c892",
"tab.activeBorderTop": "#97c892",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#1a2b34cc",
"tab.unfocusedHoverBackground": "#97c89210",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#16242C",
"tab.inactiveForeground": "#51727C",
"tab.unfocusedActiveForeground": "#D3DFDB",
"tab.unfocusedInactiveForeground": "#D3DFDB",
"tab.lastPinnedBorder": "#111C22",
"terminal.ansiBlack": "#1a2b34",
"terminal.ansiRed": "#ee5d64",
"terminal.ansiGreen": "#97c892",
"terminal.ansiYellow": "#fbc95a",
"terminal.ansiBlue": "#6498ce",
"terminal.ansiMagenta": "#F38CEC",
"terminal.ansiCyan": "#5bb3b4",
"terminal.ansiWhite": "#D3DFDB",
"terminal.ansiBrightBlack": "#6498ce",
"terminal.ansiBrightRed": "#ee5d64",
"terminal.ansiBrightGreen": "#97c892",
"terminal.ansiBrightYellow": "#fbc95a",
"terminal.ansiBrightBlue": "#6498ce",
"terminal.ansiBrightMagenta": "#F38CEC",
"terminal.ansiBrightCyan": "#5bb3b4",
"terminal.ansiBrightWhite": "#6498ce",
"terminal.background": "#1a2b34",
"terminal.foreground": "#D3DFDB",
"terminalCursor.background": "#fbc95a",
"terminalCursor.foreground": "#fbc95a",
"textBlockQuote.background": "#6498ce34",
"textBlockQuote.border": "#6498ceb9",
"textCodeBlock.background": "#6498ce34",
"textLink.activeForeground": "#6498ce",
"textLink.foreground": "#6498ce",
"textPreformat.foreground": "#fbc95a",
"textSeparator.foreground": "#97c892",
"walkThrough.embeddedEditorBackground": "#1a2b34",
"titleBar.activeBackground": "#16242C",
"titleBar.activeForeground": "#51727C",
"titleBar.inactiveBackground": "#111C22",
"titleBar.inactiveForeground": "#51727C",
"titleBar.border": "#111C22"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#DC8255", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#A4EF58" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#51727C", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#B4552D" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#D3DFDB" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#F38CEC" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#fbc95a" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#6498ce" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#fbc95a" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#fbc95a" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#D3DFDB" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#fbc95a" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#fbc95a" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#D3DFDB60" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#DC8255", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#5bb3b4", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#97c892" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#c692c6" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#ee5d64" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#ee5d64" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#c692c6", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#6498ce" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#ee5d64" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#6498ce" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#6498ceaa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#fbc95a", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#c692c6" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#c692c6" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#6498ce" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#6498ce" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#fbc95a" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#fbc95a" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#6498ce" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#6498ce", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#6498ce", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#6498ce", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#6498ce", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#F38CEC" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#F38CEC" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#5bb3b4", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#5bb3b4", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#D3DFDB" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#c692c6" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#DC8255" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#DC8255", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#DC8255" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#DC8255" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#6498ce" }
}
]
}

575
themes/old-metallic.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Old-metallic",
"colors": {
"activityBar.background": "#191b24",
"activityBar.border": "#13131a",
"activityBar.foreground": "#98a2b5",
"activityBar.inactiveForeground": "#515a6bAA",
"activityBarBadge.background": "#98a2b5",
"activityBarBadge.foreground": "#191b24",
"badge.background": "#98a2b5",
"badge.foreground": "#191b24",
"breadcrumbPicker.background": "#1e212b",
"button.background": "#98a2b5",
"button.foreground": "#191b24",
"button.secondaryBackground": "#98a2b530",
"button.secondaryForeground": "#dadee6",
"extensionButton.prominentBackground": "#98a2b59d",
"extensionButton.prominentForeground": "#191b24",
"extensionButton.prominentHoverBackground": "#98a2b5",
"charts.foreground": "#dadee6",
"charts.lines": "#dadee6",
"charts.red": "#fc6a67",
"charts.blue": "#78dce8",
"charts.yellow": "#ffd866",
"charts.orange": "#fc9867",
"charts.green": "#a9dc76",
"charts.purple": "#e991e3",
"contrastActiveBorder": "#00000000",
"errorForeground": "#fc6a67",
"focusBorder": "#98a2b540",
"foreground": "#dadee6",
"selection.background": "#98a2b560",
"widget.shadow": "#13131a",
"icon.foreground": "#dadee6",
"debugExceptionWidget.background": "#363a4a",
"debugExceptionWidget.border": "#13131a",
"debugToolBar.background": "#363a4a",
"descriptionForeground": "#dadee6",
"diffEditor.border": "#13131a",
"diffEditor.insertedTextBackground": "#a9dc7620",
"diffEditor.removedTextBackground": "#fc6a6725",
"diffEditor.diagonalFill": "#13131a80",
"dropdown.background": "#1e212b",
"dropdown.border": "#515a6baa",
"dropdown.foreground": "#dadee6",
"editor.background": "#1e212b",
"editor.findMatchBackground": "#98a2b520",
"editor.findMatchBorder": "#98a2b560",
"editor.findMatchHighlightBackground": "#98a2b520",
"editor.findMatchHighlightBorder": "#98a2b540",
"editor.foreground": "#dadee6",
"editor.hoverHighlightBackground": "#98a2b540",
"editor.lineHighlightBackground": "#98a2b50c",
"editor.lineHighlightBorder": "#98a2b51a",
"editor.rangeHighlightBackground": "#98a2b520",
"editor.selectionBackground": "#98a2b525",
"editor.selectionForeground": "#98a2b5",
"editor.inactiveSelectionBackground": "#98a2b520",
"editor.selectionHighlightBorder": "#98a2b560",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#98a2b540",
"editor.wordHighlightBackground": "#98a2b520",
"editorBracketMatch.background": "#98a2b520",
"editorBracketMatch.border": "#98a2b540",
"editorCodeLens.foreground": "#dadee6",
"editorCursor.foreground": "#ffd866",
"editorGroup.border": "#13131a",
"editorGroup.dropBackground": "#98a2b515",
"editorHoverWidget.background": "#363a4a",
"editorHoverWidget.border": "#191b24",
"editorIndentGuide.background": "#515a6b30",
"editorIndentGuide.activeBackground": "#515a6bbb",
"editorLink.activeForeground": "#dadee6",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#363a4a",
"sash.hoverBorder": "#98a2b550",
"editorRuler.foreground": "#515a6b50",
"editorWarning.foreground": "#ffd866",
"editorWhitespace.foreground": "#515a6b60",
"editorWidget.background": "#363a4a",
"editorWidget.resizeBorder": "#98a2b550",
"editorGutter.background": "#1e212b",
"editorGutter.addedBackground": "#a9dc76cc",
"editorGutter.deletedBackground": "#fc6a67cc",
"editorGutter.modifiedBackground": "#78dce8cc",
"editorLineNumber.foreground": "#515a6b90",
"editorLineNumber.activeForeground": "#515a6b",
"input.background": "#00000000",
"input.foreground": "#dadee6",
"input.border": "#98a2b530",
"input.placeholderForeground": "#98a2b560",
"inputOption.activeBorder": "#98a2b5",
"inputValidation.errorBackground": "#363a4a",
"inputValidation.errorBorder": "#ffd866",
"inputValidation.infoBackground": "#363a4a",
"inputValidation.infoBorder": "#98a2b5",
"inputValidation.warningBackground": "#363a4a",
"inputValidation.warningBorder": "#ffd866",
"list.activeSelectionBackground": "#98a2b525",
"list.inactiveSelectionBackground": "#98a2b525",
"list.dropBackground": "#98a2b515",
"list.focusBackground": "#98a2b540",
"list.focusForeground": "#dadee6",
"list.errorForeground": "#fc6a67",
"list.warningForeground": "#ffd866",
"list.highlightForeground": "#ffd866",
"list.activeSelectionForeground": "#dadee6",
"list.hoverBackground": "#13131a60",
"list.hoverForeground": "#dadee6",
"gitDecoration.modifiedResourceForeground": "#78dce8",
"gitDecoration.deletedResourceForeground": "#fc6a67",
"gitDecoration.untrackedResourceForeground": "#a9dc76",
"gitDecoration.ignoredResourceForeground": "#515a6b",
"gitDecoration.conflictingResourceForeground": "#98a2b5",
"gitDecoration.stageAddedResourceForeground": "#fc6a67",
"menu.background": "#363a4a",
"menu.foreground": "#dadee6",
"menu.separatorBackground": "#13131a",
"menu.selectionBackground": "#98a2b520",
"menu.selectionForeground": "#dadee6",
"menubar.selectionBackground": "#363a4a",
"menubar.selectionForeground": "#dadee6",
"merge.border": "#13131a",
"merge.commonContentBackground": "#ffd86630",
"merge.commonHeaderBackground": "#ffd86680",
"merge.currentContentBackground": "#a9dc7630",
"merge.currentHeaderBackground": "#a9dc7680",
"merge.incomingContentBackground": "#78dce830",
"merge.incomingHeaderBackground": "#78dce880",
"editorOverviewRuler.border": "#13131a",
"editorOverviewRuler.commonContentForeground": "#ffd866",
"editorOverviewRuler.currentContentForeground": "#fc6a67",
"editorOverviewRuler.incomingContentForeground": "#a9dc76",
"notificationCenterHeader.foreground": "#dadee6",
"notificationCenterHeader.background": "#363a4a",
"notifications.foreground": "#dadee6",
"notifications.background": "#363a4a",
"notifications.border": "#98a2b550",
"notificationLink.foreground": "#ffd866",
"panel.background": "#1e212b",
"panel.border": "#13131a",
"panelInput.border": "#515a6b",
"panelSection.background": "#13131a",
"panelSection.border": "#13131a",
"panelTitle.activeBorder": "#98a2b5",
"panelTitle.activeForeground": "#98a2b5",
"panelTitle.inactiveForeground": "#515a6b",
"panelSectionHeader.background": "#515a6b20",
"panelSectionHeader.foreground": "#dadee6",
"panelSectionHeader.border": "#13131a",
"peekView.border": "#98a2b5",
"peekViewEditor.background": "#363a4a40",
"peekViewEditor.matchHighlightBackground": "#363a4a40",
"peekViewResult.background": "#363a4a40",
"peekViewResult.fileForeground": "#dadee6",
"peekViewResult.lineForeground": "#dadee6",
"peekViewResult.matchHighlightBackground": "#363a4a",
"peekViewResult.selectionBackground": "#363a4a",
"peekViewResult.selectionForeground": "#dadee6",
"peekViewTitle.background": "#13131a",
"peekViewTitleDescription.foreground": "#dadee6",
"peekViewTitleLabel.foreground": "#dadee6",
"peekViewEditorGutter.background": "#363a4a40",
"editorMarkerNavigation.background": "#191b24",
"editorMarkerNavigationError.background": "#fc6a6790",
"editorMarkerNavigationWarning.background": "#ffd86690",
"editorMarkerNavigationInfo.background": "#78dce890",
"pickerGroup.border": "#13131a",
"pickerGroup.foreground": "#dadee6",
"progressBar.background": "#ffd866",
"scrollbar.shadow": "#13131a",
"scrollbarSlider.activeBackground": "#98a2b560",
"scrollbarSlider.background": "#98a2b540",
"scrollbarSlider.hoverBackground": "#98a2b550",
"settings.modifiedItemIndicator": "#98a2b5",
"settings.headerForeground": "#98a2b5",
"sideBar.background": "#191b24",
"sideBar.border": "#13131a",
"sideBar.foreground": "#dadee6bb",
"sideBarSectionHeader.background": "#191b24",
"sideBarSectionHeader.foreground": "#dadee6",
"sideBarSectionHeader.border": "#13131a",
"sideBarTitle.foreground": "#515a6b",
"tree.indentGuidesStroke": "#515a6b70",
"statusBar.background": "#191b24",
"statusBar.border": "#13131a",
"statusBar.debuggingBackground": "#98a2b544",
"statusBar.debuggingForeground": "#dadee6",
"statusBar.foreground": "#dadee6",
"statusBar.noFolderBackground": "#13131a",
"statusBar.noFolderBorder": "#98a2b5",
"statusBar.noFolderForeground": "#dadee6",
"statusBarItem.activeBackground": "#363a4a",
"statusBarItem.hoverBackground": "#515a6b30",
"statusBarItem.prominentBackground": "#13131a",
"statusBarItem.prominentHoverBackground": "#363a4a",
"statusBarItem.errorBackground": "#fc6a67",
"editorSuggestWidget.background": "#1e212b",
"editorSuggestWidget.border": "#13131a",
"editorSuggestWidget.foreground": "#dadee6",
"editorSuggestWidget.highlightForeground": "#ffd866",
"editorSuggestWidget.selectedBackground": "#98a2b54d",
"editorGroupHeader.noTabsBackground": "#1e212b",
"editorGroupHeader.tabsBackground": "#191b24",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#1e212b",
"tab.activeForeground": "#98a2b5",
"tab.activeBorderTop": "#98a2b5",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#1e212bcc",
"tab.unfocusedHoverBackground": "#98a2b510",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#191b24",
"tab.inactiveForeground": "#515a6b",
"tab.unfocusedActiveForeground": "#dadee6",
"tab.unfocusedInactiveForeground": "#dadee6",
"tab.lastPinnedBorder": "#13131a",
"terminal.ansiBlack": "#1e212b",
"terminal.ansiRed": "#fc6a67",
"terminal.ansiGreen": "#a9dc76",
"terminal.ansiYellow": "#ffd866",
"terminal.ansiBlue": "#78dce8",
"terminal.ansiMagenta": "#e991e3",
"terminal.ansiCyan": "#78e8c6",
"terminal.ansiWhite": "#dadee6",
"terminal.ansiBrightBlack": "#78dce8",
"terminal.ansiBrightRed": "#fc6a67",
"terminal.ansiBrightGreen": "#a9dc76",
"terminal.ansiBrightYellow": "#ffd866",
"terminal.ansiBrightBlue": "#78dce8",
"terminal.ansiBrightMagenta": "#e991e3",
"terminal.ansiBrightCyan": "#78e8c6",
"terminal.ansiBrightWhite": "#78dce8",
"terminal.background": "#1e212b",
"terminal.foreground": "#dadee6",
"terminalCursor.background": "#ffd866",
"terminalCursor.foreground": "#ffd866",
"textBlockQuote.background": "#78dce834",
"textBlockQuote.border": "#78dce8b9",
"textCodeBlock.background": "#78dce834",
"textLink.activeForeground": "#78dce8",
"textLink.foreground": "#78dce8",
"textPreformat.foreground": "#ffd866",
"textSeparator.foreground": "#98a2b5",
"walkThrough.embeddedEditorBackground": "#1e212b",
"titleBar.activeBackground": "#191b24",
"titleBar.activeForeground": "#515a6b",
"titleBar.inactiveBackground": "#13131a",
"titleBar.inactiveForeground": "#515a6b",
"titleBar.border": "#13131a"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#fc9867", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#b7d175" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#515a6b", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#fc6a67" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#dadee6" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#e991e3" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#ffd866" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#78dce8" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#ffd866" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#ffd866" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#dadee6" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#ffd866" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#ffd866" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#dadee660" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#fc9867", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#78e8c6", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#a9dc76" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#ab9df2" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#ff6188" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#ff6188" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#ab9df2", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#78dce8" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#ff6188" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#78dce8" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#78dce8aa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#ffd866", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#ab9df2" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#ab9df2" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#78dce8" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#78dce8" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#ffd866" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#ffd866" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#78dce8" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#78dce8", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#78dce8", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#78dce8", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#78dce8", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#e991e3" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#e991e3" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#78e8c6", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#78e8c6", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#dadee6" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#ab9df2" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#fc9867" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#fc9867", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#fc9867" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#fc9867" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#78dce8" }
}
]
}

575
themes/rock-stone.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Rock-stone",
"colors": {
"activityBar.background": "#26282C",
"activityBar.border": "#1C1E21",
"activityBar.foreground": "#9AA2A6",
"activityBar.inactiveForeground": "#73737FAA",
"activityBarBadge.background": "#9AA2A6",
"activityBarBadge.foreground": "#26282C",
"badge.background": "#9AA2A6",
"badge.foreground": "#26282C",
"breadcrumbPicker.background": "#2A2D33",
"button.background": "#9AA2A6",
"button.foreground": "#26282C",
"button.secondaryBackground": "#9AA2A630",
"button.secondaryForeground": "#FFFFFF",
"extensionButton.prominentBackground": "#9AA2A69d",
"extensionButton.prominentForeground": "#26282C",
"extensionButton.prominentHoverBackground": "#9AA2A6",
"charts.foreground": "#FFFFFF",
"charts.lines": "#FFFFFF",
"charts.red": "#fc6a67",
"charts.blue": "#78dce8",
"charts.yellow": "#ffd866",
"charts.orange": "#fc9867",
"charts.green": "#a9dc76",
"charts.purple": "#e991e3",
"contrastActiveBorder": "#00000000",
"errorForeground": "#fc6a67",
"focusBorder": "#9AA2A640",
"foreground": "#FFFFFF",
"selection.background": "#9AA2A660",
"widget.shadow": "#1C1E21",
"icon.foreground": "#FFFFFF",
"debugExceptionWidget.background": "#383c42",
"debugExceptionWidget.border": "#1C1E21",
"debugToolBar.background": "#383c42",
"descriptionForeground": "#FFFFFF",
"diffEditor.border": "#1C1E21",
"diffEditor.insertedTextBackground": "#a9dc7620",
"diffEditor.removedTextBackground": "#fc6a6725",
"diffEditor.diagonalFill": "#1C1E2180",
"dropdown.background": "#2A2D33",
"dropdown.border": "#73737Faa",
"dropdown.foreground": "#FFFFFF",
"editor.background": "#2A2D33",
"editor.findMatchBackground": "#9AA2A620",
"editor.findMatchBorder": "#9AA2A660",
"editor.findMatchHighlightBackground": "#9AA2A620",
"editor.findMatchHighlightBorder": "#9AA2A640",
"editor.foreground": "#FFFFFF",
"editor.hoverHighlightBackground": "#9AA2A640",
"editor.lineHighlightBackground": "#9AA2A60c",
"editor.lineHighlightBorder": "#9AA2A61a",
"editor.rangeHighlightBackground": "#9AA2A620",
"editor.selectionBackground": "#9AA2A625",
"editor.selectionForeground": "#9AA2A6",
"editor.inactiveSelectionBackground": "#9AA2A620",
"editor.selectionHighlightBorder": "#9AA2A660",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#9AA2A640",
"editor.wordHighlightBackground": "#9AA2A620",
"editorBracketMatch.background": "#9AA2A620",
"editorBracketMatch.border": "#9AA2A640",
"editorCodeLens.foreground": "#FFFFFF",
"editorCursor.foreground": "#ffd866",
"editorGroup.border": "#1C1E21",
"editorGroup.dropBackground": "#9AA2A615",
"editorHoverWidget.background": "#383c42",
"editorHoverWidget.border": "#26282C",
"editorIndentGuide.background": "#73737F30",
"editorIndentGuide.activeBackground": "#73737Fbb",
"editorLink.activeForeground": "#FFFFFF",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#383c42",
"sash.hoverBorder": "#9AA2A650",
"editorRuler.foreground": "#73737F50",
"editorWarning.foreground": "#ffd866",
"editorWhitespace.foreground": "#73737F60",
"editorWidget.background": "#383c42",
"editorWidget.resizeBorder": "#9AA2A650",
"editorGutter.background": "#2A2D33",
"editorGutter.addedBackground": "#a9dc76cc",
"editorGutter.deletedBackground": "#fc6a67cc",
"editorGutter.modifiedBackground": "#78dce8cc",
"editorLineNumber.foreground": "#73737F90",
"editorLineNumber.activeForeground": "#73737F",
"input.background": "#00000000",
"input.foreground": "#FFFFFF",
"input.border": "#9AA2A630",
"input.placeholderForeground": "#9AA2A660",
"inputOption.activeBorder": "#9AA2A6",
"inputValidation.errorBackground": "#383c42",
"inputValidation.errorBorder": "#ffd866",
"inputValidation.infoBackground": "#383c42",
"inputValidation.infoBorder": "#9AA2A6",
"inputValidation.warningBackground": "#383c42",
"inputValidation.warningBorder": "#ffd866",
"list.activeSelectionBackground": "#9AA2A625",
"list.inactiveSelectionBackground": "#9AA2A625",
"list.dropBackground": "#9AA2A615",
"list.focusBackground": "#9AA2A640",
"list.focusForeground": "#FFFFFF",
"list.errorForeground": "#fc6a67",
"list.warningForeground": "#ffd866",
"list.highlightForeground": "#ffd866",
"list.activeSelectionForeground": "#FFFFFF",
"list.hoverBackground": "#1C1E2160",
"list.hoverForeground": "#FFFFFF",
"gitDecoration.modifiedResourceForeground": "#78dce8",
"gitDecoration.deletedResourceForeground": "#fc6a67",
"gitDecoration.untrackedResourceForeground": "#a9dc76",
"gitDecoration.ignoredResourceForeground": "#73737F",
"gitDecoration.conflictingResourceForeground": "#9AA2A6",
"gitDecoration.stageAddedResourceForeground": "#fc6a67",
"menu.background": "#383c42",
"menu.foreground": "#FFFFFF",
"menu.separatorBackground": "#1C1E21",
"menu.selectionBackground": "#9AA2A620",
"menu.selectionForeground": "#FFFFFF",
"menubar.selectionBackground": "#383c42",
"menubar.selectionForeground": "#FFFFFF",
"merge.border": "#1C1E21",
"merge.commonContentBackground": "#ffd86630",
"merge.commonHeaderBackground": "#ffd86680",
"merge.currentContentBackground": "#a9dc7630",
"merge.currentHeaderBackground": "#a9dc7680",
"merge.incomingContentBackground": "#78dce830",
"merge.incomingHeaderBackground": "#78dce880",
"editorOverviewRuler.border": "#1C1E21",
"editorOverviewRuler.commonContentForeground": "#ffd866",
"editorOverviewRuler.currentContentForeground": "#fc6a67",
"editorOverviewRuler.incomingContentForeground": "#a9dc76",
"notificationCenterHeader.foreground": "#FFFFFF",
"notificationCenterHeader.background": "#383c42",
"notifications.foreground": "#FFFFFF",
"notifications.background": "#383c42",
"notifications.border": "#9AA2A650",
"notificationLink.foreground": "#ffd866",
"panel.background": "#2A2D33",
"panel.border": "#1C1E21",
"panelInput.border": "#73737F",
"panelSection.background": "#1C1E21",
"panelSection.border": "#1C1E21",
"panelTitle.activeBorder": "#9AA2A6",
"panelTitle.activeForeground": "#9AA2A6",
"panelTitle.inactiveForeground": "#73737F",
"panelSectionHeader.background": "#73737F20",
"panelSectionHeader.foreground": "#FFFFFF",
"panelSectionHeader.border": "#1C1E21",
"peekView.border": "#9AA2A6",
"peekViewEditor.background": "#383c4240",
"peekViewEditor.matchHighlightBackground": "#383c4240",
"peekViewResult.background": "#383c4240",
"peekViewResult.fileForeground": "#FFFFFF",
"peekViewResult.lineForeground": "#FFFFFF",
"peekViewResult.matchHighlightBackground": "#383c42",
"peekViewResult.selectionBackground": "#383c42",
"peekViewResult.selectionForeground": "#FFFFFF",
"peekViewTitle.background": "#1C1E21",
"peekViewTitleDescription.foreground": "#FFFFFF",
"peekViewTitleLabel.foreground": "#FFFFFF",
"peekViewEditorGutter.background": "#383c4240",
"editorMarkerNavigation.background": "#26282C",
"editorMarkerNavigationError.background": "#fc6a6790",
"editorMarkerNavigationWarning.background": "#ffd86690",
"editorMarkerNavigationInfo.background": "#78dce890",
"pickerGroup.border": "#1C1E21",
"pickerGroup.foreground": "#FFFFFF",
"progressBar.background": "#ffd866",
"scrollbar.shadow": "#1C1E21",
"scrollbarSlider.activeBackground": "#9AA2A660",
"scrollbarSlider.background": "#9AA2A640",
"scrollbarSlider.hoverBackground": "#9AA2A650",
"settings.modifiedItemIndicator": "#9AA2A6",
"settings.headerForeground": "#9AA2A6",
"sideBar.background": "#26282C",
"sideBar.border": "#1C1E21",
"sideBar.foreground": "#FFFFFFbb",
"sideBarSectionHeader.background": "#26282C",
"sideBarSectionHeader.foreground": "#FFFFFF",
"sideBarSectionHeader.border": "#1C1E21",
"sideBarTitle.foreground": "#73737F",
"tree.indentGuidesStroke": "#73737F70",
"statusBar.background": "#26282C",
"statusBar.border": "#1C1E21",
"statusBar.debuggingBackground": "#9AA2A644",
"statusBar.debuggingForeground": "#FFFFFF",
"statusBar.foreground": "#FFFFFF",
"statusBar.noFolderBackground": "#1C1E21",
"statusBar.noFolderBorder": "#9AA2A6",
"statusBar.noFolderForeground": "#FFFFFF",
"statusBarItem.activeBackground": "#383c42",
"statusBarItem.hoverBackground": "#73737F30",
"statusBarItem.prominentBackground": "#1C1E21",
"statusBarItem.prominentHoverBackground": "#383c42",
"statusBarItem.errorBackground": "#fc6a67",
"editorSuggestWidget.background": "#2A2D33",
"editorSuggestWidget.border": "#1C1E21",
"editorSuggestWidget.foreground": "#FFFFFF",
"editorSuggestWidget.highlightForeground": "#ffd866",
"editorSuggestWidget.selectedBackground": "#9AA2A64d",
"editorGroupHeader.noTabsBackground": "#2A2D33",
"editorGroupHeader.tabsBackground": "#26282C",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#2A2D33",
"tab.activeForeground": "#9AA2A6",
"tab.activeBorderTop": "#9AA2A6",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#2A2D33cc",
"tab.unfocusedHoverBackground": "#9AA2A610",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#26282C",
"tab.inactiveForeground": "#73737F",
"tab.unfocusedActiveForeground": "#FFFFFF",
"tab.unfocusedInactiveForeground": "#FFFFFF",
"tab.lastPinnedBorder": "#1C1E21",
"terminal.ansiBlack": "#2A2D33",
"terminal.ansiRed": "#fc6a67",
"terminal.ansiGreen": "#a9dc76",
"terminal.ansiYellow": "#ffd866",
"terminal.ansiBlue": "#78dce8",
"terminal.ansiMagenta": "#e991e3",
"terminal.ansiCyan": "#78e8c6",
"terminal.ansiWhite": "#FFFFFF",
"terminal.ansiBrightBlack": "#78dce8",
"terminal.ansiBrightRed": "#fc6a67",
"terminal.ansiBrightGreen": "#a9dc76",
"terminal.ansiBrightYellow": "#ffd866",
"terminal.ansiBrightBlue": "#78dce8",
"terminal.ansiBrightMagenta": "#e991e3",
"terminal.ansiBrightCyan": "#78e8c6",
"terminal.ansiBrightWhite": "#78dce8",
"terminal.background": "#2A2D33",
"terminal.foreground": "#FFFFFF",
"terminalCursor.background": "#ffd866",
"terminalCursor.foreground": "#ffd866",
"textBlockQuote.background": "#78dce834",
"textBlockQuote.border": "#78dce8b9",
"textCodeBlock.background": "#78dce834",
"textLink.activeForeground": "#78dce8",
"textLink.foreground": "#78dce8",
"textPreformat.foreground": "#ffd866",
"textSeparator.foreground": "#9AA2A6",
"walkThrough.embeddedEditorBackground": "#2A2D33",
"titleBar.activeBackground": "#26282C",
"titleBar.activeForeground": "#73737F",
"titleBar.inactiveBackground": "#1C1E21",
"titleBar.inactiveForeground": "#73737F",
"titleBar.border": "#1C1E21"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#fc9867", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#b7d175" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#73737F", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#fc6a67" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#FFFFFF" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#e991e3" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#ffd866" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#78dce8" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#ffd866" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#ffd866" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#FFFFFF" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#ffd866" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#ffd866" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#FFFFFF60" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#fc9867", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#78e8c6", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#a9dc76" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#ab9df2" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#ff6188" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#ff6188" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#ab9df2", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#78dce8" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#ff6188" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#78dce8" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#78dce8aa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#ffd866", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#ab9df2" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#ab9df2" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#78dce8" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#78dce8" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#ffd866" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#ffd866" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#78dce8" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#78dce8", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#78dce8", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#78dce8", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#78dce8", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#e991e3" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#e991e3" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#78e8c6", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#78e8c6", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#FFFFFF" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#ab9df2" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#fc9867" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#fc9867", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#fc9867" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#fc9867" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#78dce8" }
}
]
}

575
themes/shinny-diamond.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Shinny diamond",
"colors": {
"activityBar.background": "#0D0F12",
"activityBar.border": "#000000",
"activityBar.foreground": "#11B7D4",
"activityBar.inactiveForeground": "#43474dAA",
"activityBarBadge.background": "#11B7D4",
"activityBarBadge.foreground": "#0D0F12",
"badge.background": "#11B7D4",
"badge.foreground": "#0D0F12",
"breadcrumbPicker.background": "#111418",
"button.background": "#11B7D4",
"button.foreground": "#0D0F12",
"button.secondaryBackground": "#11B7D430",
"button.secondaryForeground": "#AEB2B2",
"extensionButton.prominentBackground": "#11B7D49d",
"extensionButton.prominentForeground": "#0D0F12",
"extensionButton.prominentHoverBackground": "#11B7D4",
"charts.foreground": "#AEB2B2",
"charts.lines": "#AEB2B2",
"charts.red": "#E35535",
"charts.blue": "#11B7D4",
"charts.yellow": "#c7910c",
"charts.orange": "#d4770c",
"charts.green": "#00a884",
"charts.purple": "#BC62AD",
"contrastActiveBorder": "#00000000",
"errorForeground": "#E35535",
"focusBorder": "#11B7D440",
"foreground": "#AEB2B2",
"selection.background": "#11B7D460",
"widget.shadow": "#000000",
"icon.foreground": "#AEB2B2",
"debugExceptionWidget.background": "#191c21",
"debugExceptionWidget.border": "#000000",
"debugToolBar.background": "#191c21",
"descriptionForeground": "#AEB2B2",
"diffEditor.border": "#000000",
"diffEditor.insertedTextBackground": "#00a88420",
"diffEditor.removedTextBackground": "#E3553525",
"diffEditor.diagonalFill": "#00000080",
"dropdown.background": "#111418",
"dropdown.border": "#43474daa",
"dropdown.foreground": "#AEB2B2",
"editor.background": "#111418",
"editor.findMatchBackground": "#11B7D420",
"editor.findMatchBorder": "#11B7D460",
"editor.findMatchHighlightBackground": "#11B7D420",
"editor.findMatchHighlightBorder": "#11B7D440",
"editor.foreground": "#AEB2B2",
"editor.hoverHighlightBackground": "#11B7D440",
"editor.lineHighlightBackground": "#11B7D40c",
"editor.lineHighlightBorder": "#11B7D41a",
"editor.rangeHighlightBackground": "#11B7D420",
"editor.selectionBackground": "#11B7D425",
"editor.selectionForeground": "#11B7D4",
"editor.inactiveSelectionBackground": "#11B7D420",
"editor.selectionHighlightBorder": "#11B7D460",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#11B7D440",
"editor.wordHighlightBackground": "#11B7D420",
"editorBracketMatch.background": "#11B7D420",
"editorBracketMatch.border": "#11B7D440",
"editorCodeLens.foreground": "#AEB2B2",
"editorCursor.foreground": "#c7910c",
"editorGroup.border": "#000000",
"editorGroup.dropBackground": "#11B7D415",
"editorHoverWidget.background": "#191c21",
"editorHoverWidget.border": "#0D0F12",
"editorIndentGuide.background": "#43474d30",
"editorIndentGuide.activeBackground": "#43474dbb",
"editorLink.activeForeground": "#AEB2B2",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#191c21",
"sash.hoverBorder": "#11B7D450",
"editorRuler.foreground": "#43474d50",
"editorWarning.foreground": "#c7910c",
"editorWhitespace.foreground": "#43474d60",
"editorWidget.background": "#191c21",
"editorWidget.resizeBorder": "#11B7D450",
"editorGutter.background": "#111418",
"editorGutter.addedBackground": "#00a884cc",
"editorGutter.deletedBackground": "#E35535cc",
"editorGutter.modifiedBackground": "#11B7D4cc",
"editorLineNumber.foreground": "#43474d90",
"editorLineNumber.activeForeground": "#43474d",
"input.background": "#00000000",
"input.foreground": "#AEB2B2",
"input.border": "#11B7D430",
"input.placeholderForeground": "#11B7D460",
"inputOption.activeBorder": "#11B7D4",
"inputValidation.errorBackground": "#191c21",
"inputValidation.errorBorder": "#c7910c",
"inputValidation.infoBackground": "#191c21",
"inputValidation.infoBorder": "#11B7D4",
"inputValidation.warningBackground": "#191c21",
"inputValidation.warningBorder": "#c7910c",
"list.activeSelectionBackground": "#11B7D425",
"list.inactiveSelectionBackground": "#11B7D425",
"list.dropBackground": "#11B7D415",
"list.focusBackground": "#11B7D440",
"list.focusForeground": "#AEB2B2",
"list.errorForeground": "#E35535",
"list.warningForeground": "#eba050",
"list.highlightForeground": "#c7910c",
"list.activeSelectionForeground": "#AEB2B2",
"list.hoverBackground": "#00000060",
"list.hoverForeground": "#AEB2B2",
"gitDecoration.modifiedResourceForeground": "#11B7D4",
"gitDecoration.deletedResourceForeground": "#E35535",
"gitDecoration.untrackedResourceForeground": "#00a884",
"gitDecoration.ignoredResourceForeground": "#43474d",
"gitDecoration.conflictingResourceForeground": "#11B7D4",
"gitDecoration.stageAddedResourceForeground": "#E35535",
"menu.background": "#191c21",
"menu.foreground": "#AEB2B2",
"menu.separatorBackground": "#000000",
"menu.selectionBackground": "#11B7D420",
"menu.selectionForeground": "#AEB2B2",
"menubar.selectionBackground": "#191c21",
"menubar.selectionForeground": "#AEB2B2",
"merge.border": "#000000",
"merge.commonContentBackground": "#c7910c30",
"merge.commonHeaderBackground": "#c7910c80",
"merge.currentContentBackground": "#00a88430",
"merge.currentHeaderBackground": "#00a88480",
"merge.incomingContentBackground": "#11B7D430",
"merge.incomingHeaderBackground": "#11B7D480",
"editorOverviewRuler.border": "#000000",
"editorOverviewRuler.commonContentForeground": "#c7910c",
"editorOverviewRuler.currentContentForeground": "#E35535",
"editorOverviewRuler.incomingContentForeground": "#00a884",
"notificationCenterHeader.foreground": "#AEB2B2",
"notificationCenterHeader.background": "#191c21",
"notifications.foreground": "#AEB2B2",
"notifications.background": "#191c21",
"notifications.border": "#11B7D450",
"notificationLink.foreground": "#c7910c",
"panel.background": "#111418",
"panel.border": "#000000",
"panelInput.border": "#43474d",
"panelSection.background": "#000000",
"panelSection.border": "#000000",
"panelTitle.activeBorder": "#11B7D4",
"panelTitle.activeForeground": "#11B7D4",
"panelTitle.inactiveForeground": "#43474d",
"panelSectionHeader.background": "#43474d20",
"panelSectionHeader.foreground": "#AEB2B2",
"panelSectionHeader.border": "#000000",
"peekView.border": "#11B7D4",
"peekViewEditor.background": "#191c2140",
"peekViewEditor.matchHighlightBackground": "#191c2140",
"peekViewResult.background": "#191c2140",
"peekViewResult.fileForeground": "#AEB2B2",
"peekViewResult.lineForeground": "#AEB2B2",
"peekViewResult.matchHighlightBackground": "#191c21",
"peekViewResult.selectionBackground": "#191c21",
"peekViewResult.selectionForeground": "#AEB2B2",
"peekViewTitle.background": "#000000",
"peekViewTitleDescription.foreground": "#AEB2B2",
"peekViewTitleLabel.foreground": "#AEB2B2",
"peekViewEditorGutter.background": "#191c2140",
"editorMarkerNavigation.background": "#0D0F12",
"editorMarkerNavigationError.background": "#E3553590",
"editorMarkerNavigationWarning.background": "#eba05090",
"editorMarkerNavigationInfo.background": "#11B7D490",
"pickerGroup.border": "#000000",
"pickerGroup.foreground": "#AEB2B2",
"progressBar.background": "#c7910c",
"scrollbar.shadow": "#000000",
"scrollbarSlider.activeBackground": "#11B7D460",
"scrollbarSlider.background": "#11B7D440",
"scrollbarSlider.hoverBackground": "#11B7D450",
"settings.modifiedItemIndicator": "#11B7D4",
"settings.headerForeground": "#11B7D4",
"sideBar.background": "#0D0F12",
"sideBar.border": "#000000",
"sideBar.foreground": "#AEB2B2bb",
"sideBarSectionHeader.background": "#0D0F12",
"sideBarSectionHeader.foreground": "#AEB2B2",
"sideBarSectionHeader.border": "#000000",
"sideBarTitle.foreground": "#43474d",
"tree.indentGuidesStroke": "#43474d70",
"statusBar.background": "#0D0F12",
"statusBar.border": "#000000",
"statusBar.debuggingBackground": "#11B7D444",
"statusBar.debuggingForeground": "#AEB2B2",
"statusBar.foreground": "#AEB2B2",
"statusBar.noFolderBackground": "#000000",
"statusBar.noFolderBorder": "#11B7D4",
"statusBar.noFolderForeground": "#AEB2B2",
"statusBarItem.activeBackground": "#191c21",
"statusBarItem.hoverBackground": "#43474d30",
"statusBarItem.prominentBackground": "#000000",
"statusBarItem.prominentHoverBackground": "#191c21",
"statusBarItem.errorBackground": "#E35535",
"editorSuggestWidget.background": "#111418",
"editorSuggestWidget.border": "#000000",
"editorSuggestWidget.foreground": "#AEB2B2",
"editorSuggestWidget.highlightForeground": "#c7910c",
"editorSuggestWidget.selectedBackground": "#11B7D44d",
"editorGroupHeader.noTabsBackground": "#111418",
"editorGroupHeader.tabsBackground": "#0D0F12",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#111418",
"tab.activeForeground": "#11B7D4",
"tab.activeBorderTop": "#11B7D4",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#111418cc",
"tab.unfocusedHoverBackground": "#11B7D410",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#0D0F12",
"tab.inactiveForeground": "#43474d",
"tab.unfocusedActiveForeground": "#AEB2B2",
"tab.unfocusedInactiveForeground": "#AEB2B2",
"tab.lastPinnedBorder": "#000000",
"terminal.ansiBlack": "#111418",
"terminal.ansiRed": "#E35535",
"terminal.ansiGreen": "#00a884",
"terminal.ansiYellow": "#c7910c",
"terminal.ansiBlue": "#11B7D4",
"terminal.ansiMagenta": "#BC62AD",
"terminal.ansiCyan": "#38c7bd",
"terminal.ansiWhite": "#AEB2B2",
"terminal.ansiBrightBlack": "#11B7D4",
"terminal.ansiBrightRed": "#E35535",
"terminal.ansiBrightGreen": "#00a884",
"terminal.ansiBrightYellow": "#c7910c",
"terminal.ansiBrightBlue": "#11B7D4",
"terminal.ansiBrightMagenta": "#BC62AD",
"terminal.ansiBrightCyan": "#38c7bd",
"terminal.ansiBrightWhite": "#11B7D4",
"terminal.background": "#111418",
"terminal.foreground": "#AEB2B2",
"terminalCursor.background": "#c7910c",
"terminalCursor.foreground": "#c7910c",
"textBlockQuote.background": "#11B7D434",
"textBlockQuote.border": "#11B7D4b9",
"textCodeBlock.background": "#11B7D434",
"textLink.activeForeground": "#11B7D4",
"textLink.foreground": "#11B7D4",
"textPreformat.foreground": "#c7910c",
"textSeparator.foreground": "#11B7D4",
"walkThrough.embeddedEditorBackground": "#111418",
"titleBar.activeBackground": "#0D0F12",
"titleBar.activeForeground": "#43474d",
"titleBar.inactiveBackground": "#000000",
"titleBar.inactiveForeground": "#43474d",
"titleBar.border": "#000000"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#d4770c", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#3585bb" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#43474d", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#E35535" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#AEB2B2" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#BC62AD" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#c7910c" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#11B7D4" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#c7910c" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#c7910c" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#AEB2B2" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#c7910c" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#c7910c" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#AEB2B260" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#d4770c", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#00a884" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#a85ff1" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#c62f52" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#c62f52" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#a85ff1", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#11B7D4" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#c62f52" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#11B7D4" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#11B7D4aa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#c7910c", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#a85ff1" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#a85ff1" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#11B7D4" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#11B7D4" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#c7910c" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#c7910c" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#11B7D4" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#11B7D4", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#11B7D4", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#11B7D4", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#11B7D4", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#BC62AD" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#BC62AD" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#AEB2B2" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#a85ff1" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#d4770c" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#d4770c", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#d4770c" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#d4770c" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#11B7D4" }
}
]
}

575
themes/shinny-gold.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Shinny gold",
"colors": {
"activityBar.background": "#0D0F12",
"activityBar.border": "#000000",
"activityBar.foreground": "#c7910c",
"activityBar.inactiveForeground": "#43474dAA",
"activityBarBadge.background": "#c7910c",
"activityBarBadge.foreground": "#0D0F12",
"badge.background": "#c7910c",
"badge.foreground": "#0D0F12",
"breadcrumbPicker.background": "#111418",
"button.background": "#c7910c",
"button.foreground": "#0D0F12",
"button.secondaryBackground": "#c7910c30",
"button.secondaryForeground": "#AEB2B2",
"extensionButton.prominentBackground": "#c7910c9d",
"extensionButton.prominentForeground": "#0D0F12",
"extensionButton.prominentHoverBackground": "#c7910c",
"charts.foreground": "#AEB2B2",
"charts.lines": "#AEB2B2",
"charts.red": "#E35535",
"charts.blue": "#11B7D4",
"charts.yellow": "#c7910c",
"charts.orange": "#d4770c",
"charts.green": "#00a884",
"charts.purple": "#BC62AD",
"contrastActiveBorder": "#00000000",
"errorForeground": "#E35535",
"focusBorder": "#c7910c40",
"foreground": "#AEB2B2",
"selection.background": "#c7910c60",
"widget.shadow": "#000000",
"icon.foreground": "#AEB2B2",
"debugExceptionWidget.background": "#191c21",
"debugExceptionWidget.border": "#000000",
"debugToolBar.background": "#191c21",
"descriptionForeground": "#AEB2B2",
"diffEditor.border": "#000000",
"diffEditor.insertedTextBackground": "#00a88420",
"diffEditor.removedTextBackground": "#E3553525",
"diffEditor.diagonalFill": "#00000080",
"dropdown.background": "#111418",
"dropdown.border": "#43474daa",
"dropdown.foreground": "#AEB2B2",
"editor.background": "#111418",
"editor.findMatchBackground": "#c7910c20",
"editor.findMatchBorder": "#c7910c60",
"editor.findMatchHighlightBackground": "#c7910c20",
"editor.findMatchHighlightBorder": "#c7910c40",
"editor.foreground": "#AEB2B2",
"editor.hoverHighlightBackground": "#c7910c40",
"editor.lineHighlightBackground": "#c7910c0c",
"editor.lineHighlightBorder": "#c7910c1a",
"editor.rangeHighlightBackground": "#c7910c20",
"editor.selectionBackground": "#c7910c25",
"editor.selectionForeground": "#c7910c",
"editor.inactiveSelectionBackground": "#c7910c20",
"editor.selectionHighlightBorder": "#c7910c60",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#c7910c40",
"editor.wordHighlightBackground": "#c7910c20",
"editorBracketMatch.background": "#c7910c20",
"editorBracketMatch.border": "#c7910c40",
"editorCodeLens.foreground": "#AEB2B2",
"editorCursor.foreground": "#c7910c",
"editorGroup.border": "#000000",
"editorGroup.dropBackground": "#c7910c15",
"editorHoverWidget.background": "#191c21",
"editorHoverWidget.border": "#0D0F12",
"editorIndentGuide.background": "#43474d30",
"editorIndentGuide.activeBackground": "#43474dbb",
"editorLink.activeForeground": "#AEB2B2",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#191c21",
"sash.hoverBorder": "#c7910c50",
"editorRuler.foreground": "#43474d50",
"editorWarning.foreground": "#c7910c",
"editorWhitespace.foreground": "#43474d60",
"editorWidget.background": "#191c21",
"editorWidget.resizeBorder": "#c7910c50",
"editorGutter.background": "#111418",
"editorGutter.addedBackground": "#00a884cc",
"editorGutter.deletedBackground": "#E35535cc",
"editorGutter.modifiedBackground": "#11B7D4cc",
"editorLineNumber.foreground": "#43474d90",
"editorLineNumber.activeForeground": "#43474d",
"input.background": "#00000000",
"input.foreground": "#AEB2B2",
"input.border": "#c7910c30",
"input.placeholderForeground": "#c7910c60",
"inputOption.activeBorder": "#c7910c",
"inputValidation.errorBackground": "#191c21",
"inputValidation.errorBorder": "#c7910c",
"inputValidation.infoBackground": "#191c21",
"inputValidation.infoBorder": "#c7910c",
"inputValidation.warningBackground": "#191c21",
"inputValidation.warningBorder": "#c7910c",
"list.activeSelectionBackground": "#c7910c25",
"list.inactiveSelectionBackground": "#c7910c25",
"list.dropBackground": "#c7910c15",
"list.focusBackground": "#c7910c40",
"list.focusForeground": "#AEB2B2",
"list.errorForeground": "#E35535",
"list.warningForeground": "#eba050",
"list.highlightForeground": "#c7910c",
"list.activeSelectionForeground": "#AEB2B2",
"list.hoverBackground": "#00000060",
"list.hoverForeground": "#AEB2B2",
"gitDecoration.modifiedResourceForeground": "#11B7D4",
"gitDecoration.deletedResourceForeground": "#E35535",
"gitDecoration.untrackedResourceForeground": "#00a884",
"gitDecoration.ignoredResourceForeground": "#43474d",
"gitDecoration.conflictingResourceForeground": "#c7910c",
"gitDecoration.stageAddedResourceForeground": "#E35535",
"menu.background": "#191c21",
"menu.foreground": "#AEB2B2",
"menu.separatorBackground": "#000000",
"menu.selectionBackground": "#c7910c20",
"menu.selectionForeground": "#AEB2B2",
"menubar.selectionBackground": "#191c21",
"menubar.selectionForeground": "#AEB2B2",
"merge.border": "#000000",
"merge.commonContentBackground": "#c7910c30",
"merge.commonHeaderBackground": "#c7910c80",
"merge.currentContentBackground": "#00a88430",
"merge.currentHeaderBackground": "#00a88480",
"merge.incomingContentBackground": "#11B7D430",
"merge.incomingHeaderBackground": "#11B7D480",
"editorOverviewRuler.border": "#000000",
"editorOverviewRuler.commonContentForeground": "#c7910c",
"editorOverviewRuler.currentContentForeground": "#E35535",
"editorOverviewRuler.incomingContentForeground": "#00a884",
"notificationCenterHeader.foreground": "#AEB2B2",
"notificationCenterHeader.background": "#191c21",
"notifications.foreground": "#AEB2B2",
"notifications.background": "#191c21",
"notifications.border": "#c7910c50",
"notificationLink.foreground": "#c7910c",
"panel.background": "#111418",
"panel.border": "#000000",
"panelInput.border": "#43474d",
"panelSection.background": "#000000",
"panelSection.border": "#000000",
"panelTitle.activeBorder": "#c7910c",
"panelTitle.activeForeground": "#c7910c",
"panelTitle.inactiveForeground": "#43474d",
"panelSectionHeader.background": "#43474d20",
"panelSectionHeader.foreground": "#AEB2B2",
"panelSectionHeader.border": "#000000",
"peekView.border": "#c7910c",
"peekViewEditor.background": "#191c2140",
"peekViewEditor.matchHighlightBackground": "#191c2140",
"peekViewResult.background": "#191c2140",
"peekViewResult.fileForeground": "#AEB2B2",
"peekViewResult.lineForeground": "#AEB2B2",
"peekViewResult.matchHighlightBackground": "#191c21",
"peekViewResult.selectionBackground": "#191c21",
"peekViewResult.selectionForeground": "#AEB2B2",
"peekViewTitle.background": "#000000",
"peekViewTitleDescription.foreground": "#AEB2B2",
"peekViewTitleLabel.foreground": "#AEB2B2",
"peekViewEditorGutter.background": "#191c2140",
"editorMarkerNavigation.background": "#0D0F12",
"editorMarkerNavigationError.background": "#E3553590",
"editorMarkerNavigationWarning.background": "#eba05090",
"editorMarkerNavigationInfo.background": "#11B7D490",
"pickerGroup.border": "#000000",
"pickerGroup.foreground": "#AEB2B2",
"progressBar.background": "#c7910c",
"scrollbar.shadow": "#000000",
"scrollbarSlider.activeBackground": "#c7910c60",
"scrollbarSlider.background": "#c7910c40",
"scrollbarSlider.hoverBackground": "#c7910c50",
"settings.modifiedItemIndicator": "#c7910c",
"settings.headerForeground": "#c7910c",
"sideBar.background": "#0D0F12",
"sideBar.border": "#000000",
"sideBar.foreground": "#AEB2B2bb",
"sideBarSectionHeader.background": "#0D0F12",
"sideBarSectionHeader.foreground": "#AEB2B2",
"sideBarSectionHeader.border": "#000000",
"sideBarTitle.foreground": "#43474d",
"tree.indentGuidesStroke": "#43474d70",
"statusBar.background": "#0D0F12",
"statusBar.border": "#000000",
"statusBar.debuggingBackground": "#c7910c44",
"statusBar.debuggingForeground": "#AEB2B2",
"statusBar.foreground": "#AEB2B2",
"statusBar.noFolderBackground": "#000000",
"statusBar.noFolderBorder": "#c7910c",
"statusBar.noFolderForeground": "#AEB2B2",
"statusBarItem.activeBackground": "#191c21",
"statusBarItem.hoverBackground": "#43474d30",
"statusBarItem.prominentBackground": "#000000",
"statusBarItem.prominentHoverBackground": "#191c21",
"statusBarItem.errorBackground": "#E35535",
"editorSuggestWidget.background": "#111418",
"editorSuggestWidget.border": "#000000",
"editorSuggestWidget.foreground": "#AEB2B2",
"editorSuggestWidget.highlightForeground": "#c7910c",
"editorSuggestWidget.selectedBackground": "#c7910c4d",
"editorGroupHeader.noTabsBackground": "#111418",
"editorGroupHeader.tabsBackground": "#0D0F12",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#111418",
"tab.activeForeground": "#c7910c",
"tab.activeBorderTop": "#c7910c",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#111418cc",
"tab.unfocusedHoverBackground": "#c7910c10",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#0D0F12",
"tab.inactiveForeground": "#43474d",
"tab.unfocusedActiveForeground": "#AEB2B2",
"tab.unfocusedInactiveForeground": "#AEB2B2",
"tab.lastPinnedBorder": "#000000",
"terminal.ansiBlack": "#111418",
"terminal.ansiRed": "#E35535",
"terminal.ansiGreen": "#00a884",
"terminal.ansiYellow": "#c7910c",
"terminal.ansiBlue": "#11B7D4",
"terminal.ansiMagenta": "#BC62AD",
"terminal.ansiCyan": "#38c7bd",
"terminal.ansiWhite": "#AEB2B2",
"terminal.ansiBrightBlack": "#11B7D4",
"terminal.ansiBrightRed": "#E35535",
"terminal.ansiBrightGreen": "#00a884",
"terminal.ansiBrightYellow": "#c7910c",
"terminal.ansiBrightBlue": "#11B7D4",
"terminal.ansiBrightMagenta": "#BC62AD",
"terminal.ansiBrightCyan": "#38c7bd",
"terminal.ansiBrightWhite": "#11B7D4",
"terminal.background": "#111418",
"terminal.foreground": "#AEB2B2",
"terminalCursor.background": "#c7910c",
"terminalCursor.foreground": "#c7910c",
"textBlockQuote.background": "#11B7D434",
"textBlockQuote.border": "#11B7D4b9",
"textCodeBlock.background": "#11B7D434",
"textLink.activeForeground": "#11B7D4",
"textLink.foreground": "#11B7D4",
"textPreformat.foreground": "#c7910c",
"textSeparator.foreground": "#c7910c",
"walkThrough.embeddedEditorBackground": "#111418",
"titleBar.activeBackground": "#0D0F12",
"titleBar.activeForeground": "#43474d",
"titleBar.inactiveBackground": "#000000",
"titleBar.inactiveForeground": "#43474d",
"titleBar.border": "#000000"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#d4770c", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#3585bb" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#43474d", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#E35535" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#AEB2B2" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#BC62AD" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#c7910c" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#11B7D4" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#c7910c" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#c7910c" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#AEB2B2" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#c7910c" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#c7910c" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#AEB2B260" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#d4770c", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#00a884" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#a85ff1" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#c62f52" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#c62f52" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#a85ff1", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#11B7D4" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#c62f52" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#11B7D4" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#11B7D4aa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#c7910c", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#a85ff1" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#a85ff1" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#11B7D4" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#11B7D4" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#c7910c" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#c7910c" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#11B7D4" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#11B7D4", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#11B7D4", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#11B7D4", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#11B7D4", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#BC62AD" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#BC62AD" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#38c7bd", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#AEB2B2" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#a85ff1" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#d4770c" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#d4770c", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#d4770c" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#d4770c" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#11B7D4" }
}
]
}

View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Surplus blueberry",
"colors": {
"activityBar.background": "#0e1421",
"activityBar.border": "#0F0B14",
"activityBar.foreground": "#c93e71",
"activityBar.inactiveForeground": "#3e668cAA",
"activityBarBadge.background": "#c93e71",
"activityBarBadge.foreground": "#0e1421",
"badge.background": "#c93e71",
"badge.foreground": "#0e1421",
"breadcrumbPicker.background": "#101a29",
"button.background": "#c93e71",
"button.foreground": "#0e1421",
"button.secondaryBackground": "#c93e7130",
"button.secondaryForeground": "#bad1d9",
"extensionButton.prominentBackground": "#c93e719d",
"extensionButton.prominentForeground": "#0e1421",
"extensionButton.prominentHoverBackground": "#c93e71",
"charts.foreground": "#bad1d9",
"charts.lines": "#bad1d9",
"charts.red": "#C13838",
"charts.blue": "#00B3BD",
"charts.yellow": "#c93e71",
"charts.orange": "#5288BA",
"charts.green": "#a9dc76",
"charts.purple": "#e991e3",
"contrastActiveBorder": "#00000000",
"errorForeground": "#E35535",
"focusBorder": "#c93e7140",
"foreground": "#bad1d9",
"selection.background": "#c93e7160",
"widget.shadow": "#0F0B14",
"icon.foreground": "#bad1d9",
"debugExceptionWidget.background": "#4e1d37",
"debugExceptionWidget.border": "#0F0B14",
"debugToolBar.background": "#4e1d37",
"descriptionForeground": "#bad1d9",
"diffEditor.border": "#0F0B14",
"diffEditor.insertedTextBackground": "#a9dc7620",
"diffEditor.removedTextBackground": "#E3553525",
"diffEditor.diagonalFill": "#0F0B1480",
"dropdown.background": "#101a29",
"dropdown.border": "#3e668caa",
"dropdown.foreground": "#bad1d9",
"editor.background": "#101a29",
"editor.findMatchBackground": "#c93e7120",
"editor.findMatchBorder": "#c93e7160",
"editor.findMatchHighlightBackground": "#c93e7120",
"editor.findMatchHighlightBorder": "#c93e7140",
"editor.foreground": "#bad1d9",
"editor.hoverHighlightBackground": "#c93e7140",
"editor.lineHighlightBackground": "#c93e710c",
"editor.lineHighlightBorder": "#c93e711a",
"editor.rangeHighlightBackground": "#c93e7120",
"editor.selectionBackground": "#c93e7125",
"editor.selectionForeground": "#c93e71",
"editor.inactiveSelectionBackground": "#c93e7120",
"editor.selectionHighlightBorder": "#c93e7160",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#c93e7140",
"editor.wordHighlightBackground": "#c93e7120",
"editorBracketMatch.background": "#c93e7120",
"editorBracketMatch.border": "#c93e7140",
"editorCodeLens.foreground": "#bad1d9",
"editorCursor.foreground": "#c93e71",
"editorGroup.border": "#0F0B14",
"editorGroup.dropBackground": "#c93e7115",
"editorHoverWidget.background": "#4e1d37",
"editorHoverWidget.border": "#0e1421",
"editorIndentGuide.background": "#3e668c30",
"editorIndentGuide.activeBackground": "#3e668cbb",
"editorLink.activeForeground": "#bad1d9",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#4e1d37",
"sash.hoverBorder": "#c93e7150",
"editorRuler.foreground": "#3e668c50",
"editorWarning.foreground": "#c93e71",
"editorWhitespace.foreground": "#3e668c60",
"editorWidget.background": "#4e1d37",
"editorWidget.resizeBorder": "#c93e7150",
"editorGutter.background": "#101a29",
"editorGutter.addedBackground": "#a9dc76cc",
"editorGutter.deletedBackground": "#E35535cc",
"editorGutter.modifiedBackground": "#00B3BDcc",
"editorLineNumber.foreground": "#3e668c90",
"editorLineNumber.activeForeground": "#3e668c",
"input.background": "#00000000",
"input.foreground": "#bad1d9",
"input.border": "#c93e7130",
"input.placeholderForeground": "#c93e7160",
"inputOption.activeBorder": "#c93e71",
"inputValidation.errorBackground": "#4e1d37",
"inputValidation.errorBorder": "#c93e71",
"inputValidation.infoBackground": "#4e1d37",
"inputValidation.infoBorder": "#c93e71",
"inputValidation.warningBackground": "#4e1d37",
"inputValidation.warningBorder": "#c93e71",
"list.activeSelectionBackground": "#c93e7125",
"list.inactiveSelectionBackground": "#c93e7125",
"list.dropBackground": "#c93e7115",
"list.focusBackground": "#c93e7140",
"list.focusForeground": "#bad1d9",
"list.errorForeground": "#E35535",
"list.warningForeground": "#d1a456",
"list.highlightForeground": "#c93e71",
"list.activeSelectionForeground": "#bad1d9",
"list.hoverBackground": "#0F0B1460",
"list.hoverForeground": "#bad1d9",
"gitDecoration.modifiedResourceForeground": "#00B3BD",
"gitDecoration.deletedResourceForeground": "#E35535",
"gitDecoration.untrackedResourceForeground": "#a9dc76",
"gitDecoration.ignoredResourceForeground": "#3e668c",
"gitDecoration.conflictingResourceForeground": "#c93e71",
"gitDecoration.stageAddedResourceForeground": "#C13838",
"menu.background": "#4e1d37",
"menu.foreground": "#bad1d9",
"menu.separatorBackground": "#0F0B14",
"menu.selectionBackground": "#c93e7120",
"menu.selectionForeground": "#bad1d9",
"menubar.selectionBackground": "#4e1d37",
"menubar.selectionForeground": "#bad1d9",
"merge.border": "#0F0B14",
"merge.commonContentBackground": "#c93e7130",
"merge.commonHeaderBackground": "#c93e7180",
"merge.currentContentBackground": "#a9dc7630",
"merge.currentHeaderBackground": "#a9dc7680",
"merge.incomingContentBackground": "#00B3BD30",
"merge.incomingHeaderBackground": "#00B3BD80",
"editorOverviewRuler.border": "#0F0B14",
"editorOverviewRuler.commonContentForeground": "#c93e71",
"editorOverviewRuler.currentContentForeground": "#E35535",
"editorOverviewRuler.incomingContentForeground": "#a9dc76",
"notificationCenterHeader.foreground": "#bad1d9",
"notificationCenterHeader.background": "#4e1d37",
"notifications.foreground": "#bad1d9",
"notifications.background": "#4e1d37",
"notifications.border": "#c93e7150",
"notificationLink.foreground": "#c93e71",
"panel.background": "#101a29",
"panel.border": "#0F0B14",
"panelInput.border": "#3e668c",
"panelSection.background": "#0F0B14",
"panelSection.border": "#0F0B14",
"panelTitle.activeBorder": "#c93e71",
"panelTitle.activeForeground": "#c93e71",
"panelTitle.inactiveForeground": "#3e668c",
"panelSectionHeader.background": "#3e668c20",
"panelSectionHeader.foreground": "#bad1d9",
"panelSectionHeader.border": "#0F0B14",
"peekView.border": "#c93e71",
"peekViewEditor.background": "#4e1d3740",
"peekViewEditor.matchHighlightBackground": "#4e1d3740",
"peekViewResult.background": "#4e1d3740",
"peekViewResult.fileForeground": "#bad1d9",
"peekViewResult.lineForeground": "#bad1d9",
"peekViewResult.matchHighlightBackground": "#4e1d37",
"peekViewResult.selectionBackground": "#4e1d37",
"peekViewResult.selectionForeground": "#bad1d9",
"peekViewTitle.background": "#0F0B14",
"peekViewTitleDescription.foreground": "#bad1d9",
"peekViewTitleLabel.foreground": "#bad1d9",
"peekViewEditorGutter.background": "#4e1d3740",
"editorMarkerNavigation.background": "#0e1421",
"editorMarkerNavigationError.background": "#E3553590",
"editorMarkerNavigationWarning.background": "#d1a45690",
"editorMarkerNavigationInfo.background": "#00B3BD90",
"pickerGroup.border": "#0F0B14",
"pickerGroup.foreground": "#bad1d9",
"progressBar.background": "#c93e71",
"scrollbar.shadow": "#0F0B14",
"scrollbarSlider.activeBackground": "#c93e7160",
"scrollbarSlider.background": "#c93e7140",
"scrollbarSlider.hoverBackground": "#c93e7150",
"settings.modifiedItemIndicator": "#c93e71",
"settings.headerForeground": "#c93e71",
"sideBar.background": "#0e1421",
"sideBar.border": "#0F0B14",
"sideBar.foreground": "#bad1d9bb",
"sideBarSectionHeader.background": "#0e1421",
"sideBarSectionHeader.foreground": "#bad1d9",
"sideBarSectionHeader.border": "#0F0B14",
"sideBarTitle.foreground": "#3e668c",
"tree.indentGuidesStroke": "#3e668c70",
"statusBar.background": "#0e1421",
"statusBar.border": "#0F0B14",
"statusBar.debuggingBackground": "#c93e7144",
"statusBar.debuggingForeground": "#bad1d9",
"statusBar.foreground": "#bad1d9",
"statusBar.noFolderBackground": "#0F0B14",
"statusBar.noFolderBorder": "#c93e71",
"statusBar.noFolderForeground": "#bad1d9",
"statusBarItem.activeBackground": "#4e1d37",
"statusBarItem.hoverBackground": "#3e668c30",
"statusBarItem.prominentBackground": "#0F0B14",
"statusBarItem.prominentHoverBackground": "#4e1d37",
"statusBarItem.errorBackground": "#C13838",
"editorSuggestWidget.background": "#101a29",
"editorSuggestWidget.border": "#0F0B14",
"editorSuggestWidget.foreground": "#bad1d9",
"editorSuggestWidget.highlightForeground": "#c93e71",
"editorSuggestWidget.selectedBackground": "#c93e714d",
"editorGroupHeader.noTabsBackground": "#101a29",
"editorGroupHeader.tabsBackground": "#0e1421",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#101a29",
"tab.activeForeground": "#c93e71",
"tab.activeBorderTop": "#c93e71",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#101a29cc",
"tab.unfocusedHoverBackground": "#c93e7110",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#0e1421",
"tab.inactiveForeground": "#3e668c",
"tab.unfocusedActiveForeground": "#bad1d9",
"tab.unfocusedInactiveForeground": "#bad1d9",
"tab.lastPinnedBorder": "#0F0B14",
"terminal.ansiBlack": "#101a29",
"terminal.ansiRed": "#E35535",
"terminal.ansiGreen": "#a9dc76",
"terminal.ansiYellow": "#c93e71",
"terminal.ansiBlue": "#00B3BD",
"terminal.ansiMagenta": "#e991e3",
"terminal.ansiCyan": "#c93e71",
"terminal.ansiWhite": "#bad1d9",
"terminal.ansiBrightBlack": "#00B3BD",
"terminal.ansiBrightRed": "#E35535",
"terminal.ansiBrightGreen": "#a9dc76",
"terminal.ansiBrightYellow": "#c93e71",
"terminal.ansiBrightBlue": "#00B3BD",
"terminal.ansiBrightMagenta": "#e991e3",
"terminal.ansiBrightCyan": "#c93e71",
"terminal.ansiBrightWhite": "#00B3BD",
"terminal.background": "#101a29",
"terminal.foreground": "#bad1d9",
"terminalCursor.background": "#c93e71",
"terminalCursor.foreground": "#c93e71",
"textBlockQuote.background": "#00B3BD34",
"textBlockQuote.border": "#00B3BDb9",
"textCodeBlock.background": "#00B3BD34",
"textLink.activeForeground": "#00B3BD",
"textLink.foreground": "#00B3BD",
"textPreformat.foreground": "#c93e71",
"textSeparator.foreground": "#c93e71",
"walkThrough.embeddedEditorBackground": "#101a29",
"titleBar.activeBackground": "#0e1421",
"titleBar.activeForeground": "#3e668c",
"titleBar.inactiveBackground": "#0F0B14",
"titleBar.inactiveForeground": "#3e668c",
"titleBar.border": "#0F0B14"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#5288BA", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#b7d175" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#3e668c", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#C13838" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#bad1d9" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#e991e3" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#c93e71" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#00B3BD" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#c93e71" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#c93e71" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#bad1d9" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#c93e71" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#c93e71" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#bad1d960" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#5288BA", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#c93e71", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#a9dc76" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#CC9B52" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#B85C40" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#B85C40" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#CC9B52", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#00B3BD" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#B85C40" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#00B3BD" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#00B3BDaa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#c93e71", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#CC9B52" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#CC9B52" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#00B3BD" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#00B3BD" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#c93e71" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#c93e71" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#00B3BD" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#00B3BD", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#00B3BD", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#00B3BD", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#00B3BD", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#e991e3" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#e991e3" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#c93e71", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#c93e71", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#bad1d9" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#CC9B52" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#5288BA" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#5288BA", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#5288BA" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#5288BA" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#00B3BD" }
}
]
}

575
themes/void.json Normal file
View File

@ -0,0 +1,575 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Void",
"colors": {
"activityBar.background": "#120a1a",
"activityBar.border": "#000000",
"activityBar.foreground": "#7A63ED",
"activityBar.inactiveForeground": "#585785AA",
"activityBarBadge.background": "#7A63ED",
"activityBarBadge.foreground": "#120a1a",
"badge.background": "#7A63ED",
"badge.foreground": "#120a1a",
"breadcrumbPicker.background": "#150F23",
"button.background": "#7A63ED",
"button.foreground": "#120a1a",
"button.secondaryBackground": "#7A63ED30",
"button.secondaryForeground": "#D7E2EF",
"extensionButton.prominentBackground": "#7A63ED9d",
"extensionButton.prominentForeground": "#120a1a",
"extensionButton.prominentHoverBackground": "#7A63ED",
"charts.foreground": "#D7E2EF",
"charts.lines": "#D7E2EF",
"charts.red": "#C13838",
"charts.blue": "#7A63ED",
"charts.yellow": "#585785",
"charts.orange": "#3D8DE2",
"charts.green": "#6DBBFF",
"charts.purple": "#A8547A",
"contrastActiveBorder": "#00000000",
"errorForeground": "#C13838",
"focusBorder": "#7A63ED40",
"foreground": "#D7E2EF",
"selection.background": "#7A63ED60",
"widget.shadow": "#000000",
"icon.foreground": "#D7E2EF",
"debugExceptionWidget.background": "#2A2156",
"debugExceptionWidget.border": "#000000",
"debugToolBar.background": "#2A2156",
"descriptionForeground": "#D7E2EF",
"diffEditor.border": "#000000",
"diffEditor.insertedTextBackground": "#14b87120",
"diffEditor.removedTextBackground": "#C1383825",
"diffEditor.diagonalFill": "#00000080",
"dropdown.background": "#150F23",
"dropdown.border": "#585785aa",
"dropdown.foreground": "#D7E2EF",
"editor.background": "#150F23",
"editor.findMatchBackground": "#7A63ED20",
"editor.findMatchBorder": "#7A63ED60",
"editor.findMatchHighlightBackground": "#7A63ED20",
"editor.findMatchHighlightBorder": "#7A63ED40",
"editor.foreground": "#D7E2EF",
"editor.hoverHighlightBackground": "#7A63ED40",
"editor.lineHighlightBackground": "#7A63ED0c",
"editor.lineHighlightBorder": "#7A63ED1a",
"editor.rangeHighlightBackground": "#7A63ED20",
"editor.selectionBackground": "#7A63ED25",
"editor.selectionForeground": "#7A63ED",
"editor.inactiveSelectionBackground": "#7A63ED20",
"editor.selectionHighlightBorder": "#7A63ED60",
"editor.selectionHighlightBackground": "#00000000",
"editor.wordHighlightStrongBackground": "#7A63ED40",
"editor.wordHighlightBackground": "#7A63ED20",
"editorBracketMatch.background": "#7A63ED20",
"editorBracketMatch.border": "#7A63ED40",
"editorCodeLens.foreground": "#D7E2EF",
"editorCursor.foreground": "#585785",
"editorGroup.border": "#000000",
"editorGroup.dropBackground": "#7A63ED15",
"editorHoverWidget.background": "#2A2156",
"editorHoverWidget.border": "#120a1a",
"editorIndentGuide.background": "#58578530",
"editorIndentGuide.activeBackground": "#585785bb",
"editorLink.activeForeground": "#D7E2EF",
"editorWarning.border": "#00000000",
"editorGutter.commentRangeForeground": "#2A2156",
"sash.hoverBorder": "#7A63ED50",
"editorRuler.foreground": "#58578550",
"editorWarning.foreground": "#585785",
"editorWhitespace.foreground": "#58578560",
"editorWidget.background": "#2A2156",
"editorWidget.resizeBorder": "#7A63ED50",
"editorGutter.background": "#150F23",
"editorGutter.addedBackground": "#14b871cc",
"editorGutter.deletedBackground": "#C13838cc",
"editorGutter.modifiedBackground": "#04c4d9cc",
"editorLineNumber.foreground": "#58578590",
"editorLineNumber.activeForeground": "#585785",
"input.background": "#00000000",
"input.foreground": "#D7E2EF",
"input.border": "#7A63ED30",
"input.placeholderForeground": "#7A63ED60",
"inputOption.activeBorder": "#7A63ED",
"inputValidation.errorBackground": "#2A2156",
"inputValidation.errorBorder": "#585785",
"inputValidation.infoBackground": "#2A2156",
"inputValidation.infoBorder": "#7A63ED",
"inputValidation.warningBackground": "#2A2156",
"inputValidation.warningBorder": "#585785",
"list.activeSelectionBackground": "#7A63ED25",
"list.inactiveSelectionBackground": "#7A63ED25",
"list.dropBackground": "#7A63ED15",
"list.focusBackground": "#7A63ED40",
"list.focusForeground": "#D7E2EF",
"list.errorForeground": "#C13838",
"list.warningForeground": "#cc8c39",
"list.highlightForeground": "#585785",
"list.activeSelectionForeground": "#D7E2EF",
"list.hoverBackground": "#00000060",
"list.hoverForeground": "#D7E2EF",
"gitDecoration.modifiedResourceForeground": "#04c4d9",
"gitDecoration.deletedResourceForeground": "#C13838",
"gitDecoration.untrackedResourceForeground": "#14b871",
"gitDecoration.ignoredResourceForeground": "#585785",
"gitDecoration.conflictingResourceForeground": "#7A63ED",
"gitDecoration.stageAddedResourceForeground": "#C13838",
"menu.background": "#2A2156",
"menu.foreground": "#D7E2EF",
"menu.separatorBackground": "#000000",
"menu.selectionBackground": "#7A63ED20",
"menu.selectionForeground": "#D7E2EF",
"menubar.selectionBackground": "#2A2156",
"menubar.selectionForeground": "#D7E2EF",
"merge.border": "#000000",
"merge.commonContentBackground": "#58578530",
"merge.commonHeaderBackground": "#58578580",
"merge.currentContentBackground": "#14b87130",
"merge.currentHeaderBackground": "#14b87180",
"merge.incomingContentBackground": "#04c4d930",
"merge.incomingHeaderBackground": "#04c4d980",
"editorOverviewRuler.border": "#000000",
"editorOverviewRuler.commonContentForeground": "#585785",
"editorOverviewRuler.currentContentForeground": "#C13838",
"editorOverviewRuler.incomingContentForeground": "#14b871",
"notificationCenterHeader.foreground": "#D7E2EF",
"notificationCenterHeader.background": "#2A2156",
"notifications.foreground": "#D7E2EF",
"notifications.background": "#2A2156",
"notifications.border": "#7A63ED50",
"notificationLink.foreground": "#585785",
"panel.background": "#150F23",
"panel.border": "#000000",
"panelInput.border": "#585785",
"panelSection.background": "#000000",
"panelSection.border": "#000000",
"panelTitle.activeBorder": "#7A63ED",
"panelTitle.activeForeground": "#7A63ED",
"panelTitle.inactiveForeground": "#585785",
"panelSectionHeader.background": "#58578520",
"panelSectionHeader.foreground": "#D7E2EF",
"panelSectionHeader.border": "#000000",
"peekView.border": "#7A63ED",
"peekViewEditor.background": "#2A215640",
"peekViewEditor.matchHighlightBackground": "#2A215640",
"peekViewResult.background": "#2A215640",
"peekViewResult.fileForeground": "#D7E2EF",
"peekViewResult.lineForeground": "#D7E2EF",
"peekViewResult.matchHighlightBackground": "#2A2156",
"peekViewResult.selectionBackground": "#2A2156",
"peekViewResult.selectionForeground": "#D7E2EF",
"peekViewTitle.background": "#000000",
"peekViewTitleDescription.foreground": "#D7E2EF",
"peekViewTitleLabel.foreground": "#D7E2EF",
"peekViewEditorGutter.background": "#2A215640",
"editorMarkerNavigation.background": "#120a1a",
"editorMarkerNavigationError.background": "#C1383890",
"editorMarkerNavigationWarning.background": "#cc8c3990",
"editorMarkerNavigationInfo.background": "#04c4d990",
"pickerGroup.border": "#000000",
"pickerGroup.foreground": "#D7E2EF",
"progressBar.background": "#585785",
"scrollbar.shadow": "#000000",
"scrollbarSlider.activeBackground": "#7A63ED60",
"scrollbarSlider.background": "#7A63ED40",
"scrollbarSlider.hoverBackground": "#7A63ED50",
"settings.modifiedItemIndicator": "#7A63ED",
"settings.headerForeground": "#7A63ED",
"sideBar.background": "#120a1a",
"sideBar.border": "#000000",
"sideBar.foreground": "#D7E2EFbb",
"sideBarSectionHeader.background": "#120a1a",
"sideBarSectionHeader.foreground": "#D7E2EF",
"sideBarSectionHeader.border": "#000000",
"sideBarTitle.foreground": "#585785",
"tree.indentGuidesStroke": "#58578570",
"statusBar.background": "#120a1a",
"statusBar.border": "#000000",
"statusBar.debuggingBackground": "#7A63ED44",
"statusBar.debuggingForeground": "#D7E2EF",
"statusBar.foreground": "#D7E2EF",
"statusBar.noFolderBackground": "#000000",
"statusBar.noFolderBorder": "#7A63ED",
"statusBar.noFolderForeground": "#D7E2EF",
"statusBarItem.activeBackground": "#2A2156",
"statusBarItem.hoverBackground": "#58578530",
"statusBarItem.prominentBackground": "#000000",
"statusBarItem.prominentHoverBackground": "#2A2156",
"statusBarItem.errorBackground": "#C13838",
"editorSuggestWidget.background": "#150F23",
"editorSuggestWidget.border": "#000000",
"editorSuggestWidget.foreground": "#D7E2EF",
"editorSuggestWidget.highlightForeground": "#585785",
"editorSuggestWidget.selectedBackground": "#7A63ED4d",
"editorGroupHeader.noTabsBackground": "#150F23",
"editorGroupHeader.tabsBackground": "#120a1a",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGroupHeader.border": "#00000000",
"tab.activeBackground": "#150F23",
"tab.activeForeground": "#7A63ED",
"tab.activeBorderTop": "#7A63ED",
"tab.border": "#00000000",
"tab.hoverBorder": "#00000000",
"tab.hoverBackground": "#150F23cc",
"tab.unfocusedHoverBackground": "#7A63ED10",
"tab.unfocusedHoverBorder": "#00000000",
"tab.inactiveBackground": "#120a1a",
"tab.inactiveForeground": "#585785",
"tab.unfocusedActiveForeground": "#D7E2EF",
"tab.unfocusedInactiveForeground": "#D7E2EF",
"tab.lastPinnedBorder": "#000000",
"terminal.ansiBlack": "#150F23",
"terminal.ansiRed": "#C13838",
"terminal.ansiGreen": "#14b871",
"terminal.ansiYellow": "#585785",
"terminal.ansiBlue": "#04c4d9",
"terminal.ansiMagenta": "#A8547A",
"terminal.ansiCyan": "#89C4FF",
"terminal.ansiWhite": "#D7E2EF",
"terminal.ansiBrightBlack": "#04c4d9",
"terminal.ansiBrightRed": "#C13838",
"terminal.ansiBrightGreen": "#14b871",
"terminal.ansiBrightYellow": "#585785",
"terminal.ansiBrightBlue": "#04c4d9",
"terminal.ansiBrightMagenta": "#A8547A",
"terminal.ansiBrightCyan": "#89C4FF",
"terminal.ansiBrightWhite": "#04c4d9",
"terminal.background": "#150F23",
"terminal.foreground": "#D7E2EF",
"terminalCursor.background": "#585785",
"terminalCursor.foreground": "#585785",
"textBlockQuote.background": "#04c4d934",
"textBlockQuote.border": "#04c4d9b9",
"textCodeBlock.background": "#04c4d934",
"textLink.activeForeground": "#04c4d9",
"textLink.foreground": "#04c4d9",
"textPreformat.foreground": "#585785",
"textSeparator.foreground": "#7A63ED",
"walkThrough.embeddedEditorBackground": "#150F23",
"titleBar.activeBackground": "#120a1a",
"titleBar.activeForeground": "#585785",
"titleBar.inactiveBackground": "#000000",
"titleBar.inactiveForeground": "#585785",
"titleBar.border": "#000000"
},
"tokenColors": [
{
"scope": [
"support.module.elm",
"entity.other.inherited-class.python",
"variable.other.object",
"support.other.namespace.php",
"entity.other.attribute-name.namespace.xml",
"record.accessor",
"entity.name.record.field.accessor"
],
"settings": { "foreground": "#3D8DE2", "fontStyle": "italic" }
},
{ "scope": ["entity.name.type"], "settings": { "foreground": "#2C729E" } },
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi",
"comment.block.documentation source"
],
"settings": { "foreground": "#585785", "fontStyle": "italic" }
},
{ "scope": ["constant"], "settings": { "foreground": "#C13838" } },
{
"scope": ["source", "support", "constant.character.entity.named", "meta.jsx.children", "source.lua"],
"settings": { "foreground": "#D7E2EF" }
},
{
"scope": [
"entity.name.function.decorator",
"meta.decorator entity.name.function",
"meta.decorator punctuation.decorator",
"punctuation.definition.decorator",
"meta.decorator variable.other.readwrite.ts"
],
"settings": { "foreground": "#A8547A" }
},
{ "scope": ["keyword.control.export", "support.type.object.module"], "settings": { "foreground": "#585785" } },
{
"scope": [
"support.function",
"entity.name.function",
"meta.function-call",
"meta.function",
"meta.method.declaration",
"meta.function-call support",
"meta.decorator meta.definition.method entity.name.function",
"meta.decorator meta.method.declaration entity.name.function",
"variable.language.super.ts",
"source.directive",
"meta.function-call.generic",
"meta.method-call.static.php",
"meta.method-call.php",
"meta.class storage.type"
],
"settings": { "foreground": "#7A63ED" }
},
{
"scope": [
"keyword.control.import",
"meta.module.name.elm support",
"meta.import.elm support",
"keyword.control.at-rule",
"punctuation.definition.keyword",
"variable.control.import.include"
],
"settings": { "foreground": "#585785" }
},
{
"scope": [
"keyword.control",
"keyword.control.conditional",
"storage.modifier",
"keyword.operator.new",
"keyword.operator.expression",
"keyword.begin.blade",
"keyword.end.blade",
"keyword.blade",
"keyword.type-alias",
"keyword.type",
"support.class.console",
"keyword.other.await",
"storage.type.class.jsdoc",
"punctuation.definition.block.tag.jsdoc",
"keyword.operator.assignment.cs"
],
"settings": { "foreground": "#585785" }
},
{ "scope": ["meta.object-literal.key", "variable.object.property"], "settings": { "foreground": "#D7E2EF" } },
{
"scope": ["keyword.other.definition.ini", "support.type.property-name", "entity.name.tag.yaml"],
"settings": { "foreground": "#585785" }
},
{
"scope": ["keyword.operator.comparison", "storage.type.function.arrow", "keyword.operator.lua"],
"settings": { "foreground": "#585785" }
},
{
"scope": [
"punctuation",
"attribute_value",
"meta.brace",
"punctuation.definition.parameters",
"punctuation.definition.template-expression",
"keyword.operator",
"keyword.other",
"punctuation.terminator",
"punctuation.separator",
"punctuation.definition.generic.begin",
"punctuation.definition.generic.end",
"meta.function.type-declaration",
"keyword.other.colon.elm",
"meta.record.field.elm keyword.other.elm",
"keyword.other.period.elm",
"meta.tag.xml",
"meta.tag.preprocessor.xml",
"punctuation.definition.block",
"punctuation.accessor",
"constant.name.attribute.tag.pug",
"string.interpolated.pug",
"keyword.other.whitespace.liquid",
"meta.tag.template.block.twig",
"meta.tag.template.value.twig",
"begin.bracket",
"end.bracket",
"text.html.twig meta.tag.inline.any",
"text.html.twig meta.tag.block.any",
"support.function.construct.begin.blade",
"support.function.construct.end.blade source.php",
"support.function.construct.end.blade",
"meta.function.echo.blade source.php",
"punctuation.definition.list.begin.python",
"punctuation.definition.list.end.python",
"text.html.vue-html meta.tag.block.any",
"entity.name.variable.tuple-element.cs"
],
"settings": { "foreground": "#D7E2EF60" }
},
{
"scope": [
"variable.language.this",
"variable.language.special.self",
"variable.parameter.function.language.special.self"
],
"settings": { "foreground": "#3D8DE2", "fontStyle": "italic" }
},
{
"scope": [
"storage",
"meta.var.expr storage.type",
"storage.type.function",
"keyword.function",
"storage.type.class",
"storage.type.property",
"keyword.other",
"keyword.local.lua",
"entity.name.class",
"meta.function.lua keyword.control.lua",
"storage.type.enum",
"storage.type.interface",
"storage.type.type"
],
"settings": { "foreground": "#89C4FF", "fontStyle": "italic" }
},
{
"scope": [
"string",
"string.template",
"string.quoted.single",
"punctuation.definition.string",
"punctuation.definition.string.template",
"punctuation.definition.string.begin",
"punctuation.definition.string.end",
"string.other.link",
"constant.character.escape.regexp",
"variable.parameter.url"
],
"settings": { "foreground": "#6DBBFF" }
},
{
"scope": [
"entity.name.type",
"support.type",
"support.class",
"storage.type",
"entity.other.inherited-class",
"keyword.type"
],
"settings": { "foreground": "#2BD3E2" }
},
{
"scope": [
"variable",
"variable.language",
"entity.name.type.class.js",
"entity.name.variable",
"support.variable.magic",
"meta.method.body",
"entity.name.variable",
"punctuation.definition.variable",
"support.variable.property",
"meta.class variable.object.property",
"variable.other.constant entity.name.function",
"entity.name.variable.tuple-element.cs punctuation.separator.colon.cs"
],
"settings": { "foreground": "#D65170" }
},
{ "scope": ["source.elm constant.type-constructor"], "settings": { "foreground": "#D65170" } },
{ "scope": ["source.elm storage.type"], "settings": { "foreground": "#2BD3E2", "fontStyle": "normal" } },
{
"scope": [
"entity.name.tag.other.html",
"meta.tag.other.html punctuation.definition.tag.end.html",
"meta.tag.other.html punctuation.definition.tag.begin.html",
"entity.name.tag support.class.component",
"support.class.component.html"
],
"settings": { "foreground": "#7A63ED" }
},
{ "scope": ["support.variable.liquid", "support.class.liquid"], "settings": { "foreground": "#D65170" } },
{
"scope": [
"text.html.basic entity.name",
"source.js-ignored-vscode",
"entity.name.tag",
"meta.embedded.block.blade constant.other.php",
"meta.embedded.block.blade keyword.operator.comparison.php",
"meta.embedded.block.blade keyword.operator.arithmetic.php"
],
"settings": { "foreground": "#7A63ED" }
},
{
"scope": [
"meta.tag.sgml.doctype.html",
"punctuation.definition.tag",
"meta.tag.block.any",
"meta.tag.block.any.html",
"meta.tag.inline.any",
"source.css-ignored-vscode",
"meta.tag.metadata.style.end.html",
"text.html.vue invalid.illegal.character-not-allowed-here.html"
],
"settings": { "foreground": "#7A63EDaa" }
},
{
"scope": [
"entity.other.attribute-name",
"entity.name.tag.liquid",
"invalid.deprecated.entity.other.attribute-name",
"meta.embedded.block.blade storage.type.php"
],
"settings": { "foreground": "#585785", "fontStyle": "italic" }
},
{
"scope": [
"markup.inline.raw.string.markdown",
"punctuation.definition.raw.markdown",
"markup.fenced_code.block.markdown",
"markup.fenced_code.block.markdown punctuation",
"markup.raw.block.markdown"
],
"settings": { "foreground": "#2BD3E2" }
},
{ "scope": ["fenced_code.block.language"], "settings": { "foreground": "#2BD3E2" } },
{ "scope": ["markup.list.unnumbered.markdown meta.paragraph.markdown"], "settings": { "foreground": "#7A63ED" } },
{ "scope": ["punctuation.definition.list.begin"], "settings": { "foreground": "#7A63ED" } },
{ "scope": ["entity.name.section", "markup.heading.setext"], "settings": { "foreground": "#585785" } },
{ "scope": ["punctuation.definition.heading"], "settings": { "foreground": "#585785" } },
{ "scope": ["markup.underline.link", "markup.underline.link.image"], "settings": { "foreground": "#7A63ED" } },
{
"scope": ["markup.bold", "punctuation.definition.bold"],
"settings": { "foreground": "#7A63ED", "fontStyle": "bold" }
},
{
"scope": ["markup.italic", "punctuation.definition.italic"],
"settings": { "foreground": "#7A63ED", "fontStyle": "italic" }
},
{ "scope": ["markup.quote"], "settings": { "foreground": "#7A63ED", "fontStyle": "italic" } },
{ "scope": ["punctuation.definition.quote.begin"], "settings": { "foreground": "#7A63ED", "fontStyle": "italic" } },
{ "scope": ["entity.other.attribute-name.pseudo-class"], "settings": { "foreground": "#A8547A" } },
{ "scope": ["entity.other.attribute-name.pseudo-element"], "settings": { "foreground": "#A8547A" } },
{
"scope": ["entity.other.attribute-name.class", "entity.other.attribute-name.class punctuation.definition.entity"],
"settings": { "foreground": "#89C4FF", "fontStyle": "italic" }
},
{
"scope": ["entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity"],
"settings": { "foreground": "#89C4FF", "fontStyle": "italic" }
},
{
"scope": [
"support.type.property-name.css",
"support.type.vendored.property-name",
"meta.property-list entity.name.tag.css",
"meta.property-list.scss meta.property-list.scss entity.name.tag.css",
"meta.property-list meta.property-name"
],
"settings": { "foreground": "#D7E2EF" }
},
{
"scope": [
"source.css.scss entity.other.attribute-name.id ",
"source.css entity.other.attribute-name.id ",
"entity.other.attribute-name.id punctuation.definition.entity"
],
"settings": { "foreground": "#2BD3E2" }
},
{ "scope": ["entity.name.tag.reference", "meta.property-list"], "settings": { "foreground": "#3D8DE2" } },
{ "scope": ["keyword.other.unit"], "settings": { "foreground": "#3D8DE2", "fontStyle": "italic" } },
{
"scope": ["support.constant.property-value", "support.constant.font-name", "meta.property-value.css"],
"settings": { "foreground": "#3D8DE2" }
},
{ "scope": ["constant.numeric"], "settings": { "foreground": "#3D8DE2" } },
{
"scope": ["entity.name.tag.css", "meta.property-list.scss entity.name.tag.css"],
"settings": { "foreground": "#7A63ED" }
}
]
}

2054
yarn.lock Normal file

File diff suppressed because it is too large Load Diff