feat: Add tab active bottom border

Close #88
This commit is contained in:
Mattia Astorino 2017-09-11 14:43:33 +02:00
parent 83df9f9b28
commit 5bd19346da
8 changed files with 16 additions and 2 deletions

View file

@ -46,6 +46,10 @@ let accentsProperties: IGenericObject<IAccentCustomProperty> = {
"pickerGroup.foreground": {
alpha: 100,
value: undefined
},
"tab.activeBorder": {
alpha: 100,
value: undefined
}
}

View file

@ -71,7 +71,7 @@
{
"label": "Material Theme",
"uiTheme": "vs-dark",
"path": "./themes/Material-Theme-Darker.json"
"path": "./themes/Material-Theme-Palenight.json"
}
],
"iconThemes": [

View file

@ -711,6 +711,8 @@
"editorGutter.modifiedBackground": "{{variant.scheme.base.blue}}60",
"editorGutter.addedBackground": "{{variant.scheme.base.green}}60",
"editorGutter.deletedBackground": "{{variant.scheme.base.red}}60",
"tab.activeBorder": "{{commons.accents.Teal}}",
"tab.unfocusedActiveBorder": "{{variant.scheme.comments}}",
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
"tab.inactiveForeground": "{{variant.scheme.comments}}",
"tab.inactiveBackground": "{{variant.scheme.background}}",

View file

@ -711,6 +711,8 @@
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#FF537060",
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#4A4A4A",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#4A4A4A",
"tab.inactiveBackground": "#212121",

View file

@ -711,6 +711,8 @@
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#FF537060",
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#546E7A",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#546E7A",
"tab.inactiveBackground": "#263238",

File diff suppressed because one or more lines are too long

View file

@ -711,6 +711,8 @@
"editorGutter.modifiedBackground": "#6182B860",
"editorGutter.addedBackground": "#91B85960",
"editorGutter.deletedBackground": "#E5393560",
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#90A4AE90",
"tab.activeForeground": "#000000",
"tab.inactiveForeground": "#90A4AE90",
"tab.inactiveBackground": "#FAFAFA",

View file

@ -711,6 +711,8 @@
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#FF537060",
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#676E95",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#676E95",
"tab.inactiveBackground": "#292D3E",