fix: Update gutter line colors. Fix #79

This commit is contained in:
Mattia Astorino 2017-09-01 14:51:25 +02:00
parent fab02f43b5
commit 0298a5961b
6 changed files with 12 additions and 12 deletions

View file

@ -709,9 +709,9 @@
"editorIndentGuide.background": "{{variant.scheme.guides}}", "editorIndentGuide.background": "{{variant.scheme.guides}}",
"editorGroupHeader.tabsBackground": "{{variant.scheme.background}}", "editorGroupHeader.tabsBackground": "{{variant.scheme.background}}",
"editorGroup.border": "{{variant.scheme.shadow}}", "editorGroup.border": "{{variant.scheme.shadow}}",
"editorGutter.modifiedBackground": "{{variant.scheme.base.yellow}}40", "editorGutter.modifiedBackground": "{{variant.scheme.base.blue}}60",
"editorGutter.addedBackground": "{{variant.scheme.base.green}40", "editorGutter.addedBackground": "{{variant.scheme.base.green}60",
"editorGutter.deletedBackground": "{{variant.scheme.base.red}}40", "editorGutter.deletedBackground": "{{variant.scheme.base.red}}60",
"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}}",

View file

@ -709,8 +709,8 @@
"editorIndentGuide.background": "#42424270", "editorIndentGuide.background": "#42424270",
"editorGroupHeader.tabsBackground": "#212121", "editorGroupHeader.tabsBackground": "#212121",
"editorGroup.border": "#00000030", "editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#FFCB6B40", "editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "40", "editorGutter.addedBackground": "60",
"tab.activeForeground": "#FFFFFF", "tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#4A4A4A", "tab.inactiveForeground": "#4A4A4A",
"tab.inactiveBackground": "#212121", "tab.inactiveBackground": "#212121",

View file

@ -709,8 +709,8 @@
"editorIndentGuide.background": "#37474F80", "editorIndentGuide.background": "#37474F80",
"editorGroupHeader.tabsBackground": "#263238", "editorGroupHeader.tabsBackground": "#263238",
"editorGroup.border": "#00000030", "editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#FFCB6B40", "editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "40", "editorGutter.addedBackground": "60",
"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

View file

@ -709,8 +709,8 @@
"editorIndentGuide.background": "#B0BEC570", "editorIndentGuide.background": "#B0BEC570",
"editorGroupHeader.tabsBackground": "#FAFAFA", "editorGroupHeader.tabsBackground": "#FAFAFA",
"editorGroup.border": "#00000020", "editorGroup.border": "#00000020",
"editorGutter.modifiedBackground": "#FFB62C40", "editorGutter.modifiedBackground": "#6182B860",
"editorGutter.addedBackground": "40", "editorGutter.addedBackground": "60",
"tab.activeForeground": "#000000", "tab.activeForeground": "#000000",
"tab.inactiveForeground": "#90A4AE90", "tab.inactiveForeground": "#90A4AE90",
"tab.inactiveBackground": "#FAFAFA", "tab.inactiveBackground": "#FAFAFA",

View file

@ -709,8 +709,8 @@
"editorIndentGuide.background": "#4E557980", "editorIndentGuide.background": "#4E557980",
"editorGroupHeader.tabsBackground": "#292D3E", "editorGroupHeader.tabsBackground": "#292D3E",
"editorGroup.border": "#00000030", "editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#FFCB6B40", "editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "40", "editorGutter.addedBackground": "60",
"tab.activeForeground": "#FFFFFF", "tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#676E95", "tab.inactiveForeground": "#676E95",
"tab.inactiveBackground": "#292D3E", "tab.inactiveBackground": "#292D3E",