parent
83df9f9b28
commit
5bd19346da
8 changed files with 16 additions and 2 deletions
|
@ -46,6 +46,10 @@ let accentsProperties: IGenericObject<IAccentCustomProperty> = {
|
||||||
"pickerGroup.foreground": {
|
"pickerGroup.foreground": {
|
||||||
alpha: 100,
|
alpha: 100,
|
||||||
value: undefined
|
value: undefined
|
||||||
|
},
|
||||||
|
"tab.activeBorder": {
|
||||||
|
alpha: 100,
|
||||||
|
value: undefined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
{
|
{
|
||||||
"label": "Material Theme",
|
"label": "Material Theme",
|
||||||
"uiTheme": "vs-dark",
|
"uiTheme": "vs-dark",
|
||||||
"path": "./themes/Material-Theme-Darker.json"
|
"path": "./themes/Material-Theme-Palenight.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"iconThemes": [
|
"iconThemes": [
|
||||||
|
|
|
@ -711,6 +711,8 @@
|
||||||
"editorGutter.modifiedBackground": "{{variant.scheme.base.blue}}60",
|
"editorGutter.modifiedBackground": "{{variant.scheme.base.blue}}60",
|
||||||
"editorGutter.addedBackground": "{{variant.scheme.base.green}}60",
|
"editorGutter.addedBackground": "{{variant.scheme.base.green}}60",
|
||||||
"editorGutter.deletedBackground": "{{variant.scheme.base.red}}60",
|
"editorGutter.deletedBackground": "{{variant.scheme.base.red}}60",
|
||||||
|
"tab.activeBorder": "{{commons.accents.Teal}}",
|
||||||
|
"tab.unfocusedActiveBorder": "{{variant.scheme.comments}}",
|
||||||
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
|
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
|
||||||
"tab.inactiveForeground": "{{variant.scheme.comments}}",
|
"tab.inactiveForeground": "{{variant.scheme.comments}}",
|
||||||
"tab.inactiveBackground": "{{variant.scheme.background}}",
|
"tab.inactiveBackground": "{{variant.scheme.background}}",
|
||||||
|
|
|
@ -711,6 +711,8 @@
|
||||||
"editorGutter.modifiedBackground": "#82AAFF60",
|
"editorGutter.modifiedBackground": "#82AAFF60",
|
||||||
"editorGutter.addedBackground": "#C3E88D60",
|
"editorGutter.addedBackground": "#C3E88D60",
|
||||||
"editorGutter.deletedBackground": "#FF537060",
|
"editorGutter.deletedBackground": "#FF537060",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.unfocusedActiveBorder": "#4A4A4A",
|
||||||
"tab.activeForeground": "#FFFFFF",
|
"tab.activeForeground": "#FFFFFF",
|
||||||
"tab.inactiveForeground": "#4A4A4A",
|
"tab.inactiveForeground": "#4A4A4A",
|
||||||
"tab.inactiveBackground": "#212121",
|
"tab.inactiveBackground": "#212121",
|
||||||
|
|
|
@ -711,6 +711,8 @@
|
||||||
"editorGutter.modifiedBackground": "#82AAFF60",
|
"editorGutter.modifiedBackground": "#82AAFF60",
|
||||||
"editorGutter.addedBackground": "#C3E88D60",
|
"editorGutter.addedBackground": "#C3E88D60",
|
||||||
"editorGutter.deletedBackground": "#FF537060",
|
"editorGutter.deletedBackground": "#FF537060",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.unfocusedActiveBorder": "#546E7A",
|
||||||
"tab.activeForeground": "#FFFFFF",
|
"tab.activeForeground": "#FFFFFF",
|
||||||
"tab.inactiveForeground": "#546E7A",
|
"tab.inactiveForeground": "#546E7A",
|
||||||
"tab.inactiveBackground": "#263238",
|
"tab.inactiveBackground": "#263238",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -711,6 +711,8 @@
|
||||||
"editorGutter.modifiedBackground": "#6182B860",
|
"editorGutter.modifiedBackground": "#6182B860",
|
||||||
"editorGutter.addedBackground": "#91B85960",
|
"editorGutter.addedBackground": "#91B85960",
|
||||||
"editorGutter.deletedBackground": "#E5393560",
|
"editorGutter.deletedBackground": "#E5393560",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.unfocusedActiveBorder": "#90A4AE90",
|
||||||
"tab.activeForeground": "#000000",
|
"tab.activeForeground": "#000000",
|
||||||
"tab.inactiveForeground": "#90A4AE90",
|
"tab.inactiveForeground": "#90A4AE90",
|
||||||
"tab.inactiveBackground": "#FAFAFA",
|
"tab.inactiveBackground": "#FAFAFA",
|
||||||
|
|
|
@ -711,6 +711,8 @@
|
||||||
"editorGutter.modifiedBackground": "#82AAFF60",
|
"editorGutter.modifiedBackground": "#82AAFF60",
|
||||||
"editorGutter.addedBackground": "#C3E88D60",
|
"editorGutter.addedBackground": "#C3E88D60",
|
||||||
"editorGutter.deletedBackground": "#FF537060",
|
"editorGutter.deletedBackground": "#FF537060",
|
||||||
|
"tab.activeBorder": "#80CBC4",
|
||||||
|
"tab.unfocusedActiveBorder": "#676E95",
|
||||||
"tab.activeForeground": "#FFFFFF",
|
"tab.activeForeground": "#FFFFFF",
|
||||||
"tab.inactiveForeground": "#676E95",
|
"tab.inactiveForeground": "#676E95",
|
||||||
"tab.inactiveBackground": "#292D3E",
|
"tab.inactiveBackground": "#292D3E",
|
||||||
|
|
Loading…
Reference in a new issue