Skip to content

Commit

Permalink
👌 IMPROVE: Markdown Link URI Colors & Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed May 3, 2019
1 parent 4c12ad3 commit 52b14b6
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,10 @@
},
{
"name": "[MARKDOWN] - Color for Quote Paragraph",
"scope": ["markup.quote.markdown meta.paragraph.markdown","punctuation.definition.quote.begin.markdown"],
"scope": [
"markup.quote.markdown meta.paragraph.markdown",
"punctuation.definition.quote.begin.markdown"
],
"settings": {
"foreground": "#A599E9"
}
Expand Down Expand Up @@ -998,19 +1001,11 @@
{
"name": "[MARKDOWN] - Color for Link/Image Title",
"scope": [
"string.other.link.title.markdown",
"string.other.link.description.markdown",
"string.other.link.description.title.markdown"
],
"settings": {
"foreground": "#A5FF90"
}
},
{
"name": "[MARKDOWN] - Color for Link Address",
"scope": ["markup.underline.link.markdown", "markup.underline.link.image.markdown"],
"settings": {
"foreground": "#9EFFFF"
"foreground": "#A599E9"
}
},
{
Expand All @@ -1026,12 +1021,30 @@
"punctuation.definition.markdown",
"punctuation.definition.raw.markdown",
"punctuation.definition.heading.markdown",
"punctuation.definition.bold.markdown"
"punctuation.definition.bold.markdown",
],
"settings": {
"foreground": "#494685"
}
},
{
"name": "[MARKDOWN] - Link URI",
"scope": [
"markup.underline.link.markdown",
"markup.underline.link.image.markdown",
"constant.other.reference.link.markdown",
"punctuation.definition.string.end.markdown",
"punctuation.definition.string.begin.markdown",
"punctuation.definition.metadata.markdown",
"punctuation.definition.constant.begin.markdown",
"punctuation.definition.constant.end.markdown",
"punctuation.definition.constant.markdown"
],
"settings": {
"foreground": "#A599E9",
"fontStyle": ""
}
},
{
"name": "[PUG] - Color for Entity Name",
"scope": "text.jade entity.name",
Expand Down

0 comments on commit 52b14b6

Please # to comment.