@own 1.5.0
宇天 2021-09-02 10:05:01 +08:00
parent edb9ab5dc7
commit 57fa8f2fb5
5 changed files with 19 additions and 28 deletions

View File

@ -1,5 +1,10 @@
# 更新日志
## [1.5.0] 2021-09-02
- 优化滚动条配色
- 优文件列表配色
## [1.4.0] 2020-06-28
- panelSectionHeader

View File

@ -4,8 +4,6 @@
* @date 2018/12/01 13:33:44
*/
'use strict'
const fs = require('iofs')
const path = require('path')

View File

@ -3,7 +3,7 @@
"displayName": "one plain",
"description": "🔥 米白色主题",
"icon": "logo.png",
"version": "1.4.0",
"version": "1.5.0",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"engines": {
@ -23,16 +23,6 @@
}
]
},
"keywords": [
"theme",
"one",
"plain",
"one plain",
"mi",
"color",
"light",
"one-plain",
"yutent"
],
"keywords": ["theme", "one", "plain", "one plain", "mi", "color", "light", "one-plain", "yutent"],
"license": "MIT"
}

View File

@ -88,11 +88,11 @@ module.exports = {
'dropdown.background': vars.white,
'dropdown.border': '#00000010',
'list.hoverForeground': vars.cyan1,
'list.hoverBackground': vars.plain1,
'list.hoverBackground': '#80CBC4',
'list.activeSelectionBackground': vars.plain1,
'list.activeSelectionForeground': '#80CBC4',
'list.inactiveSelectionForeground': '#80CBC4',
'list.inactiveSelectionBackground': '#CCD7DA50',
'list.inactiveSelectionBackground': '#ccd7da50',
'list.focusBackground': '#90A4AE20',
'list.focusForeground': vars.common,
'list.highlightForeground': '#80CBC4',
@ -112,14 +112,13 @@ module.exports = {
'terminal.ansiBrightMagenta': vars.magenta1,
'terminal.ansiBrightRed': vars.red1,
'terminal.ansiBrightYellow': vars.yellow1,
'scrollbar.shadow': vars.transparent,
'scrollbarSlider.background': vars.common + 30,
'scrollbarSlider.hoverBackground': vars.cyan1 + 50,
'scrollbarSlider.activeBackground': vars.cyan1,
'scrollbar.shadow': vars.plain2 + 50,
'scrollbarSlider.background': vars.cyan1 + 80,
'scrollbarSlider.hoverBackground': vars.cyan1 + 'aa',
'scrollbarSlider.activeBackground': vars.cyan1 + 'ee',
'widget.shadow': vars.black + 20,
'panel.border': vars.plain3,
'panel.background': vars.plain1,
'panel.dropBackground': vars.common,
'panelTitle.inactiveForeground': vars.common,
'panelTitle.activeForeground': '#16967a',
'panelTitle.activeBorder': '#3fc2a7',

View File

@ -89,11 +89,11 @@
"dropdown.background": "#ffffff",
"dropdown.border": "#00000010",
"list.hoverForeground": "#3fc2a7",
"list.hoverBackground": "#f8f9fd",
"list.hoverBackground": "#80CBC4",
"list.activeSelectionBackground": "#f8f9fd",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#CCD7DA50",
"list.inactiveSelectionBackground": "#ccd7da50",
"list.focusBackground": "#90A4AE20",
"list.focusForeground": "#90a4ae",
"list.highlightForeground": "#80CBC4",
@ -113,14 +113,13 @@
"terminal.ansiBrightMagenta": "#be7ee7",
"terminal.ansiBrightRed": "#ff4628",
"terminal.ansiBrightYellow": "#ffb62c",
"scrollbar.shadow": "#ffffff00",
"scrollbarSlider.background": "#90a4ae30",
"scrollbarSlider.hoverBackground": "#3fc2a750",
"scrollbarSlider.activeBackground": "#3fc2a7",
"scrollbar.shadow": "#f2f5fc50",
"scrollbarSlider.background": "#3fc2a780",
"scrollbarSlider.hoverBackground": "#3fc2a7aa",
"scrollbarSlider.activeBackground": "#3fc2a7ee",
"widget.shadow": "#00000020",
"panel.border": "#e8e9ed",
"panel.background": "#f8f9fd",
"panel.dropBackground": "#90a4ae",
"panelTitle.inactiveForeground": "#90a4ae",
"panelTitle.activeForeground": "#16967a",
"panelTitle.activeBorder": "#3fc2a7",