parent
9c83d8c2ee
commit
0c310bcea9
|
@ -1,5 +1,9 @@
|
|||
# 更新日志
|
||||
|
||||
|
||||
## [1.1.1] 2018-12-03
|
||||
- 一点小细节调整
|
||||
|
||||
## [1.1.0] 2018-12-01
|
||||
- 优化php和ts的语法高亮 [#1](https://github.com/yutent/one-plain/issues/1)
|
||||
- 修复json的属性高亮异常
|
||||
|
|
12
package.json
12
package.json
|
@ -3,7 +3,7 @@
|
|||
"displayName": "米白色主题",
|
||||
"description": "🔥 米白色主题",
|
||||
"icon": "logo.png",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"publisher": "yutent",
|
||||
"author": "Yutent [@yutent]",
|
||||
"engines": {
|
||||
|
@ -26,7 +26,15 @@
|
|||
]
|
||||
},
|
||||
"keywords": [
|
||||
"theme, one, plain, one-plain"
|
||||
"theme",
|
||||
"one",
|
||||
"plain",
|
||||
"one plain",
|
||||
"mi",
|
||||
"color",
|
||||
"light",
|
||||
"one-plain",
|
||||
"yutent"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
@ -71,7 +71,7 @@ module.exports = [
|
|||
'markup.inline.raw.string.markdown'
|
||||
],
|
||||
settings: {
|
||||
foreground: '#90A4AE90'
|
||||
foreground: '#90A4AE'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -729,7 +729,7 @@
|
|||
"name": "Markdown - Fenced Bode Block Variable",
|
||||
"scope": "markup.fenced_code.block.markdown, markup.inline.raw.string.markdown",
|
||||
"settings": {
|
||||
"foreground": "#90A4AE90"
|
||||
"foreground": "#90A4AE"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue