parent
b9930960f0
commit
905e99ae01
3 changed files with 10 additions and 3 deletions
|
@ -65,6 +65,10 @@ const accentsProperties: IGenericObject <IAccentCustomProperty> = {
|
|||
'settings.modifiedItemForeground': {
|
||||
alpha: 100,
|
||||
value: undefined
|
||||
},
|
||||
'panelTitle.activeBorder': {
|
||||
alpha: 100,
|
||||
value: undefined
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -214,4 +214,4 @@
|
|||
"_folder_dark",
|
||||
"_folder_light"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -787,13 +787,16 @@
|
|||
"editorError.foreground": "{{variant.scheme.base.red}}70",
|
||||
"editorWarning.foreground": "{{variant.scheme.base.green}}70",
|
||||
"editorWidget.background": "{{variant.scheme.backgroundAlt}}",
|
||||
"editor.findWidgetResizeBorder": "{{commons.accents.Teal}}",
|
||||
"editorWidget.resizeBorder": "{{commons.accents.Teal}}",
|
||||
"editorWidget.border": "{{variant.scheme.base.Teal}}",
|
||||
"editorMarkerNavigation.background": "{{variant.scheme.foreground}}05",
|
||||
"widget.shadow": "{{variant.scheme.shadow}}",
|
||||
"panel.border": "{{variant.scheme.contrastBorder}}60",
|
||||
"panel.background": "{{variant.scheme.backgroundAlt}}",
|
||||
"panelTitle.activeForeground": "{{variant.scheme.foreground}}",
|
||||
"panel.dropBackground": "{{variant.scheme.foreground}}",
|
||||
"panelTitle.inactiveForeground": "{{variant.scheme.foreground}}",
|
||||
"panelTitle.activeForeground": "{{variant.scheme.tabActiveForeground}}",
|
||||
"panelTitle.activeBorder": "{{commons.accents.Teal}}",
|
||||
"diffEditor.insertedTextBackground": "{{variant.scheme.base.green}}15",
|
||||
"diffEditor.removedTextBackground": "{{variant.scheme.base.red}}20",
|
||||
"notifications.background": "{{variant.scheme.background}}",
|
||||
|
|
Loading…
Reference in a new issue