fix: Add support to the new dirty tab indicator

Close #290
This commit is contained in:
Mattia Astorino 2018-11-29 21:23:27 +01:00
parent b5464dcbae
commit 4dfc8ec05c
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

View file

@ -714,6 +714,7 @@
"editorGutter.addedBackground": "{{variant.scheme.base.green}}60",
"editorGutter.deletedBackground": "{{variant.scheme.base.red}}60",
"tab.activeBorder": "{{commons.accents.Teal}}",
"tab.activeModifiedBorder": "{{variant.scheme.sidebarForeground}}",
"tab.unfocusedActiveBorder": "{{variant.scheme.comments}}",
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
"tab.inactiveForeground": "{{variant.scheme.sidebarForeground}}",