优化标题栏字体颜色

pull/6/head
宇天 2019-04-04 10:57:12 +08:00
parent 61d1427787
commit 3e672ac32f
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# 更新日志
## [1.3.6] 2019-04-04
- 优化windows版下的标题栏颜色
## [1.3.5] 2018-12-17
- 增加支持html模板中mvvm指令高亮
- 优化html特殊符号的高亮

View File

@ -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": {

View File

@ -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,

View File

@ -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",