优化标题栏字体颜色

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 ## [1.3.5] 2018-12-17
- 增加支持html模板中mvvm指令高亮 - 增加支持html模板中mvvm指令高亮
- 优化html特殊符号的高亮 - 优化html特殊符号的高亮

View File

@ -3,7 +3,7 @@
"displayName": "one plain", "displayName": "one plain",
"description": "🔥 米白色主题", "description": "🔥 米白色主题",
"icon": "logo.png", "icon": "logo.png",
"version": "1.3.6", "version": "1.3.7",
"publisher": "yutent", "publisher": "yutent",
"author": "Yutent [@yutent]", "author": "Yutent [@yutent]",
"engines": { "engines": {

View File

@ -69,7 +69,7 @@ module.exports = {
'activityBarBadge.background': '#EA4224', 'activityBarBadge.background': '#EA4224',
'activityBarBadge.foreground': vars.white, 'activityBarBadge.foreground': vars.white,
'titleBar.activeBackground': vars.plain3, 'titleBar.activeBackground': vars.plain3,
'titleBar.activeForeground': '#3fc2a7', 'titleBar.activeForeground': vars.dark1,
'titleBar.inactiveBackground': vars.plain1, 'titleBar.inactiveBackground': vars.plain1,
'titleBar.inactiveForeground': '#627883', 'titleBar.inactiveForeground': '#627883',
'titleBar.border': vars.plain3, 'titleBar.border': vars.plain3,

View File

@ -70,7 +70,7 @@
"activityBarBadge.background": "#EA4224", "activityBarBadge.background": "#EA4224",
"activityBarBadge.foreground": "#ffffff", "activityBarBadge.foreground": "#ffffff",
"titleBar.activeBackground": "#e7e8eb", "titleBar.activeBackground": "#e7e8eb",
"titleBar.activeForeground": "#3fc2a7", "titleBar.activeForeground": "#75797b",
"titleBar.inactiveBackground": "#f7f8fb", "titleBar.inactiveBackground": "#f7f8fb",
"titleBar.inactiveForeground": "#627883", "titleBar.inactiveForeground": "#627883",
"titleBar.border": "#e7e8eb", "titleBar.border": "#e7e8eb",