From d1b2b65dd3f804999bd2e1cc5e62490366f4dbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barros?= Date: Sat, 3 Feb 2024 16:45:11 -0300 Subject: [PATCH] Update package.json and color themes --- package.json | 2 +- themes/typper-dark-color-theme.json | 4 +++- themes/typper-light-color-theme.json | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d11ebc5..a045b1c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "typper-theme", "displayName": "Typper Themes", "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.13", + "version": "0.0.14", "publisher": "Typper", "icon": "icon.png", "engines": { diff --git a/themes/typper-dark-color-theme.json b/themes/typper-dark-color-theme.json index 467cbf6..ac2a2d2 100644 --- a/themes/typper-dark-color-theme.json +++ b/themes/typper-dark-color-theme.json @@ -28,7 +28,9 @@ "editorWidget.background": "#10142C", "editorWidget.border": "#0047FD", "tab.inactiveForeground": "#FBFFF699", - "tab.activeForeground": "#FBFFF6" + "tab.activeForeground": "#FBFFF6", + "input.background": "#10142C", + "input.border": "#0047FD" }, "tokenColors": [ { diff --git a/themes/typper-light-color-theme.json b/themes/typper-light-color-theme.json index d24bbb2..64ea8a0 100644 --- a/themes/typper-light-color-theme.json +++ b/themes/typper-light-color-theme.json @@ -31,7 +31,9 @@ "tab.activeBorder": "#0047FD", "tab.unfocusedActiveBorder": "#FBFFF6", "editor.selectionBackground": "#D3D3D360", - "editor.lineHighlightBackground": "#00000010" + "editor.lineHighlightBackground": "#00000010", + "input.background": "#FBFFF6", + "input.border": "#0047FD" }, "tokenColors": [ {