Compare commits

..

No commits in common. "0e4c0c1a3923659f3e1a0c651f1e37e90070a7a0" and "51e2033ab4fde51a47a21d5b33f35fccea14f1d8" have entirely different histories.

3 changed files with 6 additions and 10 deletions

View File

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

View File

@ -3,7 +3,7 @@
"displayName": "one plain", "displayName": "one plain",
"description": "🔥 米白色主题", "description": "🔥 米白色主题",
"icon": "logo.png", "icon": "logo.png",
"version": "1.6.9", "version": "1.6.8",
"publisher": "yutent", "publisher": "yutent",
"author": "Yutent [@yutent]", "author": "Yutent [@yutent]",
"engines": { "engines": {
@ -14,7 +14,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.wkit.fun/yutent/one-plain.git" "url": "https://github.com/yutent/one-plain.git"
}, },
"contributes": { "contributes": {
"themes": [ "themes": [

View File

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