main files
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,45 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
||||
<Metadata>
|
||||
<Identity Language="en-US" Id="light-pink-theme" Version="0.6.0" Publisher="mgwg" />
|
||||
<DisplayName>Light Pink Theme</DisplayName>
|
||||
<Description xml:space="preserve">A simple light pink theme.</Description>
|
||||
<Tags>light,pink,theme,color-theme,__web_extension</Tags>
|
||||
<Categories>Themes</Categories>
|
||||
<GalleryFlags>Public</GalleryFlags>
|
||||
|
||||
<Properties>
|
||||
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.55.0" />
|
||||
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
|
||||
<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
|
||||
<Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="ui,workspace,web" />
|
||||
<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
|
||||
|
||||
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/mgwg/light-pink-theme.git" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/mgwg/light-pink-theme.git" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/mgwg/light-pink-theme.git" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/mgwg/light-pink-theme/issues" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/mgwg/light-pink-theme#readme" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#F4D5DC" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="light" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
|
||||
<Property Id="Microsoft.VisualStudio.Services.Content.Pricing" Value="Free"/>
|
||||
|
||||
|
||||
|
||||
</Properties>
|
||||
|
||||
<Icon>extension/images/icon.png</Icon>
|
||||
</Metadata>
|
||||
<Installation>
|
||||
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
|
||||
</Installation>
|
||||
<Dependencies/>
|
||||
<Assets>
|
||||
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
|
||||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" />
|
||||
<Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" />
|
||||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/images/icon.png" Addressable="true" />
|
||||
</Assets>
|
||||
</PackageManifest>
|
||||
@@ -1,11 +0,0 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to the "light-pink-theme" extension will be documented in this file.
|
||||
|
||||
## [0.0.1]
|
||||
|
||||
- Initial release
|
||||
|
||||
## [0.4.0]
|
||||
|
||||
- Added a dark theme
|
||||
@@ -1,7 +0,0 @@
|
||||
## Pink Theme
|
||||
A light pink theme adapted from the default light theme. There's a dark theme now too!
|
||||
|
||||

|
||||
|
||||
|
||||

