From 7c2d415d10ec0d67d392e0bd3406e9ede8b3be10 Mon Sep 17 00:00:00 2001 From: Ivan Tolmachev <37975884+tolmv@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:34:49 +0300 Subject: [PATCH] :lipstick: Make lighet Foreground --- themes/pustota-color-theme.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/themes/pustota-color-theme.json b/themes/pustota-color-theme.json index 00c9d22..fc33a5a 100644 --- a/themes/pustota-color-theme.json +++ b/themes/pustota-color-theme.json @@ -6,7 +6,7 @@ // Colors: // Black: #0A0E14 // Grey: #B3B1AD - // Light grey: #B3B1ADBF // 75% alpha + // Dark grey: #B3B1ADBF // 75% alpha // Yellow: #E6B450 // Orange: #FFB454 // Red: #FF8F40 @@ -114,7 +114,7 @@ // Sidebar "sideBar.background": "#0A0E14", "sideBar.border": "#0A0E14", - "sideBar.foreground": "#B3B1ADBF", + "sideBar.foreground": "#B3B1ADDF", "sideBarSectionHeader.background": "#0A0E14", "sideBarSectionHeader.border": "#0A0E14", "sideBarSectionHeader.foreground": "#B3B1ADBF", @@ -234,7 +234,7 @@ "tab.activeForeground": "#b3b1ad", "tab.border": "#0A0E14", "tab.inactiveBackground": "#0a0e14", - "tab.inactiveForeground": "#4d5566", + "tab.inactiveForeground": "#b3b1adBF", "tab.unfocusedActiveBorder": "#4d5566", "tab.unfocusedActiveForeground": "#4d5566", "tab.unfocusedInactiveForeground": "#4d5566", @@ -260,6 +260,15 @@ "terminal.background": "#0a0e14", "terminal.foreground": "#b3b1ad", + //Menu + "menu.background": "#0A0E14", + "menu.foreground": "#B3B1ADBF", + "menu.selectionBackground": "#0A0E14", + "menu.selectionForeground": "#E6B450", + "menu.separatorBackground": "#B3B1ADBF", + "menubar.selectionBackground": "#0A0E14", + "menubar.selectionForeground": "#B3B1ADBF", + // Other "extensionButton.prominentBackground": "#e6b450", "extensionButton.prominentForeground": "#0a0e14",