diff --git a/extensions/theme-abyss/themes/abyss-color-theme.json b/extensions/theme-abyss/themes/abyss-color-theme.json index b673068313d2530e7c61a817ef87a46e970990bc..97a00927b5535a2a67afddf2e1e9be2c52a50148 100644 --- a/extensions/theme-abyss/themes/abyss-color-theme.json +++ b/extensions/theme-abyss/themes/abyss-color-theme.json @@ -256,6 +256,20 @@ "editorInvisibles": "#002040", "editorLineHighlight": "#082050", "editorSelection": "#770811", - "editorGuide": "#002952" + "editorGuide": "#002952", + + // Workbench Colors + "tabsContainerBackground": "#1c1c2a", + "inactiveTabBackground": "#10192c", + "tabBorder": "#2b2b4a", + "editorGroupBorder": "#2b2b4a", + "editorGroupBackground": "#1c1c2a", + "editorDragAndDropBackground": "#25375daa", + "panelBorderTopColor": "#2b2b4a", + "statusBarBackground": "#10192c", + "activityBarBackground": "#051336", + "sideBarBackground": "#060621", + "titleBarActiveBackground": "#10192c", + "titleBarInactiveBackground": "#10192caa" } } \ No newline at end of file