pull/6/head
宇天 2019-04-04 14:18:23 +08:00
parent 3e672ac32f
commit ae6a2409c1
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# 更新日志 # 更新日志
## [1.3.6] 2019-04-04 ## [1.3.7] 2019-04-04
- 优化windows版下的标题栏颜色 - 优化windows版下的标题栏颜色

View File

@ -156,11 +156,11 @@ module.exports = {
'menu.background': vars.white, 'menu.background': vars.white,
'menu.foreground': vars.common, 'menu.foreground': vars.common,
'menu.selectionBackground': '#CCD7DA50', 'menu.selectionBackground': '#CCD7DA50',
'menu.selectionForeground': '#80CBC4', 'menu.selectionForeground': vars.dark2,
'menu.selectionBorder': '#CCD7DA50', 'menu.selectionBorder': '#CCD7DA50',
'menu.separatorBackground': vars.common, 'menu.separatorBackground': vars.common,
'menubar.selectionBackground': '#CCD7DA50', 'menubar.selectionBackground': '#CCD7DA50',
'menubar.selectionForeground': '#80CBC4', 'menubar.selectionForeground': vars.dark2,
'menubar.selectionBorder': '#CCD7DA50', 'menubar.selectionBorder': '#CCD7DA50',
'settings.dropdownForeground': vars.common, 'settings.dropdownForeground': vars.common,
'settings.dropdownBackground': vars.plain1, 'settings.dropdownBackground': vars.plain1,

View File

@ -157,11 +157,11 @@
"menu.background": "#ffffff", "menu.background": "#ffffff",
"menu.foreground": "#90a4ae", "menu.foreground": "#90a4ae",
"menu.selectionBackground": "#CCD7DA50", "menu.selectionBackground": "#CCD7DA50",
"menu.selectionForeground": "#80CBC4", "menu.selectionForeground": "#35373b",
"menu.selectionBorder": "#CCD7DA50", "menu.selectionBorder": "#CCD7DA50",
"menu.separatorBackground": "#90a4ae", "menu.separatorBackground": "#90a4ae",
"menubar.selectionBackground": "#CCD7DA50", "menubar.selectionBackground": "#CCD7DA50",
"menubar.selectionForeground": "#80CBC4", "menubar.selectionForeground": "#35373b",
"menubar.selectionBorder": "#CCD7DA50", "menubar.selectionBorder": "#CCD7DA50",
"settings.dropdownForeground": "#90a4ae", "settings.dropdownForeground": "#90a4ae",
"settings.dropdownBackground": "#f7f8fb", "settings.dropdownBackground": "#f7f8fb",