优化颜色
parent
5fffcbc0a5
commit
c546cb8584
|
@ -1,5 +1,9 @@
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## [1.6.1] 2022-02-22
|
||||||
|
- 优化列表颜色
|
||||||
|
|
||||||
|
|
||||||
## [1.5.0] 2021-09-02
|
## [1.5.0] 2021-09-02
|
||||||
- 优化滚动条配色
|
- 优化滚动条配色
|
||||||
- 优文件列表配色
|
- 优文件列表配色
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"displayName": "one plain",
|
"displayName": "one plain",
|
||||||
"description": "🔥 米白色主题",
|
"description": "🔥 米白色主题",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"publisher": "yutent",
|
"publisher": "yutent",
|
||||||
"author": "Yutent [@yutent]",
|
"author": "Yutent [@yutent]",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -87,12 +87,12 @@ module.exports = {
|
||||||
'inputValidation.warningBorder': '#FFB62C50',
|
'inputValidation.warningBorder': '#FFB62C50',
|
||||||
'dropdown.background': vars.white,
|
'dropdown.background': vars.white,
|
||||||
'dropdown.border': '#00000010',
|
'dropdown.border': '#00000010',
|
||||||
'list.hoverForeground': vars.cyan1,
|
'list.hoverForeground': vars.cyan2,
|
||||||
'list.hoverBackground': '#80CBC4',
|
'list.hoverBackground': '#80CBC410',
|
||||||
'list.activeSelectionBackground': vars.plain1,
|
'list.activeSelectionBackground': '#80CBC430',
|
||||||
'list.activeSelectionForeground': '#80CBC4',
|
'list.activeSelectionForeground': vars.cyan2,
|
||||||
'list.inactiveSelectionForeground': '#80CBC4',
|
|
||||||
'list.inactiveSelectionBackground': '#ccd7da50',
|
'list.inactiveSelectionBackground': '#ccd7da50',
|
||||||
|
'list.inactiveSelectionForeground': '#80CBC4',
|
||||||
'list.focusBackground': '#90A4AE20',
|
'list.focusBackground': '#90A4AE20',
|
||||||
'list.focusForeground': vars.common,
|
'list.focusForeground': vars.common,
|
||||||
'list.highlightForeground': '#80CBC4',
|
'list.highlightForeground': '#80CBC4',
|
||||||
|
|
|
@ -88,12 +88,12 @@
|
||||||
"inputValidation.warningBorder": "#FFB62C50",
|
"inputValidation.warningBorder": "#FFB62C50",
|
||||||
"dropdown.background": "#ffffff",
|
"dropdown.background": "#ffffff",
|
||||||
"dropdown.border": "#00000010",
|
"dropdown.border": "#00000010",
|
||||||
"list.hoverForeground": "#3fc2a7",
|
"list.hoverForeground": "#19b491",
|
||||||
"list.hoverBackground": "#80CBC4",
|
"list.hoverBackground": "#80CBC410",
|
||||||
"list.activeSelectionBackground": "#f8f9fd",
|
"list.activeSelectionBackground": "#80CBC430",
|
||||||
"list.activeSelectionForeground": "#80CBC4",
|
"list.activeSelectionForeground": "#19b491",
|
||||||
"list.inactiveSelectionForeground": "#80CBC4",
|
|
||||||
"list.inactiveSelectionBackground": "#ccd7da50",
|
"list.inactiveSelectionBackground": "#ccd7da50",
|
||||||
|
"list.inactiveSelectionForeground": "#80CBC4",
|
||||||
"list.focusBackground": "#90A4AE20",
|
"list.focusBackground": "#90A4AE20",
|
||||||
"list.focusForeground": "#90a4ae",
|
"list.focusForeground": "#90a4ae",
|
||||||
"list.highlightForeground": "#80CBC4",
|
"list.highlightForeground": "#80CBC4",
|
||||||
|
@ -514,7 +514,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Class extends, build-in, dom",
|
"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": {
|
"settings": {
|
||||||
"fontStyle": "bold italic",
|
"fontStyle": "bold italic",
|
||||||
"foreground": "#ffb62c"
|
"foreground": "#ffb62c"
|
||||||
|
@ -898,6 +898,5 @@
|
||||||
"foreground": "#91B859"
|
"foreground": "#91B859"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"DOO": 2334
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue