From c546cb8584d3275c957d2fd5e77a5c6449c8d57f Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 22 Feb 2022 17:54:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ fork | 0 package.json | 2 +- src/colors.js | 10 +++++----- themes/color-theme.json | 15 +++++++-------- 5 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 fork diff --git a/CHANGELOG.md b/CHANGELOG.md index c421838..d9f259d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 更新日志 +## [1.6.1] 2022-02-22 +- 优化列表颜色 + + ## [1.5.0] 2021-09-02 - 优化滚动条配色 - 优文件列表配色 diff --git a/fork b/fork deleted file mode 100644 index e69de29..0000000 diff --git a/package.json b/package.json index a6fe342..c832d8c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "one plain", "description": "🔥 米白色主题", "icon": "logo.png", - "version": "1.6.0", + "version": "1.6.1", "publisher": "yutent", "author": "Yutent [@yutent]", "engines": { diff --git a/src/colors.js b/src/colors.js index 5124e49..59f00dc 100644 --- a/src/colors.js +++ b/src/colors.js @@ -87,12 +87,12 @@ module.exports = { 'inputValidation.warningBorder': '#FFB62C50', 'dropdown.background': vars.white, 'dropdown.border': '#00000010', - 'list.hoverForeground': vars.cyan1, - 'list.hoverBackground': '#80CBC4', - 'list.activeSelectionBackground': vars.plain1, - 'list.activeSelectionForeground': '#80CBC4', - 'list.inactiveSelectionForeground': '#80CBC4', + 'list.hoverForeground': vars.cyan2, + 'list.hoverBackground': '#80CBC410', + 'list.activeSelectionBackground': '#80CBC430', + 'list.activeSelectionForeground': vars.cyan2, 'list.inactiveSelectionBackground': '#ccd7da50', + 'list.inactiveSelectionForeground': '#80CBC4', 'list.focusBackground': '#90A4AE20', 'list.focusForeground': vars.common, 'list.highlightForeground': '#80CBC4', diff --git a/themes/color-theme.json b/themes/color-theme.json index a6d5b91..316057f 100644 --- a/themes/color-theme.json +++ b/themes/color-theme.json @@ -88,12 +88,12 @@ "inputValidation.warningBorder": "#FFB62C50", "dropdown.background": "#ffffff", "dropdown.border": "#00000010", - "list.hoverForeground": "#3fc2a7", - "list.hoverBackground": "#80CBC4", - "list.activeSelectionBackground": "#f8f9fd", - "list.activeSelectionForeground": "#80CBC4", - "list.inactiveSelectionForeground": "#80CBC4", + "list.hoverForeground": "#19b491", + "list.hoverBackground": "#80CBC410", + "list.activeSelectionBackground": "#80CBC430", + "list.activeSelectionForeground": "#19b491", "list.inactiveSelectionBackground": "#ccd7da50", + "list.inactiveSelectionForeground": "#80CBC4", "list.focusBackground": "#90A4AE20", "list.focusForeground": "#90a4ae", "list.highlightForeground": "#80CBC4", @@ -514,7 +514,7 @@ }, { "name": "Class extends, build-in, dom", - "scope": "support.type.object.console.js, support.type.object.module.js, support.type.object.dom.js, support.constant.math, support.constant.json, meta.var.expr.js variable.other.object.js, meta.class.extends.js variable.other.readwrite.js, meta.function-call.static.without-arguments.js variable.other.class.js, meta.function-call.static.with-arguments.js variable.other.class.js, meta.property.class.js variable.other.class.js", + "scope": "support.type.object.console.js, support.type.object.module.js, support.type.object.dom.js, support.constant.math, support.constant.json, meta.class.extends.js variable.other.readwrite.js, meta.function-call.static.without-arguments.js variable.other.class.js, meta.function-call.static.with-arguments.js variable.other.class.js, meta.property.class.js variable.other.class.js", "settings": { "fontStyle": "bold italic", "foreground": "#ffb62c" @@ -898,6 +898,5 @@ "foreground": "#91B859" } } - ], - "DOO": 2334 + ] } \ No newline at end of file