mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
Create the media
color and use it for Markdown images
This commit is contained in:
parent
ca25b42683
commit
c76699b164
1 changed files with 10 additions and 0 deletions
|
@ -585,6 +585,16 @@
|
||||||
"foreground": "#00d0ff",
|
"foreground": "#00d0ff",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "media",
|
||||||
|
"scope": [
|
||||||
|
"meta.image punctuation",
|
||||||
|
"meta.image string.other.link",
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#80ffd4"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "url",
|
"name": "url",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
Loading…
Reference in a new issue