diff --git a/package.json b/package.json index f0e41e3..bb0e15c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "typper-theme", "displayName": "typper-theme", "description": "The Typper theme for VS Code is a sleek representation of the innovative AI startup Typper, offering a modern color palette that complements their vibrant branding. Optimized for clarity, the theme enhances productivity and aesthetic pleasure for developers.", - "version": "0.0.4", + "version": "0.0.5", "publisher": "Typper", "icon": "icon.png", "engines": { diff --git a/themes/Typper-color-theme.json b/themes/Typper-color-theme.json index ac3db87..82b6035 100644 --- a/themes/Typper-color-theme.json +++ b/themes/Typper-color-theme.json @@ -14,12 +14,21 @@ "titleBar.activeForeground": "#FBFFF6", "button.background": "#0047FD", "button.foreground": "#FBFFF6", - "button.hoverBackground": "#FFABC7", + "button.hoverBackground": "#0139CB", "editorCursor.foreground": "#0047FD", "editor.selectionBackground": "#0047FD60", "editorLineNumber.foreground": "#FBFFF699", "editorLineNumber.activeForeground": "#FBFFF6", - "editorWhitespace.foreground": "#FBFFF61A" + "editorWhitespace.foreground": "#FBFFF61A", + "editorGroupHeader.tabsBackground": "#10142C", + "tab.inactiveBackground": "#10142C", + "tab.activeBackground": "#2A2B57", + "tab.hoverBackground": "#2A2B57", + "tab.unfocusedHoverBackground": "#2A2B57", + "editorWidget.background": "#10142C", + "editorWidget.border": "#0047FD", + "tab.inactiveForeground": "#FBFFF699", + "tab.activeForeground": "#FBFFF6" }, "tokenColors": [ {