From dd32bafc45365ddb5a2a3e5cf62ea9b9e2146070 Mon Sep 17 00:00:00 2001 From: Mauro Reis Vieira Date: Tue, 19 Mar 2019 16:22:54 +0000 Subject: [PATCH] fix: markdown link description color. --- schemes/Meetio-Cobalt.sublime-color-scheme | 282 ++++++------- schemes/Meetio-Darker.sublime-color-scheme | 282 ++++++------- schemes/Meetio-Lighter.sublime-color-scheme | 282 ++++++------- schemes/Meetio-Ocean.sublime-color-scheme | 282 ++++++------- schemes/Meetio-Palenight.sublime-color-scheme | 282 ++++++------- schemes/Meetio.sublime-color-scheme | 384 +++++++----------- src/schemes/files/rules/markdown-syntax.json | 2 +- 7 files changed, 858 insertions(+), 938 deletions(-) diff --git a/schemes/Meetio-Cobalt.sublime-color-scheme b/schemes/Meetio-Cobalt.sublime-color-scheme index 1b48e605..4a2d2d68 100644 --- a/schemes/Meetio-Cobalt.sublime-color-scheme +++ b/schemes/Meetio-Cobalt.sublime-color-scheme @@ -145,18 +145,6 @@ "scope": "support.type.property-vendor.css, support.constant.media.css", "foreground": "var(cyan)" }, - { - "name": "[Diff] Deleted", - "scope": "diff.deleted, diff.deleted.char", - "background": "color(var(red) alpha(0.08))", - "foreground": "var(red)" - }, - { - "name": "[Diff] Insert", - "scope": "diff.inserted, diff.inserted.char", - "background": "color(var(green) alpha(0.08))", - "foreground": "var(green)" - }, { "name": "[HTML] String", "scope": "text.html.basic string", @@ -187,6 +175,147 @@ "scope": "text.html.basic entity.other.attribute-name", "foreground": "var(magenta)" }, + { + "name": "[Diff] Deleted", + "scope": "diff.deleted, diff.deleted.char", + "background": "color(var(red) alpha(0.08))", + "foreground": "var(red)" + }, + { + "name": "[Diff] Insert", + "scope": "diff.inserted, diff.inserted.char", + "background": "color(var(green) alpha(0.08))", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Deleted", + "scope": "markup.deleted", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Inserted", + "scope": "markup.inserted", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Changed", + "scope": "markup.changed", + "foreground": "var(blue)" + }, + { + "name": "[Markdown] Headings", + "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", + "font_style": "bold", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Links", + "scope": "string.other.link, markup.underline.link", + "font_style": "italic", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown, text.html.markdown meta.paragraph.markdown meta.link.inline.description.markdown", + "foreground": "var(yellow)" + }, + { + "name": "[Markdown] Image Inline", + "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", + "foreground": "var(orange)" + }, + { + "name": "[Markdown] Bold", + "scope": "markup.bold", + "font_style": "bold", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Italic", + "scope": "markup.italic", + "font_style": "italic", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Bold & Italic", + "scope": "markup.italic markup.bold | markup.bold markup.italic", + "font_style": "bold italic" + }, + { + "name": "[Markdown] Line", + "scope": "punctuation.definition.thematic-break", + "foreground": "var(cyan)" + }, + { + "name": "[Markdown] Numbered List Bullet", + "scope": "markup.list.numbered.bullet", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Code Inline", + "scope": "markup.raw.inline", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Code Block", + "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Punctuation", + "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Blockquotes", + "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", + "font_style": "italic" + }, + { + "name": "[JSON] Key ", + "scope": "meta.mapping.key.json string.quoted.double.json", + "foreground": "var(red)" + }, + { + "name": "[JSON] Value", + "scope": "meta.mapping.value.json string.quoted.double.json", + "foreground": "var(green)" + }, + { + "name": "[JSON] Constant", + "scope": "constant.language.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Character Escape", + "scope": "constant.character.escape.json", + "foreground": "var(yellow)" + }, + { + "name": "[JSON] Constant Numeric", + "scope": "constant.numeric.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Punctuation Section", + "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation Mapping", + "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation String", + "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", + "foreground": "var(blue)" + }, { "name": "[JavaScript] String", "scope": "source.js string, source.ts string", @@ -309,135 +438,6 @@ "scope": "constant.language.boolean.false.js, constant.language.boolean.true.js", "foreground": "var(orange)" }, - { - "name": "[JSON] Key ", - "scope": "meta.mapping.key.json string.quoted.double.json", - "foreground": "var(red)" - }, - { - "name": "[JSON] Value", - "scope": "meta.mapping.value.json string.quoted.double.json", - "foreground": "var(green)" - }, - { - "name": "[JSON] Constant", - "scope": "constant.language.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Character Escape", - "scope": "constant.character.escape.json", - "foreground": "var(yellow)" - }, - { - "name": "[JSON] Constant Numeric", - "scope": "constant.numeric.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Punctuation Section", - "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation Mapping", - "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation String", - "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Deleted", - "scope": "markup.deleted", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Inserted", - "scope": "markup.inserted", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Changed", - "scope": "markup.changed", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Headings", - "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", - "font_style": "bold", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Links", - "scope": "string.other.link, markup.underline.link", - "font_style": "italic", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown", - "foreground": "var(yellow)" - }, - { - "name": "[Markdown] Image Inline", - "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", - "foreground": "var(orange)" - }, - { - "name": "[Markdown] Bold", - "scope": "markup.bold", - "font_style": "bold", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Italic", - "scope": "markup.italic", - "font_style": "italic", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Bold & Italic", - "scope": "markup.italic markup.bold | markup.bold markup.italic", - "font_style": "bold italic" - }, - { - "name": "[Markdown] Line", - "scope": "punctuation.definition.thematic-break", - "foreground": "var(cyan)" - }, - { - "name": "[Markdown] Numbered List Bullet", - "scope": "markup.list.numbered.bullet", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Code Inline", - "scope": "markup.raw.inline", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Code Block", - "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Punctuation", - "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Blockquotes", - "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", - "font_style": "italic" - }, { "name": "Comment", "scope": "comment, punctuation.definition.comment", diff --git a/schemes/Meetio-Darker.sublime-color-scheme b/schemes/Meetio-Darker.sublime-color-scheme index fd2ccc0a..ce6b9d38 100644 --- a/schemes/Meetio-Darker.sublime-color-scheme +++ b/schemes/Meetio-Darker.sublime-color-scheme @@ -145,18 +145,6 @@ "scope": "support.type.property-vendor.css, support.constant.media.css", "foreground": "var(cyan)" }, - { - "name": "[Diff] Deleted", - "scope": "diff.deleted, diff.deleted.char", - "background": "color(var(red) alpha(0.08))", - "foreground": "var(red)" - }, - { - "name": "[Diff] Insert", - "scope": "diff.inserted, diff.inserted.char", - "background": "color(var(green) alpha(0.08))", - "foreground": "var(green)" - }, { "name": "[HTML] String", "scope": "text.html.basic string", @@ -187,6 +175,147 @@ "scope": "text.html.basic entity.other.attribute-name", "foreground": "var(magenta)" }, + { + "name": "[Diff] Deleted", + "scope": "diff.deleted, diff.deleted.char", + "background": "color(var(red) alpha(0.08))", + "foreground": "var(red)" + }, + { + "name": "[Diff] Insert", + "scope": "diff.inserted, diff.inserted.char", + "background": "color(var(green) alpha(0.08))", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Deleted", + "scope": "markup.deleted", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Inserted", + "scope": "markup.inserted", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Changed", + "scope": "markup.changed", + "foreground": "var(blue)" + }, + { + "name": "[Markdown] Headings", + "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", + "font_style": "bold", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Links", + "scope": "string.other.link, markup.underline.link", + "font_style": "italic", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown, text.html.markdown meta.paragraph.markdown meta.link.inline.description.markdown", + "foreground": "var(yellow)" + }, + { + "name": "[Markdown] Image Inline", + "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", + "foreground": "var(orange)" + }, + { + "name": "[Markdown] Bold", + "scope": "markup.bold", + "font_style": "bold", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Italic", + "scope": "markup.italic", + "font_style": "italic", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Bold & Italic", + "scope": "markup.italic markup.bold | markup.bold markup.italic", + "font_style": "bold italic" + }, + { + "name": "[Markdown] Line", + "scope": "punctuation.definition.thematic-break", + "foreground": "var(cyan)" + }, + { + "name": "[Markdown] Numbered List Bullet", + "scope": "markup.list.numbered.bullet", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Code Inline", + "scope": "markup.raw.inline", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Code Block", + "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Punctuation", + "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Blockquotes", + "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", + "font_style": "italic" + }, + { + "name": "[JSON] Key ", + "scope": "meta.mapping.key.json string.quoted.double.json", + "foreground": "var(red)" + }, + { + "name": "[JSON] Value", + "scope": "meta.mapping.value.json string.quoted.double.json", + "foreground": "var(green)" + }, + { + "name": "[JSON] Constant", + "scope": "constant.language.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Character Escape", + "scope": "constant.character.escape.json", + "foreground": "var(yellow)" + }, + { + "name": "[JSON] Constant Numeric", + "scope": "constant.numeric.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Punctuation Section", + "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation Mapping", + "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation String", + "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", + "foreground": "var(blue)" + }, { "name": "[JavaScript] String", "scope": "source.js string, source.ts string", @@ -309,135 +438,6 @@ "scope": "constant.language.boolean.false.js, constant.language.boolean.true.js", "foreground": "var(orange)" }, - { - "name": "[JSON] Key ", - "scope": "meta.mapping.key.json string.quoted.double.json", - "foreground": "var(red)" - }, - { - "name": "[JSON] Value", - "scope": "meta.mapping.value.json string.quoted.double.json", - "foreground": "var(green)" - }, - { - "name": "[JSON] Constant", - "scope": "constant.language.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Character Escape", - "scope": "constant.character.escape.json", - "foreground": "var(yellow)" - }, - { - "name": "[JSON] Constant Numeric", - "scope": "constant.numeric.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Punctuation Section", - "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation Mapping", - "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation String", - "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Deleted", - "scope": "markup.deleted", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Inserted", - "scope": "markup.inserted", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Changed", - "scope": "markup.changed", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Headings", - "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", - "font_style": "bold", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Links", - "scope": "string.other.link, markup.underline.link", - "font_style": "italic", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown", - "foreground": "var(yellow)" - }, - { - "name": "[Markdown] Image Inline", - "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", - "foreground": "var(orange)" - }, - { - "name": "[Markdown] Bold", - "scope": "markup.bold", - "font_style": "bold", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Italic", - "scope": "markup.italic", - "font_style": "italic", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Bold & Italic", - "scope": "markup.italic markup.bold | markup.bold markup.italic", - "font_style": "bold italic" - }, - { - "name": "[Markdown] Line", - "scope": "punctuation.definition.thematic-break", - "foreground": "var(cyan)" - }, - { - "name": "[Markdown] Numbered List Bullet", - "scope": "markup.list.numbered.bullet", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Code Inline", - "scope": "markup.raw.inline", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Code Block", - "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Punctuation", - "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Blockquotes", - "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", - "font_style": "italic" - }, { "name": "Comment", "scope": "comment, punctuation.definition.comment", diff --git a/schemes/Meetio-Lighter.sublime-color-scheme b/schemes/Meetio-Lighter.sublime-color-scheme index 4d334db8..1aa0a4c4 100644 --- a/schemes/Meetio-Lighter.sublime-color-scheme +++ b/schemes/Meetio-Lighter.sublime-color-scheme @@ -145,18 +145,6 @@ "scope": "support.type.property-vendor.css, support.constant.media.css", "foreground": "var(cyan)" }, - { - "name": "[Diff] Deleted", - "scope": "diff.deleted, diff.deleted.char", - "background": "color(var(red) alpha(0.08))", - "foreground": "var(red)" - }, - { - "name": "[Diff] Insert", - "scope": "diff.inserted, diff.inserted.char", - "background": "color(var(green) alpha(0.08))", - "foreground": "var(green)" - }, { "name": "[HTML] String", "scope": "text.html.basic string", @@ -187,6 +175,147 @@ "scope": "text.html.basic entity.other.attribute-name", "foreground": "var(magenta)" }, + { + "name": "[Diff] Deleted", + "scope": "diff.deleted, diff.deleted.char", + "background": "color(var(red) alpha(0.08))", + "foreground": "var(red)" + }, + { + "name": "[Diff] Insert", + "scope": "diff.inserted, diff.inserted.char", + "background": "color(var(green) alpha(0.08))", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Deleted", + "scope": "markup.deleted", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Inserted", + "scope": "markup.inserted", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Changed", + "scope": "markup.changed", + "foreground": "var(blue)" + }, + { + "name": "[Markdown] Headings", + "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", + "font_style": "bold", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Links", + "scope": "string.other.link, markup.underline.link", + "font_style": "italic", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown, text.html.markdown meta.paragraph.markdown meta.link.inline.description.markdown", + "foreground": "var(yellow)" + }, + { + "name": "[Markdown] Image Inline", + "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", + "foreground": "var(orange)" + }, + { + "name": "[Markdown] Bold", + "scope": "markup.bold", + "font_style": "bold", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Italic", + "scope": "markup.italic", + "font_style": "italic", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Bold & Italic", + "scope": "markup.italic markup.bold | markup.bold markup.italic", + "font_style": "bold italic" + }, + { + "name": "[Markdown] Line", + "scope": "punctuation.definition.thematic-break", + "foreground": "var(cyan)" + }, + { + "name": "[Markdown] Numbered List Bullet", + "scope": "markup.list.numbered.bullet", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Code Inline", + "scope": "markup.raw.inline", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Code Block", + "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Punctuation", + "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Blockquotes", + "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", + "font_style": "italic" + }, + { + "name": "[JSON] Key ", + "scope": "meta.mapping.key.json string.quoted.double.json", + "foreground": "var(red)" + }, + { + "name": "[JSON] Value", + "scope": "meta.mapping.value.json string.quoted.double.json", + "foreground": "var(green)" + }, + { + "name": "[JSON] Constant", + "scope": "constant.language.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Character Escape", + "scope": "constant.character.escape.json", + "foreground": "var(yellow)" + }, + { + "name": "[JSON] Constant Numeric", + "scope": "constant.numeric.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Punctuation Section", + "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation Mapping", + "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation String", + "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", + "foreground": "var(blue)" + }, { "name": "[JavaScript] String", "scope": "source.js string, source.ts string", @@ -309,135 +438,6 @@ "scope": "constant.language.boolean.false.js, constant.language.boolean.true.js", "foreground": "var(orange)" }, - { - "name": "[JSON] Key ", - "scope": "meta.mapping.key.json string.quoted.double.json", - "foreground": "var(red)" - }, - { - "name": "[JSON] Value", - "scope": "meta.mapping.value.json string.quoted.double.json", - "foreground": "var(green)" - }, - { - "name": "[JSON] Constant", - "scope": "constant.language.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Character Escape", - "scope": "constant.character.escape.json", - "foreground": "var(yellow)" - }, - { - "name": "[JSON] Constant Numeric", - "scope": "constant.numeric.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Punctuation Section", - "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation Mapping", - "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation String", - "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Deleted", - "scope": "markup.deleted", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Inserted", - "scope": "markup.inserted", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Changed", - "scope": "markup.changed", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Headings", - "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", - "font_style": "bold", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Links", - "scope": "string.other.link, markup.underline.link", - "font_style": "italic", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown", - "foreground": "var(yellow)" - }, - { - "name": "[Markdown] Image Inline", - "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", - "foreground": "var(orange)" - }, - { - "name": "[Markdown] Bold", - "scope": "markup.bold", - "font_style": "bold", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Italic", - "scope": "markup.italic", - "font_style": "italic", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Bold & Italic", - "scope": "markup.italic markup.bold | markup.bold markup.italic", - "font_style": "bold italic" - }, - { - "name": "[Markdown] Line", - "scope": "punctuation.definition.thematic-break", - "foreground": "var(cyan)" - }, - { - "name": "[Markdown] Numbered List Bullet", - "scope": "markup.list.numbered.bullet", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Code Inline", - "scope": "markup.raw.inline", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Code Block", - "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Punctuation", - "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Blockquotes", - "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", - "font_style": "italic" - }, { "name": "Comment", "scope": "comment, punctuation.definition.comment", diff --git a/schemes/Meetio-Ocean.sublime-color-scheme b/schemes/Meetio-Ocean.sublime-color-scheme index 0b6c32bf..9a886c42 100644 --- a/schemes/Meetio-Ocean.sublime-color-scheme +++ b/schemes/Meetio-Ocean.sublime-color-scheme @@ -145,18 +145,6 @@ "scope": "support.type.property-vendor.css, support.constant.media.css", "foreground": "var(cyan)" }, - { - "name": "[Diff] Deleted", - "scope": "diff.deleted, diff.deleted.char", - "background": "color(var(red) alpha(0.08))", - "foreground": "var(red)" - }, - { - "name": "[Diff] Insert", - "scope": "diff.inserted, diff.inserted.char", - "background": "color(var(green) alpha(0.08))", - "foreground": "var(green)" - }, { "name": "[HTML] String", "scope": "text.html.basic string", @@ -187,6 +175,147 @@ "scope": "text.html.basic entity.other.attribute-name", "foreground": "var(magenta)" }, + { + "name": "[Diff] Deleted", + "scope": "diff.deleted, diff.deleted.char", + "background": "color(var(red) alpha(0.08))", + "foreground": "var(red)" + }, + { + "name": "[Diff] Insert", + "scope": "diff.inserted, diff.inserted.char", + "background": "color(var(green) alpha(0.08))", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Deleted", + "scope": "markup.deleted", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Inserted", + "scope": "markup.inserted", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Changed", + "scope": "markup.changed", + "foreground": "var(blue)" + }, + { + "name": "[Markdown] Headings", + "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", + "font_style": "bold", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Links", + "scope": "string.other.link, markup.underline.link", + "font_style": "italic", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown, text.html.markdown meta.paragraph.markdown meta.link.inline.description.markdown", + "foreground": "var(yellow)" + }, + { + "name": "[Markdown] Image Inline", + "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", + "foreground": "var(orange)" + }, + { + "name": "[Markdown] Bold", + "scope": "markup.bold", + "font_style": "bold", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Italic", + "scope": "markup.italic", + "font_style": "italic", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Bold & Italic", + "scope": "markup.italic markup.bold | markup.bold markup.italic", + "font_style": "bold italic" + }, + { + "name": "[Markdown] Line", + "scope": "punctuation.definition.thematic-break", + "foreground": "var(cyan)" + }, + { + "name": "[Markdown] Numbered List Bullet", + "scope": "markup.list.numbered.bullet", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Code Inline", + "scope": "markup.raw.inline", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Code Block", + "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Punctuation", + "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Blockquotes", + "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", + "font_style": "italic" + }, + { + "name": "[JSON] Key ", + "scope": "meta.mapping.key.json string.quoted.double.json", + "foreground": "var(red)" + }, + { + "name": "[JSON] Value", + "scope": "meta.mapping.value.json string.quoted.double.json", + "foreground": "var(green)" + }, + { + "name": "[JSON] Constant", + "scope": "constant.language.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Character Escape", + "scope": "constant.character.escape.json", + "foreground": "var(yellow)" + }, + { + "name": "[JSON] Constant Numeric", + "scope": "constant.numeric.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Punctuation Section", + "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation Mapping", + "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation String", + "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", + "foreground": "var(blue)" + }, { "name": "[JavaScript] String", "scope": "source.js string, source.ts string", @@ -309,135 +438,6 @@ "scope": "constant.language.boolean.false.js, constant.language.boolean.true.js", "foreground": "var(orange)" }, - { - "name": "[JSON] Key ", - "scope": "meta.mapping.key.json string.quoted.double.json", - "foreground": "var(red)" - }, - { - "name": "[JSON] Value", - "scope": "meta.mapping.value.json string.quoted.double.json", - "foreground": "var(green)" - }, - { - "name": "[JSON] Constant", - "scope": "constant.language.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Character Escape", - "scope": "constant.character.escape.json", - "foreground": "var(yellow)" - }, - { - "name": "[JSON] Constant Numeric", - "scope": "constant.numeric.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Punctuation Section", - "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation Mapping", - "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation String", - "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Deleted", - "scope": "markup.deleted", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Inserted", - "scope": "markup.inserted", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Changed", - "scope": "markup.changed", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Headings", - "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", - "font_style": "bold", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Links", - "scope": "string.other.link, markup.underline.link", - "font_style": "italic", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown", - "foreground": "var(yellow)" - }, - { - "name": "[Markdown] Image Inline", - "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", - "foreground": "var(orange)" - }, - { - "name": "[Markdown] Bold", - "scope": "markup.bold", - "font_style": "bold", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Italic", - "scope": "markup.italic", - "font_style": "italic", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Bold & Italic", - "scope": "markup.italic markup.bold | markup.bold markup.italic", - "font_style": "bold italic" - }, - { - "name": "[Markdown] Line", - "scope": "punctuation.definition.thematic-break", - "foreground": "var(cyan)" - }, - { - "name": "[Markdown] Numbered List Bullet", - "scope": "markup.list.numbered.bullet", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Code Inline", - "scope": "markup.raw.inline", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Code Block", - "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Punctuation", - "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Blockquotes", - "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", - "font_style": "italic" - }, { "name": "Comment", "scope": "comment, punctuation.definition.comment", diff --git a/schemes/Meetio-Palenight.sublime-color-scheme b/schemes/Meetio-Palenight.sublime-color-scheme index 34398c52..602fefcd 100644 --- a/schemes/Meetio-Palenight.sublime-color-scheme +++ b/schemes/Meetio-Palenight.sublime-color-scheme @@ -145,18 +145,6 @@ "scope": "support.type.property-vendor.css, support.constant.media.css", "foreground": "var(cyan)" }, - { - "name": "[Diff] Deleted", - "scope": "diff.deleted, diff.deleted.char", - "background": "color(var(red) alpha(0.08))", - "foreground": "var(red)" - }, - { - "name": "[Diff] Insert", - "scope": "diff.inserted, diff.inserted.char", - "background": "color(var(green) alpha(0.08))", - "foreground": "var(green)" - }, { "name": "[HTML] String", "scope": "text.html.basic string", @@ -187,6 +175,147 @@ "scope": "text.html.basic entity.other.attribute-name", "foreground": "var(magenta)" }, + { + "name": "[Diff] Deleted", + "scope": "diff.deleted, diff.deleted.char", + "background": "color(var(red) alpha(0.08))", + "foreground": "var(red)" + }, + { + "name": "[Diff] Insert", + "scope": "diff.inserted, diff.inserted.char", + "background": "color(var(green) alpha(0.08))", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Deleted", + "scope": "markup.deleted", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Inserted", + "scope": "markup.inserted", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Changed", + "scope": "markup.changed", + "foreground": "var(blue)" + }, + { + "name": "[Markdown] Headings", + "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", + "font_style": "bold", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Links", + "scope": "string.other.link, markup.underline.link", + "font_style": "italic", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown, text.html.markdown meta.paragraph.markdown meta.link.inline.description.markdown", + "foreground": "var(yellow)" + }, + { + "name": "[Markdown] Image Inline", + "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", + "foreground": "var(orange)" + }, + { + "name": "[Markdown] Bold", + "scope": "markup.bold", + "font_style": "bold", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Italic", + "scope": "markup.italic", + "font_style": "italic", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Bold & Italic", + "scope": "markup.italic markup.bold | markup.bold markup.italic", + "font_style": "bold italic" + }, + { + "name": "[Markdown] Line", + "scope": "punctuation.definition.thematic-break", + "foreground": "var(cyan)" + }, + { + "name": "[Markdown] Numbered List Bullet", + "scope": "markup.list.numbered.bullet", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Code Inline", + "scope": "markup.raw.inline", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Code Block", + "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Punctuation", + "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Blockquotes", + "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", + "font_style": "italic" + }, + { + "name": "[JSON] Key ", + "scope": "meta.mapping.key.json string.quoted.double.json", + "foreground": "var(red)" + }, + { + "name": "[JSON] Value", + "scope": "meta.mapping.value.json string.quoted.double.json", + "foreground": "var(green)" + }, + { + "name": "[JSON] Constant", + "scope": "constant.language.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Character Escape", + "scope": "constant.character.escape.json", + "foreground": "var(yellow)" + }, + { + "name": "[JSON] Constant Numeric", + "scope": "constant.numeric.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Punctuation Section", + "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation Mapping", + "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation String", + "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", + "foreground": "var(blue)" + }, { "name": "[JavaScript] String", "scope": "source.js string, source.ts string", @@ -309,135 +438,6 @@ "scope": "constant.language.boolean.false.js, constant.language.boolean.true.js", "foreground": "var(orange)" }, - { - "name": "[JSON] Key ", - "scope": "meta.mapping.key.json string.quoted.double.json", - "foreground": "var(red)" - }, - { - "name": "[JSON] Value", - "scope": "meta.mapping.value.json string.quoted.double.json", - "foreground": "var(green)" - }, - { - "name": "[JSON] Constant", - "scope": "constant.language.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Character Escape", - "scope": "constant.character.escape.json", - "foreground": "var(yellow)" - }, - { - "name": "[JSON] Constant Numeric", - "scope": "constant.numeric.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Punctuation Section", - "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation Mapping", - "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation String", - "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Deleted", - "scope": "markup.deleted", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Inserted", - "scope": "markup.inserted", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Changed", - "scope": "markup.changed", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Headings", - "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", - "font_style": "bold", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Links", - "scope": "string.other.link, markup.underline.link", - "font_style": "italic", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown", - "foreground": "var(yellow)" - }, - { - "name": "[Markdown] Image Inline", - "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", - "foreground": "var(orange)" - }, - { - "name": "[Markdown] Bold", - "scope": "markup.bold", - "font_style": "bold", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Italic", - "scope": "markup.italic", - "font_style": "italic", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Bold & Italic", - "scope": "markup.italic markup.bold | markup.bold markup.italic", - "font_style": "bold italic" - }, - { - "name": "[Markdown] Line", - "scope": "punctuation.definition.thematic-break", - "foreground": "var(cyan)" - }, - { - "name": "[Markdown] Numbered List Bullet", - "scope": "markup.list.numbered.bullet", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Code Inline", - "scope": "markup.raw.inline", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Code Block", - "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Punctuation", - "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Blockquotes", - "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", - "font_style": "italic" - }, { "name": "Comment", "scope": "comment, punctuation.definition.comment", diff --git a/schemes/Meetio.sublime-color-scheme b/schemes/Meetio.sublime-color-scheme index 220421c9..645d9ede 100644 --- a/schemes/Meetio.sublime-color-scheme +++ b/schemes/Meetio.sublime-color-scheme @@ -47,105 +47,25 @@ "tags_options": "stippled_underline" }, "rules": [ - { - "foreground": "#323232FF", - "background": "#7DCAC4FF", - "scope": "col_7DCAC4FF" - }, - { - "foreground": "#090909FF", - "background": "#FF5370FF", - "scope": "col_FF5370FF" - }, - { - "foreground": "#BDBDBDFF", - "background": "#3D3D3DFF", - "scope": "col_3D3D3DFF" - }, - { - "foreground": "#111111FF", - "background": "#F76D47FF", - "scope": "col_F76D47FF" - }, - { - "foreground": "#212121FF", - "background": "#91B859FF", - "scope": "col_91B859FF" - }, - { - "foreground": "#DEDEDEFF", - "background": "#546171FF", - "scope": "col_546171FF" - }, - { - "foreground": "#EAEAEAFF", - "background": "#E53734FF", - "scope": "col_E53734FF" - }, - { - "foreground": "#7A7A7AFF", - "background": "#FAFAFAFF", - "scope": "col_FAFAFAFF" - }, - { - "foreground": "#3F3F3FFF", - "background": "#81D4FAFF", - "scope": "col_81D4FAFF" - }, - { - "foreground": "#EFEFEFFF", - "background": "#7C4DFFFF", - "scope": "col_7C4DFFFF" - }, - { - "foreground": "#FEFEFEFF", - "background": "#6182B8FF", - "scope": "col_6182B8FF" - }, - { - "foreground": "#3C3C3CFF", - "background": "#FFB62EFF", - "scope": "col_FFB62EFF" - }, - { - "foreground": "#191919FF", - "background": "#5FB3B3FF", - "scope": "col_5FB3B3FF" - }, - { - "foreground": "#737373FF", - "background": "#FFEEEEFF", - "scope": "col_FFEEEEFF" - }, - { - "foreground": "#EAEAEAFF", - "background": "#586E8CFF", - "scope": "col_586E8CFF" - }, - { - "foreground": "#282828FF", - "background": "#00EEFFFF", - "scope": "col_00EEFFFF" - }, - { - "foreground": "#F4F4F4FF", - "background": "#5D6AEAFF", - "scope": "col_5D6AEAFF" - }, { "foreground": "#ffffff", "background": "#000000", "scope": "col_gutter" }, { - "foreground": "#D4D4D4FF", - "background": "#455A64FF", - "scope": "col_455A64FF" + "foreground": "#AAAAAAFF", + "background": "#00000015", + "scope": "col_00000015" + }, + { + "foreground": "#F3F3F3FF", + "background": "#607A86FF", + "scope": "col_607A86FF" }, { - "foreground": "#333333FF", - "background": "#80CBC4FF", - "scope": "col_80CBC4FF" + "foreground": "#FBFBFBFF", + "background": "#6772E4FF", + "scope": "col_6772E4FF" }, { "foreground": "#7F7F7FFF", @@ -250,18 +170,6 @@ "scope": "support.type.property-vendor.css, support.constant.media.css", "foreground": "var(cyan)" }, - { - "name": "[Diff] Deleted", - "scope": "diff.deleted, diff.deleted.char", - "background": "color(var(red) alpha(0.08))", - "foreground": "var(red)" - }, - { - "name": "[Diff] Insert", - "scope": "diff.inserted, diff.inserted.char", - "background": "color(var(green) alpha(0.08))", - "foreground": "var(green)" - }, { "name": "[HTML] String", "scope": "text.html.basic string", @@ -292,6 +200,147 @@ "scope": "text.html.basic entity.other.attribute-name", "foreground": "var(magenta)" }, + { + "name": "[Diff] Deleted", + "scope": "diff.deleted, diff.deleted.char", + "background": "color(var(red) alpha(0.08))", + "foreground": "var(red)" + }, + { + "name": "[Diff] Insert", + "scope": "diff.inserted, diff.inserted.char", + "background": "color(var(green) alpha(0.08))", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Deleted", + "scope": "markup.deleted", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Inserted", + "scope": "markup.inserted", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Changed", + "scope": "markup.changed", + "foreground": "var(blue)" + }, + { + "name": "[Markdown] Headings", + "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", + "font_style": "bold", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Links", + "scope": "string.other.link, markup.underline.link", + "font_style": "italic", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Link Description", + "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown, text.html.markdown meta.paragraph.markdown meta.link.inline.description.markdown", + "foreground": "var(yellow)" + }, + { + "name": "[Markdown] Image Inline", + "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", + "foreground": "var(orange)" + }, + { + "name": "[Markdown] Bold", + "scope": "markup.bold", + "font_style": "bold", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Italic", + "scope": "markup.italic", + "font_style": "italic", + "foreground": "var(red)" + }, + { + "name": "[Markdown] Bold & Italic", + "scope": "markup.italic markup.bold | markup.bold markup.italic", + "font_style": "bold italic" + }, + { + "name": "[Markdown] Line", + "scope": "punctuation.definition.thematic-break", + "foreground": "var(cyan)" + }, + { + "name": "[Markdown] Numbered List Bullet", + "scope": "markup.list.numbered.bullet", + "foreground": "var(green)" + }, + { + "name": "[Markdown] Code Inline", + "scope": "markup.raw.inline", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Code Block", + "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", + "background": "color(var(blue) alpha(0.05))" + }, + { + "name": "[Markdown] Punctuation", + "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", + "foreground": "var(magenta)" + }, + { + "name": "[Markdown] Blockquotes", + "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", + "font_style": "italic" + }, + { + "name": "[JSON] Key ", + "scope": "meta.mapping.key.json string.quoted.double.json", + "foreground": "var(red)" + }, + { + "name": "[JSON] Value", + "scope": "meta.mapping.value.json string.quoted.double.json", + "foreground": "var(green)" + }, + { + "name": "[JSON] Constant", + "scope": "constant.language.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Character Escape", + "scope": "constant.character.escape.json", + "foreground": "var(yellow)" + }, + { + "name": "[JSON] Constant Numeric", + "scope": "constant.numeric.json", + "foreground": "var(magenta)" + }, + { + "name": "[JSON] Punctuation Section", + "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation Mapping", + "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", + "foreground": "var(blue)" + }, + { + "name": "[JSON] Punctuation String", + "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", + "foreground": "var(blue)" + }, { "name": "[JavaScript] String", "scope": "source.js string, source.ts string", @@ -414,135 +463,6 @@ "scope": "constant.language.boolean.false.js, constant.language.boolean.true.js", "foreground": "var(orange)" }, - { - "name": "[JSON] Key ", - "scope": "meta.mapping.key.json string.quoted.double.json", - "foreground": "var(red)" - }, - { - "name": "[JSON] Value", - "scope": "meta.mapping.value.json string.quoted.double.json", - "foreground": "var(green)" - }, - { - "name": "[JSON] Constant", - "scope": "constant.language.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Character Escape", - "scope": "constant.character.escape.json", - "foreground": "var(yellow)" - }, - { - "name": "[JSON] Constant Numeric", - "scope": "constant.numeric.json", - "foreground": "var(magenta)" - }, - { - "name": "[JSON] Punctuation Section", - "scope": "punctuation.section.sequence.begin.json, punctuation.section.sequence.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation Mapping", - "scope": "punctuation.section.mapping.begin.json, punctuation.section.mapping.end.json", - "foreground": "var(blue)" - }, - { - "name": "[JSON] Punctuation String", - "scope": "punctuation.definition.string.begin.json, punctuation.definition.string.end.json", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Deleted", - "scope": "markup.deleted", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Inserted", - "scope": "markup.inserted", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Changed", - "scope": "markup.changed", - "foreground": "var(blue)" - }, - { - "name": "[Markdown] Headings", - "scope": "markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown", - "font_style": "bold", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Links", - "scope": "string.other.link, markup.underline.link", - "font_style": "italic", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "entity.name.reference.link.markdown, string.other.link.description.title.markdown, markup.underline.link.image.markdown", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Link Description", - "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown", - "foreground": "var(yellow)" - }, - { - "name": "[Markdown] Image Inline", - "scope": "meta.paragraph.markdown meta.link.inline.description.markdown meta.image.inline.description.markdown, meta.paragraph.markdown meta.image.inline.description.markdown", - "foreground": "var(orange)" - }, - { - "name": "[Markdown] Bold", - "scope": "markup.bold", - "font_style": "bold", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Italic", - "scope": "markup.italic", - "font_style": "italic", - "foreground": "var(red)" - }, - { - "name": "[Markdown] Bold & Italic", - "scope": "markup.italic markup.bold | markup.bold markup.italic", - "font_style": "bold italic" - }, - { - "name": "[Markdown] Line", - "scope": "punctuation.definition.thematic-break", - "foreground": "var(cyan)" - }, - { - "name": "[Markdown] Numbered List Bullet", - "scope": "markup.list.numbered.bullet", - "foreground": "var(green)" - }, - { - "name": "[Markdown] Code Inline", - "scope": "markup.raw.inline", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Code Block", - "scope": "meta.paragraph.markdown meta.code-fence.definition.begin.text.markdown-gfm, meta.paragraph.markdown meta.code-fence.definition.end.text.markdown-gfm, meta.paragraph.markdown markup.raw.code-fence.markdown-gfm", - "background": "color(var(blue) alpha(0.05))" - }, - { - "name": "[Markdown] Punctuation", - "scope": "(text punctuation.definition.italic | text punctuation.definition.bold)", - "foreground": "var(magenta)" - }, - { - "name": "[Markdown] Blockquotes", - "scope": "text.html.markdown meta.block-level.markdown markup.quote.markdown", - "font_style": "italic" - }, { "name": "Comment", "scope": "comment, punctuation.definition.comment", diff --git a/src/schemes/files/rules/markdown-syntax.json b/src/schemes/files/rules/markdown-syntax.json index 18124e73..a19f1f7f 100644 --- a/src/schemes/files/rules/markdown-syntax.json +++ b/src/schemes/files/rules/markdown-syntax.json @@ -33,7 +33,7 @@ }, { "name": "[Markdown] Link Description", - "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown", + "scope": "markup.list.unnumbered.markdown meta.paragraph.list.markdown meta.link.inline.description.markdown, meta.block-level.markdown markup.quote.markdown meta.link.inline.description.markdown, text.html.markdown meta.paragraph.markdown meta.link.inline.description.markdown", "foreground": "var(yellow)" }, {