diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-01-31 22:58:36 -0500 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-01-31 22:58:36 -0500 |
commit | 778a117c69c06883ba5881f1cec76b82db68e44c (patch) | |
tree | 89ca19113badda3cb69bfac97f6f4a6ac52c179e /themes/dark | |
parent | 7967801ccec6f76139c8b0a33449ae85f5008f04 (diff) |
Update vscode-theme-generator to 0.0.21
Add support for the "modified tab" borders introduced in VS Code v.
1.29.
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/yaru.json | 4 |
1 files changed, 4 insertions, 0 deletions
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", |