diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d9ccd..3ccef6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # 更新日志 +## [1.3.6] 2019-04-04 +- 优化windows版下的标题栏颜色 + + ## [1.3.5] 2018-12-17 - 增加支持html模板中mvvm指令高亮 - 优化html特殊符号的高亮 diff --git a/package.json b/package.json index 1e53c4c..8cf6466 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "one plain", "description": "🔥 米白色主题", "icon": "logo.png", - "version": "1.3.6", + "version": "1.3.7", "publisher": "yutent", "author": "Yutent [@yutent]", "engines": { diff --git a/src/colors.js b/src/colors.js index ee3794d..20c9c1d 100644 --- a/src/colors.js +++ b/src/colors.js @@ -69,7 +69,7 @@ module.exports = { 'activityBarBadge.background': '#EA4224', 'activityBarBadge.foreground': vars.white, 'titleBar.activeBackground': vars.plain3, - 'titleBar.activeForeground': '#3fc2a7', + 'titleBar.activeForeground': vars.dark1, 'titleBar.inactiveBackground': vars.plain1, 'titleBar.inactiveForeground': '#627883', 'titleBar.border': vars.plain3, diff --git a/themes/color-theme.json b/themes/color-theme.json index bd97e1f..1b4b0ef 100644 --- a/themes/color-theme.json +++ b/themes/color-theme.json @@ -70,7 +70,7 @@ "activityBarBadge.background": "#EA4224", "activityBarBadge.foreground": "#ffffff", "titleBar.activeBackground": "#e7e8eb", - "titleBar.activeForeground": "#3fc2a7", + "titleBar.activeForeground": "#75797b", "titleBar.inactiveBackground": "#f7f8fb", "titleBar.inactiveForeground": "#627883", "titleBar.border": "#e7e8eb",