From 1955eaf6b1723928c8e21eeaab59fe57c4cb3377 Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 11 Mar 2025 11:08:36 +0800 Subject: [PATCH] 1.6.9 --- CHANGELOG.md | 3 +++ package.json | 2 +- themes/color-theme.json | 9 +++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd04973..87505d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 更新日志 +## [1.6.9] 2025-03-11 +- 优化Git Blame的颜色 + ## [1.6.6] 2022-03-24 - 优化vue自定义组件标签颜色, 指令颜色 - html的`link, a, img, script`标签的地址, 改为灰色 diff --git a/package.json b/package.json index 349530c..c0c4c34 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/themes/color-theme.json b/themes/color-theme.json index 781b129..68e7d80 100644 --- a/themes/color-theme.json +++ b/themes/color-theme.json @@ -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 @@ } } ] -} \ No newline at end of file +}