From 778a117c69c06883ba5881f1cec76b82db68e44c Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Thu, 31 Jan 2019 22:58:36 -0500 Subject: Update vscode-theme-generator to 0.0.21 Add support for the "modified tab" borders introduced in VS Code v. 1.29. --- themes/dark/yaru.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/dark/yaru.json') diff --git a/themes/dark/yaru.json b/themes/dark/yaru.json index 487a283..42f7ba5 100644 --- a/themes/dark/yaru.json +++ b/themes/dark/yaru.json @@ -353,6 +353,10 @@ "tab.border": "#00000033", "tab.activeBorder": "#e95420", "tab.inactiveBackground": "#383838", + "tab.activeModifiedBorder": "#e95420", + "tab.inactiveModifiedBorder": "#8b3213", + "tab.unfocusedActiveModifiedBorder": "#ba4319", + "tab.unfocusedInactiveModifiedBorder": "#8b3213", "editor.background": "#2f2f2f", "editor.foreground": "#FFFFFF", "editorLineNumber.foreground": "#FFFFFF4d", -- cgit v1.2.3