master
yutent 2025-03-11 11:08:36 +08:00
parent 51e2033ab4
commit 1955eaf6b1
3 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,8 @@
# 更新日志
## [1.6.9] 2025-03-11
- 优化Git Blame的颜色
## [1.6.6] 2022-03-24
- 优化vue自定义组件标签颜色, 指令颜色
- html的`link, a, img, script`标签的地址, 改为灰色

View File

@ -3,7 +3,7 @@
"displayName": "one plain",
"description": "🔥 米白色主题",
"icon": "logo.png",
"version": "1.6.8",
"version": "1.6.9",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"engines": {

View File

@ -29,8 +29,8 @@
"editorOverviewRuler.border": "#ffffff",
"editorHoverWidget.background": "#ffffff",
"editorHoverWidget.border": "#00000010",
"editorIndentGuide.background": "#f2f5fc",
"editorIndentGuide.activeBackground": "#e8e9ed",
"editorIndentGuide.background1": "#f2f5fc",
"editorIndentGuide.activeBackground1": "#e8e9ed",
"editorGroupHeader.tabsBackground": "#ffffff",
"editorGroup.border": "#f2f5fc",
"editorGutter.modifiedBackground": "#6182B860",
@ -173,7 +173,8 @@
"settings.headerForeground": "#80CBC4",
"settings.modifiedItemIndicator": "#80CBC4",
"settings.checkboxBackground": "#f8f9fd",
"settings.checkboxForeground": "#90a4ae"
"settings.checkboxForeground": "#90a4ae",
"editorCodeLens.foreground": "#baced1"
},
"tokenColors": [
{
@ -972,4 +973,4 @@
}
}
]
}
}