Skip to content

Commit

Permalink
fix: markdown link description color.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Mar 19, 2019
1 parent 9a650b8 commit dd32baf
Show file tree
Hide file tree
Showing 7 changed files with 858 additions and 938 deletions.
282 changes: 141 additions & 141 deletions schemes/Meetio-Cobalt.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit dd32baf

Please sign in to comment.