Skip to content

Commit

Permalink
👌 IMPROVE: Markdown link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed May 4, 2019
1 parent 6ee92ce commit 05bd0c1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,8 +1000,12 @@
"fontStyle": "underline"
}
},
{
"name": "[MARKDOWN] - Color for Link Title",
"scope": ["string.other.link.title.markdown", "markup.underline.link.markdown"],
"scope": [
"meta.link.inline.markdown string.other.link.title.markdown","meta.link.reference.markdown string.other.link.title.markdown",
"meta.link.reference.def.markdown markup.underline.link.markdown"
],
"settings": {
"foreground": "#FAD000",
"fontStyle": "underline"
Expand All @@ -1010,7 +1014,7 @@
{
"name": "[MARKDOWN] - Color for Link/Image Title",
"scope": [
"string.other.link.description.markdown",
"markup.underline.link.markdown",
"string.other.link.description.title.markdown"
],
"settings": {
Expand All @@ -1031,14 +1035,12 @@
"punctuation.definition.raw.markdown",
"punctuation.definition.heading.markdown",
"punctuation.definition.bold.markdown",
"punctuation.definition.italic.markdown"
],
"settings": {
"foreground": "#494685"
}
},
{
"name": "[MARKDOWN] - Link URI",
"scope": [
{
"name": "[MARKDOWN] - LINK Brackets",
"scope": [
Expand Down Expand Up @@ -1101,7 +1103,7 @@
},
{
"name": "[PUG] - Imports",
"scope": "variable.control.import.include.pug",
"scope": ["variable.control.import.include.pug"],
"settings": {
"foreground": "#92FC79"
}
Expand Down

0 comments on commit 05bd0c1

Please # to comment.