fix: Fix wrong gutter indicator for add line. Close 89

This commit is contained in:
Mattia Astorino 2017-09-11 14:30:41 +02:00
parent 02d20b7cfb
commit 83df9f9b28
6 changed files with 10 additions and 6 deletions

View file

@ -709,7 +709,7 @@
"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.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.activeForeground": "{{variant.scheme.tabActiveForeground}}", "tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
"tab.inactiveForeground": "{{variant.scheme.comments}}", "tab.inactiveForeground": "{{variant.scheme.comments}}",

View file

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

View file

@ -709,7 +709,8 @@
"editorGroupHeader.tabsBackground": "#263238", "editorGroupHeader.tabsBackground": "#263238",
"editorGroup.border": "#00000030", "editorGroup.border": "#00000030",
"editorGutter.modifiedBackground": "#82AAFF60", "editorGutter.modifiedBackground": "#82AAFF60",
"editorGutter.addedBackground": "60", "editorGutter.addedBackground": "#C3E88D60",
"editorGutter.deletedBackground": "#FF537060",
"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,7 +709,8 @@
"editorGroupHeader.tabsBackground": "#FAFAFA", "editorGroupHeader.tabsBackground": "#FAFAFA",
"editorGroup.border": "#00000020", "editorGroup.border": "#00000020",
"editorGutter.modifiedBackground": "#6182B860", "editorGutter.modifiedBackground": "#6182B860",
"editorGutter.addedBackground": "60", "editorGutter.addedBackground": "#91B85960",
"editorGutter.deletedBackground": "#E5393560",
"tab.activeForeground": "#000000", "tab.activeForeground": "#000000",
"tab.inactiveForeground": "#90A4AE90", "tab.inactiveForeground": "#90A4AE90",
"tab.inactiveBackground": "#FAFAFA", "tab.inactiveBackground": "#FAFAFA",

View file

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