mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2025-01-16 21:23:55 -05:00
Update markdown link color
This commit is contained in:
parent
ba0f143eba
commit
30f9d56e21
2 changed files with 8 additions and 34 deletions
|
@ -1298,33 +1298,20 @@
|
||||||
"string.other.link.description.title.markdown"
|
"string.other.link.description.title.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#84bec4"
|
"foreground": "#73daca"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Markup - Raw Block",
|
"name": "Markdown - Fenced Code Block",
|
||||||
"scope": "markup.raw.block",
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#bb9af7"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown - Fenced Bode Block Variable",
|
|
||||||
"scope": [
|
"scope": [
|
||||||
"markup.fenced_code.block.markdown",
|
"markup.fenced_code.block.markdown",
|
||||||
"markup.inline.raw.string.markdown"
|
"markup.inline.raw.string.markdown",
|
||||||
|
"variable.language.fenced.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#89ddff"
|
"foreground": "#89ddff"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Markdown - Fenced Language",
|
|
||||||
"scope": "variable.language.fenced.markdown",
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#4e5579"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Markdown - Separator",
|
"name": "Markdown - Separator",
|
||||||
"scope": "meta.separator",
|
"scope": "meta.separator",
|
||||||
|
|
|
@ -1298,33 +1298,20 @@
|
||||||
"string.other.link.description.title.markdown"
|
"string.other.link.description.title.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#84bec4"
|
"foreground": "#73daca"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Markup - Raw Block",
|
"name": "Markdown - Fenced Code Block",
|
||||||
"scope": "markup.raw.block",
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#bb9af7"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Markdown - Fenced Bode Block Variable",
|
|
||||||
"scope": [
|
"scope": [
|
||||||
"markup.fenced_code.block.markdown",
|
"markup.fenced_code.block.markdown",
|
||||||
"markup.inline.raw.string.markdown"
|
"markup.inline.raw.string.markdown",
|
||||||
|
"variable.language.fenced.markdown"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#89ddff"
|
"foreground": "#89ddff"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Markdown - Fenced Language",
|
|
||||||
"scope": "variable.language.fenced.markdown",
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#4E5579"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Markdown - Separator",
|
"name": "Markdown - Separator",
|
||||||
"scope": "meta.separator",
|
"scope": "meta.separator",
|
||||||
|
|
Loading…
Add table
Reference in a new issue