|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
@@ -1,47 +0,0 @@
|
||||
{
|
||||
"name": "light-pink-theme",
|
||||
"displayName": "Light Pink Theme",
|
||||
"publisher": "mgwg",
|
||||
"description": "A simple light pink theme.",
|
||||
"version": "0.6.0",
|
||||
"engines": {
|
||||
"vscode": "^1.55.0"
|
||||
},
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"keywords": [
|
||||
"light",
|
||||
"pink"
|
||||
],
|
||||
"icon": "images/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#F4D5DC",
|
||||
"theme": "light"
|
||||
},
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Light Pink",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/Light Pink-color-theme.json"
|
||||
},
|
||||
{
|
||||
"label": "Dark Pink",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/Dark Pink-color-theme.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mgwg/light-pink-theme"
|
||||
},
|
||||
"__metadata": {
|
||||
"id": "42146fba-c86e-4732-942a-d4b8e3f8fcf4",
|
||||
"publisherDisplayName": "mgwg",
|
||||
"publisherId": "269a2614-6976-40c3-ac42-46d927014857",
|
||||
"installedTimestamp": 1739122684716,
|
||||
"size": 2345109
|
||||
}
|
||||
}
|
||||
@@ -1,117 +0,0 @@
|
||||
{"name":"Dark Pink",
|
||||
"type": "dark",
|
||||
"colors":{
|
||||
"checkbox.border":"#6B6B6B",
|
||||
"editor.background":"#1E1E1E",
|
||||
"editor.foreground":"#D4D4D4",
|
||||
"editor.inactiveSelectionBackground":"#3A3D41",
|
||||
"editorIndentGuide.background":"#404040",
|
||||
"editorIndentGuide.activeBackground":"#707070",
|
||||
"editor.selectionHighlightBackground":"#ADD6FF26",
|
||||
// "list.dropBackground":"#3d363b",
|
||||
// "list.hoverBackground": "#783a68",
|
||||
"activityBarBadge.background":"#F15FB4",
|
||||
//"activityBar.foreground": "#f5deea",
|
||||
"statusBar.background":"#F15FB4",
|
||||
"sideBarTitle.foreground":"#BBBBBB",
|
||||
"input.placeholderForeground":"#A6A6A6",
|
||||
"menu.background":"#252526",
|
||||
"menu.foreground":"#CCCCCC",
|
||||
"menu.separatorBackground":"#454545",
|
||||
"menu.border":"#454545",
|
||||
"statusBarItem.remoteForeground":"#FFF",
|
||||
"statusBarItem.remoteBackground":"#8C1A4A",
|
||||
"ports.iconRunningProcessForeground":"#369432",
|
||||
"sideBarSectionHeader.background":"#0000",
|
||||
"sideBarSectionHeader.border":"#ccc3",
|
||||
"tab.lastPinnedBorder":"#ccc3",
|
||||
"list.activeSelectionIconForeground":"#FFF",
|
||||
"terminal.inactiveSelectionBackground":"#3A3D41",
|
||||
"banner.background": "#9f517e",
|
||||
"button.background":"#FF7AB3",
|
||||
"button.hoverBackground": "#fe8bbc",
|
||||
"focusBorder":"#cf307f",
|
||||
"list.activeSelectionBackground": "#e143aaa9",
|
||||
"widget.border":"#303031",
|
||||
"editor.selectionBackground": "#444242",
|
||||
"editorBracketHighlight.foreground1": "#dfb976",
|
||||
"editorBracketHighlight.foreground2": "#5caeef",
|
||||
"editorBracketHighlight.foreground3": "#c172d9",
|
||||
"editorBracketHighlight.foreground4": "#4fb1bc",
|
||||
"editorBracketHighlight.foreground5": "#97c26c",
|
||||
"editorBracketHighlight.foreground6": "#abb2c0",
|
||||
"selection.background": "#4B2F31"},
|
||||
|
||||
"tokenColors":[
|
||||
{
|
||||
"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown"],
|
||||
"settings":{"foreground":"#D4D4D4"}},
|
||||
{"scope":"emphasis","settings":{"fontStyle":"italic"}},
|
||||
{"scope":"strong","settings":{"fontStyle":"bold"}},
|
||||
{"scope":"header","settings":{"foreground":"#000080"}},
|
||||
{"scope":"comment","settings":{"foreground":"#af678d"}},
|
||||
{"scope":"constant.language","settings":{"foreground":"#F695C6"}},
|
||||
{"scope":["constant.numeric","variable.other.enummember",
|
||||
"keyword.operator.plus.exponent","keyword.operator.minus.exponent"],
|
||||
"settings":{"foreground":"#cec4a8"}},
|
||||
{"scope":"constant.regexp","settings":{"foreground":"#646695"}},
|
||||
{"scope":"entity.name.tag","settings":{"foreground":"#F695C6"}},
|
||||
{"scope":"entity.name.tag.css","settings":{"foreground":"#d7ba7d"}},
|
||||
{"scope":"entity.other.attribute-name","settings":{"foreground":"#9cdcfe"}},
|
||||
{"scope":["entity.other.attribute-name.class.css",
|
||||
"entity.other.attribute-name.class.mixin.css",
|
||||
"entity.other.attribute-name.id.css",
|
||||
"entity.other.attribute-name.parent-selector.css",
|
||||
"entity.other.attribute-name.pseudo-class.css",
|
||||
"entity.other.attribute-name.pseudo-element.css",
|
||||
"source.css.less entity.other.attribute-name.id",
|
||||
"entity.other.attribute-name.scss"],"settings":{"foreground":"#d7ba7d"}},
|
||||
{"scope":"invalid","settings":{"foreground":"#e83c92"}},
|
||||
{"scope":"markup.underline","settings":{"fontStyle":"underline"}},
|
||||
{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#F695C6"}},
|
||||
{"scope":"markup.heading","settings":{"fontStyle":"bold","foreground":"#F695C6"}},
|
||||
{"scope":"markup.italic","settings":{"fontStyle":"italic"}},
|
||||
{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},
|
||||
{"scope":"markup.inserted","settings":{"foreground":"#cec4a8"}},
|
||||
{"scope":"markup.deleted","settings":{"foreground":"#e99a9a"}},
|
||||
{"scope":"markup.changed","settings":{"foreground":"#F695C6"}},
|
||||
{"scope":"punctuation.definition.quote.begin.markdown","settings":{"foreground":"#6A9955"}},
|
||||
{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#6796e6"}},
|
||||
{"scope":"markup.inline.raw","settings":{"foreground":"#e99a9a"}},{"name":"brackets of XML/HTML tags",
|
||||
"scope":"punctuation.definition.tag","settings":{"foreground":"#808080"}},
|
||||
{"scope":["meta.preprocessor","entity.name.function.preprocessor"],"settings":{"foreground":"#F695C6"}},
|
||||
{"scope":"meta.preprocessor.string","settings":{"foreground":"#e99a9a"}},
|
||||
{"scope":"meta.preprocessor.numeric","settings":{"foreground":"#cec4a8"}},
|
||||
{"scope":"meta.structure.dictionary.key.python","settings":{"foreground":"#9cdcfe"}},
|
||||
{"scope":"meta.diff.header","settings":{"foreground":"#F695C6"}},
|
||||
{"scope":"storage","settings":{"foreground":"#F695C6"}},
|
||||
{"scope":"storage.type","settings":{"foreground":"#F695C6"}},
|
||||
{"scope":["storage.modifier","keyword.operator.noexcept"],"settings":{"foreground":"#F695C6"}},
|
||||
{"scope":["string","meta.embedded.assembly"],"settings":{"foreground":"#e99a9a"}},
|
||||
{"scope":"string.tag","settings":{"foreground":"#e99a9a"}},
|
||||
{"scope":"string.value","settings":{"foreground":"#e99a9a"}},
|
||||
{"scope":"string.regexp","settings":{"foreground":"#d16969"}},
|
||||
{"name":"String interpolation","scope":["punctuation.definition.template-expression.begin",
|
||||
"punctuation.definition.template-expression.end",
|
||||
"punctuation.section.embedded"],"settings":{"foreground":"#F695C6"}},
|
||||
{"name":"Reset JavaScript string interpolation expression",
|
||||
"scope":["meta.template.expression"],"settings":{"foreground":"#d4d4d4"}},
|
||||
{"scope":["support.type.vendored.property-name","support.type.property-name",
|
||||
"variable.css","variable.scss","variable.other.less","source.coffee.embedded"],
|
||||
"settings":{"foreground":"#c0caf5"}},
|
||||
{"scope":"keyword","settings":{"foreground":"#d1b7f1"}},
|
||||
{"scope":"keyword.control","settings":{"foreground":"#d1b7f1"}},
|
||||
{"scope":"keyword.operator","settings":{"foreground":"#d4d4d4"}},
|
||||
{"scope":["keyword.operator.new","keyword.operator.expression","keyword.operator.cast","keyword.operator.sizeof","keyword.operator.alignof","keyword.operator.typeid","keyword.operator.alignas","keyword.operator.instanceof","keyword.operator.logical.python","keyword.operator.wordlike"],"settings":{"foreground":"#F695C6"}},
|
||||
{"scope":"keyword.other.unit","settings":{"foreground":"#cec4a8"}},
|
||||
{"scope":["punctuation.section.embedded.begin.php","punctuation.section.embedded.end.php"],"settings":{"foreground":"#F695C6"}},
|
||||
{"scope":"support.function.git-rebase","settings":{"foreground":"#9cdcfe"}},
|
||||
{"scope":"constant.sha.git-rebase","settings":{"foreground":"#cec4a8"}},
|
||||
{"name":"coloring of the Java import and package identifiers","scope":["storage.modifier.import.java","variable.language.wildcard.java","storage.modifier.package.java"],"settings":{"foreground":"#d4d4d4"}},
|
||||
{"name":"this.self","scope":"variable.language","settings":{"foreground":"#F695C6"}}
|
||||
],"semanticHighlighting":true,
|
||||
"semanticTokenColors":{"newOperator":"#e8cfeb","stringLiteral":"#e99a9a","customLiteral":"#D4D4D4","numberLiteral":"#c3b283"
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,514 +0,0 @@
|
||||
{
|
||||
"name": "Light Pink",
|
||||
"type": "light",
|
||||
"colors": {
|
||||
"editor.background": "#f5f5f5",
|
||||
"focusBorder":"#9D3C5E",
|
||||
"pickerGroup.foreground":"#9D3C5E",
|
||||
"pickerGroup.border":"#E27092",
|
||||
"list.activeSelectionForeground":"#736A6D",
|
||||
"quickInputList.focusBackground":"#EDE8FC",
|
||||
"list.hoverBackground":"#DDDCDA",
|
||||
"list.activeSelectionBackground":"#F1DDE9",
|
||||
"list.inactiveSelectionBackground":"#FFB8CA",
|
||||
"list.highlightForeground":"#F58BB2",
|
||||
"selection.background":"#F0DCE3",
|
||||
"editorWhitespace.foreground":"#AAAAAA",
|
||||
"editor.lineHighlightBackground":"#EDE8FD",
|
||||
"editorLineNumber.activeForeground":"#C46B81",
|
||||
"editor.selectionBackground":"#D6D1E8",
|
||||
"minimap.selectionHighlight":"#D6D1E8b4",
|
||||
"panel.background":"#F5F5F5",
|
||||
"sideBar.background":"#f5f0f3", //EXPLORER F5F4F4
|
||||
"sideBarSectionHeader.background":"#F5E3EF", //"OPEN EDITORS"
|
||||
"editorLineNumber.foreground":"#736A6D",
|
||||
"editorCursor.foreground":"#54494B",
|
||||
"inputOption.activeBorder":"#adafb7",
|
||||
"dropdown.background":"#F5F5F5",
|
||||
"editor.findMatchBackground":"#F3D5B9",
|
||||
"editor.findMatchHighlightBackground":"#FBE0C599",
|
||||
"peekViewEditor.matchHighlightBackground":"#C2DFE3",
|
||||
"peekViewTitle.background":"#F2F8FC",
|
||||
"peekViewEditor.background":"#F2F8FC",
|
||||
"peekViewResult.background":"#F2F8FC",
|
||||
"peekView.border":"#FF7AB3",
|
||||
"peekViewResult.matchHighlightBackground":"#93C6D6",
|
||||
"tab.lastPinnedBorder":"#ebdeee",
|
||||
"statusBar.background":"#FF7AB3",
|
||||
"statusBar.noFolderBackground":"#FF7AB3",
|
||||
"statusBar.debuggingBackground":"#FF7AB3",
|
||||
"statusBarItem.remoteBackground":"#8C1A4A",
|
||||
"activityBar.background":"#F2E7ED",
|
||||
"activityBar.foreground":"#FF7AB3",
|
||||
"activityBarBadge.background":"#FF7AB3",
|
||||
"titleBar.activeBackground":"#F5BEDB",
|
||||
"titleBar.activeForeground": "#736A6D",
|
||||
"button.background":"#FF7AB3",
|
||||
"editorGroup.dropBackground":"#ebdeee88",
|
||||
"inputValidation.infoBorder":"#7DA5B4",
|
||||
"inputValidation.infoBackground":"#f2fcff",
|
||||
"inputValidation.warningBackground":"#fffee2",
|
||||
"inputValidation.warningBorder":"#ffe055",
|
||||
"inputValidation.errorBackground":"#ffeaea",
|
||||
"inputValidation.errorBorder":"#f1897f",
|
||||
"errorForeground":"#f1897f",
|
||||
"badge.background":"#FC7AA8",
|
||||
"progressBar.background":"#FF7AB3",
|
||||
"walkThrough.embeddedEditorBackground":"#00000014",
|
||||
"editorIndentGuide.background":"#9F7B8360",
|
||||
"editorIndentGuide.activeBackground":"#9F7B83b0",
|
||||
"button.hoverBackground": "#FF678D",
|
||||
"list.dropBackground": "#e3c8f5"
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
"name": "Comments",
|
||||
"scope": [
|
||||
"comment",
|
||||
"punctuation.definition.comment"
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "italic",
|
||||
"foreground": "#BA9AB9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comments: Preprocessor",
|
||||
"scope": "comment.block.preprocessor",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#BA9AB9"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Comments: Documentation",
|
||||
"scope": [
|
||||
"comment.documentation",
|
||||
"comment.block.documentation"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#1F6E89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"Invalid",
|
||||
"scope":"invalid",
|
||||
"settings":{
|
||||
"foreground":"#D2304B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Invalid - Illegal",
|
||||
"scope": "invalid.illegal",
|
||||
"settings": {
|
||||
"foreground": "#44132D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Operators",
|
||||
"scope": "keyword.operator",
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Keywords",
|
||||
"scope": [
|
||||
"keyword",
|
||||
"storage"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#E17092"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Types",
|
||||
"scope": [
|
||||
"storage.type",
|
||||
"support.type"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9466AA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Language Constants",
|
||||
"scope": [
|
||||
"constant.language",
|
||||
"support.constant",
|
||||
"variable.language"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#B08B35"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Variables",
|
||||
"scope": [
|
||||
"variable",
|
||||
"support.variable"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9466AA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Functions",
|
||||
"scope": [
|
||||
"entity.name.function",
|
||||
"support.function"
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "bold",
|
||||
"foreground": "#9D3C5E"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Classes",
|
||||
"scope": [
|
||||
"entity.name.type",
|
||||
"entity.other.inherited-class",
|
||||
"support.class"
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "bold",
|
||||
"foreground": "#9466AA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Exceptions",
|
||||
"scope": "entity.name.exception",
|
||||
"settings": {
|
||||
"foreground": "#44132D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Sections",
|
||||
"scope": "entity.name.section",
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Numbers, Characters",
|
||||
"scope": [
|
||||
"constant.numeric",
|
||||
"constant.character",
|
||||
"constant"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#B08B35"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings",
|
||||
"scope": "string",
|
||||
"settings": {
|
||||
"foreground": "#1F6E89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings: Escape Sequences",
|
||||
"scope": "constant.character.escape",
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings: Regular Expressions",
|
||||
"scope": "string.regexp",
|
||||
"settings": {
|
||||
"foreground": "#E17092"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Strings: Symbols",
|
||||
"scope": "constant.other.symbol",
|
||||
"settings": {
|
||||
"foreground": "#B08B35"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Punctuation",
|
||||
"scope": "punctuation",
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Doctype Declaration",
|
||||
"scope": [
|
||||
"meta.tag.sgml.doctype",
|
||||
"meta.tag.sgml.doctype string",
|
||||
"meta.tag.sgml.doctype entity.name.tag",
|
||||
"meta.tag.sgml punctuation.definition.tag.html"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#AAAAAA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Tags",
|
||||
"scope": [
|
||||
"meta.tag",
|
||||
"punctuation.definition.tag.html",
|
||||
"punctuation.definition.tag.begin.html",
|
||||
"punctuation.definition.tag.end.html"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#91B3E0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Tag Names",
|
||||
"scope": "entity.name.tag",
|
||||
"settings": {
|
||||
"foreground": "#E17092"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Attribute Names",
|
||||
"scope": [
|
||||
"meta.tag entity.other.attribute-name",
|
||||
"entity.other.attribute-name.html"
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "italic",
|
||||
"foreground": "#8190A0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HTML: Entities",
|
||||
"scope": [
|
||||
"constant.character.entity",
|
||||
"punctuation.definition.entity"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#B08B35"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CSS: Selectors",
|
||||
"scope": [
|
||||
"meta.selector",
|
||||
"meta.selector entity",
|
||||
"meta.selector entity punctuation",
|
||||
"entity.name.tag.css"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9466AA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CSS: Property Names",
|
||||
"scope": [
|
||||
"meta.property-name",
|
||||
"support.type.property-name"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#B08B35"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CSS: Property Values",
|
||||
"scope": [
|
||||
"meta.property-value",
|
||||
"meta.property-value constant.other",
|
||||
"support.constant.property-value"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#1F6E89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CSS: Important Keyword",
|
||||
"scope": "keyword.other.important",
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Changed",
|
||||
"scope": "markup.changed",
|
||||
"settings": {
|
||||
"foreground": "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Deletion",
|
||||
"scope": "markup.deleted",
|
||||
"settings": {
|
||||
"foreground": "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Emphasis",
|
||||
"scope": "markup.italic",
|
||||
"settings": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Error",
|
||||
"scope": "markup.error",
|
||||
"settings": {
|
||||
"foreground": "#44132D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Insertion",
|
||||
"scope": "markup.inserted",
|
||||
"settings": {
|
||||
"foreground": "#000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Link",
|
||||
"scope": "meta.link",
|
||||
"settings": {
|
||||
"foreground": "#E17092"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Output",
|
||||
"scope": [
|
||||
"markup.output",
|
||||
"markup.raw"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Prompt",
|
||||
"scope": "markup.prompt",
|
||||
"settings": {
|
||||
"foreground": "#777777"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Heading",
|
||||
"scope": "markup.heading",
|
||||
"settings": {
|
||||
"foreground": "#9D3C5E"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Strong",
|
||||
"scope": "markup.bold",
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Traceback",
|
||||
"scope": "markup.traceback",
|
||||
"settings": {
|
||||
"foreground": "#44132D"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup: Underline",
|
||||
"scope": "markup.underline",
|
||||
"settings": {
|
||||
"fontStyle": "underline"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup Quote",
|
||||
"scope": "markup.quote",
|
||||
"settings": {
|
||||
"foreground": "#9466AA"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup Lists",
|
||||
"scope": "markup.list",
|
||||
"settings": {
|
||||
"foreground": "#E17092"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup Styling",
|
||||
"scope": [
|
||||
"markup.bold",
|
||||
"markup.italic"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#1F6E89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Markup Inline",
|
||||
"scope": "markup.inline.raw",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#B08B35"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Extra: Diff Range",
|
||||
"scope": [
|
||||
"meta.diff.range",
|
||||
"meta.diff.index",
|
||||
"meta.separator"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#434343"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Extra: Diff From",
|
||||
"scope": "meta.diff.header.from-file",
|
||||
"settings": {
|
||||
"foreground": "#434343"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Extra: Diff To",
|
||||
"scope": "meta.diff.header.to-file",
|
||||
"settings": {
|
||||
"foreground": "#434343"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"diff: deleted",
|
||||
"scope":"markup.deleted.diff",
|
||||
"settings":{
|
||||
"foreground":"#C73D20"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"diff: changed",
|
||||
"scope":"markup.changed.diff",
|
||||
"settings":{
|
||||
"foreground":"#B08B35"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"diff: inserted",
|
||||
"scope":"markup.inserted.diff",
|
||||
"settings":{
|
||||
"foreground":"#1F6E89"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"JSX: Tags",
|
||||
"scope":[
|
||||
"punctuation.definition.tag.js",
|
||||
"punctuation.definition.tag.begin.js",
|
||||
"punctuation.definition.tag.end.js"
|
||||
],
|
||||
"settings":{
|
||||
"foreground":"#91B3E0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"JSX: InnerText",
|
||||
"scope":"meta.jsx.children.js",
|
||||
"settings":{
|
||||
"foreground":"#333333ff"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user