From 4dfc8ec05cc27acbfbd1c27446a3b291c37b0385 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 29 Nov 2018 21:23:27 +0100 Subject: [PATCH] fix: Add support to the new dirty tab indicator Close #290 --- src/themes/theme-template-color-theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 4a7d64e..5929074 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -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}}",