提交 494064e6 编写于 作者: Z ZainChen

update markdown themes

上级 ad407028
......@@ -233,6 +233,20 @@
"foreground": "#22aa44"
}
},
{
"name": "Markup: Strong",
"scope": "markup.bold",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markup: Emphasis",
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
......@@ -242,11 +256,14 @@
}
},
{
"name": "Markup Setext Header",
"scope": "markup.heading.setext",
"name": "Markup Headings",
"scope": [
"markup.heading",
"markup.heading.setext"
],
"settings": {
"fontStyle": "",
"foreground": "#ddbb88"
"fontStyle": "bold",
"foreground": "#6688cc"
}
}
],
......
......@@ -136,6 +136,7 @@
{
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#6796e6"
}
},
......
......@@ -260,7 +260,7 @@
"entity.name.section"
],
"settings": {
"fontStyle": "",
"fontStyle": "bold",
"foreground": "#8ab1b0"
}
},
......
......@@ -351,25 +351,37 @@
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
"name": "Markup: Strong",
"scope": "markup.bold",
"settings": {
"fontStyle": "",
"foreground": "#cd8d8dff"
"fontStyle": "bold"
}
},
{
"name": "Markup Headings",
"scope": "markup.heading",
"name": "Markup: Emphasis",
"scope": "markup.italic",
"settings": {
"foreground": "#fec758ff"
"fontStyle": "italic"
}
},
{
"name": "Markup Setext Header",
"scope": "markup.heading.setext",
"name": "Markup Inline",
"scope": "markup.inline.raw",
"settings": {
"fontStyle": "",
"foreground": "#cd8d8dff"
}
},
{
"name": "Headings",
"scope": [
"markup.heading",
"markup.heading.setext",
"punctuation.definition.heading",
"entity.name.section"
],
"settings": {
"fontStyle": "bold",
"foreground": "#fec758ff"
}
},
......
......@@ -270,6 +270,20 @@
"foreground": "#D33682"
}
},
{
"name": "Markup: Strong",
"scope": "markup.bold",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markup: Emphasis",
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
......@@ -282,6 +296,7 @@
"name": "Markup Headings",
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#268BD2"
}
},
......
......@@ -273,6 +273,20 @@
"foreground": "#D33682"
}
},
{
"name": "Markup: Strong",
"scope": "markup.bold",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markup: Emphasis",
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
......@@ -285,6 +299,7 @@
"name": "Markup Headings",
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#268BD2"
}
},
......
......@@ -223,6 +223,20 @@
"foreground": "#FFC58F"
}
},
{
"name": "Markup: Strong",
"scope": "markup.bold",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markup: Emphasis",
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
......@@ -231,6 +245,13 @@
"foreground": "#FF9DA4"
}
},
{
"name": "Markup Headings",
"scope": "markup.heading",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "token.info-token",
"settings": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册