feat: Add colors for sidebar git.untracked and git.modified files
This commit is contained in:
parent
6819c78554
commit
3f1077d412
7 changed files with 17 additions and 7 deletions
|
@ -71,7 +71,7 @@
|
||||||
{
|
{
|
||||||
"label": "Material Theme",
|
"label": "Material Theme",
|
||||||
"uiTheme": "vs-dark",
|
"uiTheme": "vs-dark",
|
||||||
"path": "./themes/Material-Theme-Default.json"
|
"path": "./themes/Material-Theme-Darker.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"iconThemes": [
|
"iconThemes": [
|
||||||
|
|
|
@ -805,6 +805,8 @@
|
||||||
"peekViewEditorGutter.background": "{{variant.scheme.foreground}}05",
|
"peekViewEditorGutter.background": "{{variant.scheme.foreground}}05",
|
||||||
"peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60",
|
"peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60",
|
||||||
"debugToolBar.background": "{{variant.scheme.background}}",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -805,6 +805,8 @@
|
||||||
"peekViewEditorGutter.background": "#EEFFFF05",
|
"peekViewEditorGutter.background": "#EEFFFF05",
|
||||||
"peekViewTitleDescription.foreground": "#EEFFFF60",
|
"peekViewTitleDescription.foreground": "#EEFFFF60",
|
||||||
"debugToolBar.background": "#212121",
|
"debugToolBar.background": "#212121",
|
||||||
"pickerGroup.foreground": "#80CBC4"
|
"pickerGroup.foreground": "#80CBC4",
|
||||||
|
"git.color.modified": "#FFCB6B90",
|
||||||
|
"git.color.untracked": "#C3E88D90"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -805,6 +805,8 @@
|
||||||
"peekViewEditorGutter.background": "#EEFFFF05",
|
"peekViewEditorGutter.background": "#EEFFFF05",
|
||||||
"peekViewTitleDescription.foreground": "#EEFFFF60",
|
"peekViewTitleDescription.foreground": "#EEFFFF60",
|
||||||
"debugToolBar.background": "#263238",
|
"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
|
@ -805,6 +805,8 @@
|
||||||
"peekViewEditorGutter.background": "#90A4AE05",
|
"peekViewEditorGutter.background": "#90A4AE05",
|
||||||
"peekViewTitleDescription.foreground": "#90A4AE60",
|
"peekViewTitleDescription.foreground": "#90A4AE60",
|
||||||
"debugToolBar.background": "#FAFAFA",
|
"debugToolBar.background": "#FAFAFA",
|
||||||
"pickerGroup.foreground": "#80CBC4"
|
"pickerGroup.foreground": "#80CBC4",
|
||||||
|
"git.color.modified": "#FFB62C90",
|
||||||
|
"git.color.untracked": "#91B85990"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -805,6 +805,8 @@
|
||||||
"peekViewEditorGutter.background": "#A6ACCD05",
|
"peekViewEditorGutter.background": "#A6ACCD05",
|
||||||
"peekViewTitleDescription.foreground": "#A6ACCD60",
|
"peekViewTitleDescription.foreground": "#A6ACCD60",
|
||||||
"debugToolBar.background": "#292D3E",
|
"debugToolBar.background": "#292D3E",
|
||||||
"pickerGroup.foreground": "#80CBC4"
|
"pickerGroup.foreground": "#80CBC4",
|
||||||
|
"git.color.modified": "#FFCB6B90",
|
||||||
|
"git.color.untracked": "#C3E88D90"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue