Skip to content

Commit

Permalink
Improve Markdown link coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed Jun 6, 2022
1 parent ace5176 commit 475c54c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/Steffula-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@
"string.other.link",
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown",
"punctuation.definition.metadata.markdown",
"punctuation.definition.link.title.begin.markdown",
"punctuation.definition.link.title.end.markdown",
],
"settings": {
"foreground": "#00d0ff",
Expand All @@ -658,6 +659,7 @@
"markup.underline.link",
"keyword.operator.link",
"variable.parameter.url",
"punctuation.definition.metadata.markdown",
],
"settings": {
"foreground": "#2a7ede",
Expand Down

0 comments on commit 475c54c

Please sign in to comment.