feat: Add support to the new settings view

This commit is contained in:
Mattia Astorino 2018-05-27 19:12:49 +02:00
parent 5132044a16
commit 1e6150b826
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
2 changed files with 6 additions and 1 deletions

View file

@ -61,6 +61,10 @@ const accentsProperties: IGenericObject <IAccentCustomProperty> = {
'editorWidget.border': {
alpha: 100,
value: undefined
},
'settings.modifiedItemForeground': {
alpha: 100,
value: undefined
}
};

View file

@ -819,6 +819,7 @@
"gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90",
"gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90",
"gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90",
"peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70"
"peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70",
"settings.modifiedItemForeground": "{{commons.accents.Teal}}"
}
}