feat: Add colors for sidebar git.untracked and git.modified files

This commit is contained in:
Mattia Astorino 2017-10-11 21:41:05 +02:00
parent 6819c78554
commit 3f1077d412
7 changed files with 17 additions and 7 deletions

View file

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

View file

@ -805,6 +805,8 @@
"peekViewEditorGutter.background": "{{variant.scheme.foreground}}05",
"peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60",
"debugToolBar.background": "{{variant.scheme.background}}",
"pickerGroup.foreground": "{{commons.accents.Teal}}"
"pickerGroup.foreground": "{{commons.accents.Teal}}",
"git.color.modified": "{{variant.scheme.base.yellow}}90",
"git.color.untracked": "{{variant.scheme.base.green}}90"
}
}

View file

@ -805,6 +805,8 @@
"peekViewEditorGutter.background": "#EEFFFF05",
"peekViewTitleDescription.foreground": "#EEFFFF60",
"debugToolBar.background": "#212121",
"pickerGroup.foreground": "#80CBC4"
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
}
}

View file

@ -805,6 +805,8 @@
"peekViewEditorGutter.background": "#EEFFFF05",
"peekViewTitleDescription.foreground": "#EEFFFF60",
"debugToolBar.background": "#263238",
"pickerGroup.foreground": "#80CBC4"
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
}
}

File diff suppressed because one or more lines are too long

View file

@ -805,6 +805,8 @@
"peekViewEditorGutter.background": "#90A4AE05",
"peekViewTitleDescription.foreground": "#90A4AE60",
"debugToolBar.background": "#FAFAFA",
"pickerGroup.foreground": "#80CBC4"
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFB62C90",
"git.color.untracked": "#91B85990"
}
}

View file

@ -805,6 +805,8 @@
"peekViewEditorGutter.background": "#A6ACCD05",
"peekViewTitleDescription.foreground": "#A6ACCD60",
"debugToolBar.background": "#292D3E",
"pickerGroup.foreground": "#80CBC4"
"pickerGroup.foreground": "#80CBC4",
"git.color.modified": "#FFCB6B90",
"git.color.untracked": "#C3E88D90"
}
}