mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Improve Markdown link coloring
This commit is contained in:
parent
ace5176a38
commit
475c54c437
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
@ -658,6 +659,7 @@
|
|||
"markup.underline.link",
|
||||
"keyword.operator.link",
|
||||
"variable.parameter.url",
|
||||
"punctuation.definition.metadata.markdown",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#2a7ede",
|
||||
|
|
Loading…
Reference in a new issue