From 6d243f2ac4f21027c900d8f19ea215f9ee0e9acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barros?= Date: Sat, 3 Feb 2024 02:07:58 -0300 Subject: [PATCH] Update package.json and Typper-color-theme.json --- package.json | 2 +- themes/Typper-color-theme.json | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) 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": [ {