Merge branch 'develop'
This commit is contained in:
commit
7385d8c0e4
2 changed files with 7 additions and 3 deletions
|
@ -105,6 +105,10 @@
|
|||
"selection.background": {
|
||||
"alpha": 40,
|
||||
"value": null
|
||||
},
|
||||
"statusBarItem.remoteBackground": {
|
||||
"alpha": 100,
|
||||
"value": null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -359,9 +359,9 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
|
|||
/**
|
||||
* Inputs validation style
|
||||
*/
|
||||
'inputValidation.errorBorder': `${theme.scheme.base.red}50`,
|
||||
'inputValidation.infoBorder': `${theme.scheme.base.blue}50`,
|
||||
'inputValidation.warningBorder': `${theme.scheme.base.yellow}50`,
|
||||
'inputValidation.errorBorder': `${theme.scheme.base.red}`,
|
||||
'inputValidation.infoBorder': `${theme.scheme.base.blue}`,
|
||||
'inputValidation.warningBorder': `${theme.scheme.base.yellow}`,
|
||||
/**
|
||||
* Dropdown menu style
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue