feat: Add support to the new settings view
This commit is contained in:
parent
5132044a16
commit
1e6150b826
2 changed files with 6 additions and 1 deletions
|
@ -61,6 +61,10 @@ const accentsProperties: IGenericObject <IAccentCustomProperty> = {
|
||||||
'editorWidget.border': {
|
'editorWidget.border': {
|
||||||
alpha: 100,
|
alpha: 100,
|
||||||
value: undefined
|
value: undefined
|
||||||
|
},
|
||||||
|
'settings.modifiedItemForeground': {
|
||||||
|
alpha: 100,
|
||||||
|
value: undefined
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -819,6 +819,7 @@
|
||||||
"gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90",
|
"gitDecoration.modifiedResourceForeground": "{{variant.scheme.base.blue}}90",
|
||||||
"gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90",
|
"gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90",
|
||||||
"gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90",
|
"gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90",
|
||||||
"peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70"
|
"peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70",
|
||||||
|
"settings.modifiedItemForeground": "{{commons.accents.Teal}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue