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

update markdown themes

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