优化颜色

@own^2
yutent 2022-02-22 17:54:38 +08:00
parent 5fffcbc0a5
commit c546cb8584
5 changed files with 17 additions and 14 deletions

View File

@ -1,5 +1,9 @@
# 更新日志
## [1.6.1] 2022-02-22
- 优化列表颜色
## [1.5.0] 2021-09-02
- 优化滚动条配色
- 优文件列表配色

0
fork
View File

View File

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

View File

@ -87,12 +87,12 @@ module.exports = {
'inputValidation.warningBorder': '#FFB62C50',
'dropdown.background': vars.white,
'dropdown.border': '#00000010',
'list.hoverForeground': vars.cyan1,
'list.hoverBackground': '#80CBC4',
'list.activeSelectionBackground': vars.plain1,
'list.activeSelectionForeground': '#80CBC4',
'list.inactiveSelectionForeground': '#80CBC4',
'list.hoverForeground': vars.cyan2,
'list.hoverBackground': '#80CBC410',
'list.activeSelectionBackground': '#80CBC430',
'list.activeSelectionForeground': vars.cyan2,
'list.inactiveSelectionBackground': '#ccd7da50',
'list.inactiveSelectionForeground': '#80CBC4',
'list.focusBackground': '#90A4AE20',
'list.focusForeground': vars.common,
'list.highlightForeground': '#80CBC4',

View File

@ -88,12 +88,12 @@
"inputValidation.warningBorder": "#FFB62C50",
"dropdown.background": "#ffffff",
"dropdown.border": "#00000010",
"list.hoverForeground": "#3fc2a7",
"list.hoverBackground": "#80CBC4",
"list.activeSelectionBackground": "#f8f9fd",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4",
"list.hoverForeground": "#19b491",
"list.hoverBackground": "#80CBC410",
"list.activeSelectionBackground": "#80CBC430",
"list.activeSelectionForeground": "#19b491",
"list.inactiveSelectionBackground": "#ccd7da50",
"list.inactiveSelectionForeground": "#80CBC4",
"list.focusBackground": "#90A4AE20",
"list.focusForeground": "#90a4ae",
"list.highlightForeground": "#80CBC4",
@ -514,7 +514,7 @@
},
{
"name": "Class extends, build-in, dom",
"scope": "support.type.object.console.js, support.type.object.module.js, support.type.object.dom.js, support.constant.math, support.constant.json, meta.var.expr.js variable.other.object.js, meta.class.extends.js variable.other.readwrite.js, meta.function-call.static.without-arguments.js variable.other.class.js, meta.function-call.static.with-arguments.js variable.other.class.js, meta.property.class.js variable.other.class.js",
"scope": "support.type.object.console.js, support.type.object.module.js, support.type.object.dom.js, support.constant.math, support.constant.json, meta.class.extends.js variable.other.readwrite.js, meta.function-call.static.without-arguments.js variable.other.class.js, meta.function-call.static.with-arguments.js variable.other.class.js, meta.property.class.js variable.other.class.js",
"settings": {
"fontStyle": "bold italic",
"foreground": "#ffb62c"
@ -898,6 +898,5 @@
"foreground": "#91B859"
}
}
],
"DOO": 2334
]
}