chore: merges remote

This commit is contained in:
octod 2017-09-11 20:52:22 +02:00
commit 7f1bacbba5
9 changed files with 28 additions and 8 deletions

View file

@ -52,7 +52,9 @@ Launch *Quick Open*,
- <img src="https://developer.apple.com/favicon.ico" width=16 height=16/> <a href="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf">macOS</a> `Shift+⌘+P`
- <img src="https://www.microsoft.com/favicon.ico" width=16 height=16/> <a href="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf">Windows</a> `Ctrl+P`
Type `Material Theme` and choose `Material Theme: Settings`, then select `Change color variant` and pick one theme from the list.
Type `theme` anc choose `Preferences: Color Theme`, then select Material Theme from the list.
This theme provide differents color variants, to change the active theme variant type `Material Theme` and choose `Material Theme: Settings`, then select `Change color variant` and pick one theme from the list.
## Activate File Icons

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

@ -709,8 +709,10 @@
"editorGroupHeader.tabsBackground": "{{variant.scheme.background}}",
"editorGroup.border": "{{variant.scheme.shadow}}",
"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",
"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

@ -709,7 +709,10 @@
"editorGroupHeader.tabsBackground": "#212121",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#FF537060",
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#4A4A4A",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#4A4A4A",
"tab.inactiveBackground": "#212121",

View file

@ -709,7 +709,10 @@
"editorGroupHeader.tabsBackground": "#263238",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "60",
"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

@ -709,7 +709,10 @@
"editorGroupHeader.tabsBackground": "#FAFAFA",
"editorGroup.border": "#00000020",
"editorGutter.modifiedBackground": "#6182B860",
"editorGutter.addedBackground": "60",
"editorGutter.addedBackground": "#91B85960",
"editorGutter.deletedBackground": "#E5393560",
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#90A4AE90",
"tab.activeForeground": "#000000",
"tab.inactiveForeground": "#90A4AE90",
"tab.inactiveBackground": "#FAFAFA",

View file

@ -709,7 +709,10 @@
"editorGroupHeader.tabsBackground": "#292D3E",
"editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "60",
"editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#FF537060",
"tab.activeBorder": "#80CBC4",
"tab.unfocusedActiveBorder": "#676E95",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#676E95",
"tab.inactiveBackground": "#292D3E",