parent
edb9ab5dc7
commit
57fa8f2fb5
|
@ -1,5 +1,10 @@
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## [1.5.0] 2021-09-02
|
||||||
|
- 优化滚动条配色
|
||||||
|
- 优文件列表配色
|
||||||
|
|
||||||
|
|
||||||
## [1.4.0] 2020-06-28
|
## [1.4.0] 2020-06-28
|
||||||
- panelSectionHeader
|
- panelSectionHeader
|
||||||
|
|
||||||
|
|
2
build.js
2
build.js
|
@ -4,8 +4,6 @@
|
||||||
* @date 2018/12/01 13:33:44
|
* @date 2018/12/01 13:33:44
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'use strict'
|
|
||||||
|
|
||||||
const fs = require('iofs')
|
const fs = require('iofs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
||||||
|
|
14
package.json
14
package.json
|
@ -3,7 +3,7 @@
|
||||||
"displayName": "one plain",
|
"displayName": "one plain",
|
||||||
"description": "🔥 米白色主题",
|
"description": "🔥 米白色主题",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"publisher": "yutent",
|
"publisher": "yutent",
|
||||||
"author": "Yutent [@yutent]",
|
"author": "Yutent [@yutent]",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -23,16 +23,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": ["theme", "one", "plain", "one plain", "mi", "color", "light", "one-plain", "yutent"],
|
||||||
"theme",
|
|
||||||
"one",
|
|
||||||
"plain",
|
|
||||||
"one plain",
|
|
||||||
"mi",
|
|
||||||
"color",
|
|
||||||
"light",
|
|
||||||
"one-plain",
|
|
||||||
"yutent"
|
|
||||||
],
|
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,11 +88,11 @@ module.exports = {
|
||||||
'dropdown.background': vars.white,
|
'dropdown.background': vars.white,
|
||||||
'dropdown.border': '#00000010',
|
'dropdown.border': '#00000010',
|
||||||
'list.hoverForeground': vars.cyan1,
|
'list.hoverForeground': vars.cyan1,
|
||||||
'list.hoverBackground': vars.plain1,
|
'list.hoverBackground': '#80CBC4',
|
||||||
'list.activeSelectionBackground': vars.plain1,
|
'list.activeSelectionBackground': vars.plain1,
|
||||||
'list.activeSelectionForeground': '#80CBC4',
|
'list.activeSelectionForeground': '#80CBC4',
|
||||||
'list.inactiveSelectionForeground': '#80CBC4',
|
'list.inactiveSelectionForeground': '#80CBC4',
|
||||||
'list.inactiveSelectionBackground': '#CCD7DA50',
|
'list.inactiveSelectionBackground': '#ccd7da50',
|
||||||
'list.focusBackground': '#90A4AE20',
|
'list.focusBackground': '#90A4AE20',
|
||||||
'list.focusForeground': vars.common,
|
'list.focusForeground': vars.common,
|
||||||
'list.highlightForeground': '#80CBC4',
|
'list.highlightForeground': '#80CBC4',
|
||||||
|
@ -112,14 +112,13 @@ module.exports = {
|
||||||
'terminal.ansiBrightMagenta': vars.magenta1,
|
'terminal.ansiBrightMagenta': vars.magenta1,
|
||||||
'terminal.ansiBrightRed': vars.red1,
|
'terminal.ansiBrightRed': vars.red1,
|
||||||
'terminal.ansiBrightYellow': vars.yellow1,
|
'terminal.ansiBrightYellow': vars.yellow1,
|
||||||
'scrollbar.shadow': vars.transparent,
|
'scrollbar.shadow': vars.plain2 + 50,
|
||||||
'scrollbarSlider.background': vars.common + 30,
|
'scrollbarSlider.background': vars.cyan1 + 80,
|
||||||
'scrollbarSlider.hoverBackground': vars.cyan1 + 50,
|
'scrollbarSlider.hoverBackground': vars.cyan1 + 'aa',
|
||||||
'scrollbarSlider.activeBackground': vars.cyan1,
|
'scrollbarSlider.activeBackground': vars.cyan1 + 'ee',
|
||||||
'widget.shadow': vars.black + 20,
|
'widget.shadow': vars.black + 20,
|
||||||
'panel.border': vars.plain3,
|
'panel.border': vars.plain3,
|
||||||
'panel.background': vars.plain1,
|
'panel.background': vars.plain1,
|
||||||
'panel.dropBackground': vars.common,
|
|
||||||
'panelTitle.inactiveForeground': vars.common,
|
'panelTitle.inactiveForeground': vars.common,
|
||||||
'panelTitle.activeForeground': '#16967a',
|
'panelTitle.activeForeground': '#16967a',
|
||||||
'panelTitle.activeBorder': '#3fc2a7',
|
'panelTitle.activeBorder': '#3fc2a7',
|
||||||
|
|
|
@ -89,11 +89,11 @@
|
||||||
"dropdown.background": "#ffffff",
|
"dropdown.background": "#ffffff",
|
||||||
"dropdown.border": "#00000010",
|
"dropdown.border": "#00000010",
|
||||||
"list.hoverForeground": "#3fc2a7",
|
"list.hoverForeground": "#3fc2a7",
|
||||||
"list.hoverBackground": "#f8f9fd",
|
"list.hoverBackground": "#80CBC4",
|
||||||
"list.activeSelectionBackground": "#f8f9fd",
|
"list.activeSelectionBackground": "#f8f9fd",
|
||||||
"list.activeSelectionForeground": "#80CBC4",
|
"list.activeSelectionForeground": "#80CBC4",
|
||||||
"list.inactiveSelectionForeground": "#80CBC4",
|
"list.inactiveSelectionForeground": "#80CBC4",
|
||||||
"list.inactiveSelectionBackground": "#CCD7DA50",
|
"list.inactiveSelectionBackground": "#ccd7da50",
|
||||||
"list.focusBackground": "#90A4AE20",
|
"list.focusBackground": "#90A4AE20",
|
||||||
"list.focusForeground": "#90a4ae",
|
"list.focusForeground": "#90a4ae",
|
||||||
"list.highlightForeground": "#80CBC4",
|
"list.highlightForeground": "#80CBC4",
|
||||||
|
@ -113,14 +113,13 @@
|
||||||
"terminal.ansiBrightMagenta": "#be7ee7",
|
"terminal.ansiBrightMagenta": "#be7ee7",
|
||||||
"terminal.ansiBrightRed": "#ff4628",
|
"terminal.ansiBrightRed": "#ff4628",
|
||||||
"terminal.ansiBrightYellow": "#ffb62c",
|
"terminal.ansiBrightYellow": "#ffb62c",
|
||||||
"scrollbar.shadow": "#ffffff00",
|
"scrollbar.shadow": "#f2f5fc50",
|
||||||
"scrollbarSlider.background": "#90a4ae30",
|
"scrollbarSlider.background": "#3fc2a780",
|
||||||
"scrollbarSlider.hoverBackground": "#3fc2a750",
|
"scrollbarSlider.hoverBackground": "#3fc2a7aa",
|
||||||
"scrollbarSlider.activeBackground": "#3fc2a7",
|
"scrollbarSlider.activeBackground": "#3fc2a7ee",
|
||||||
"widget.shadow": "#00000020",
|
"widget.shadow": "#00000020",
|
||||||
"panel.border": "#e8e9ed",
|
"panel.border": "#e8e9ed",
|
||||||
"panel.background": "#f8f9fd",
|
"panel.background": "#f8f9fd",
|
||||||
"panel.dropBackground": "#90a4ae",
|
|
||||||
"panelTitle.inactiveForeground": "#90a4ae",
|
"panelTitle.inactiveForeground": "#90a4ae",
|
||||||
"panelTitle.activeForeground": "#16967a",
|
"panelTitle.activeForeground": "#16967a",
|
||||||
"panelTitle.activeBorder": "#3fc2a7",
|
"panelTitle.activeBorder": "#3fc2a7",
|
||||||
|
|
Loading…
Reference in New Issue