From ea104cedec7eb4b4d8df2b6f3d31bba75bd741ac Mon Sep 17 00:00:00 2001 From: Nicolai Brandt Date: Tue, 4 May 2021 12:20:23 +0200 Subject: [PATCH 1/2] fix tab colors --- themes/nord-color-theme.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/nord-color-theme.json b/themes/nord-color-theme.json index 40cee56..7f7134c 100644 --- a/themes/nord-color-theme.json +++ b/themes/nord-color-theme.json @@ -62,8 +62,8 @@ "editorGroup.border": "#3b425201", "editorGroup.dropBackground": "#3b425299", "editorGroupHeader.border": "#3b425200", - "editorGroupHeader.noTabsBackground": "#2e3440", - "editorGroupHeader.tabsBackground": "#2e3440", + "editorGroupHeader.noTabsBackground": "#3b4252", + "editorGroupHeader.tabsBackground": "#3b4252", "editorGroupHeader.tabsBorder": "#3b425200", "editorGutter.background": "#2e3440", "editorGutter.modifiedBackground": "#ebcb8b", @@ -212,17 +212,17 @@ "statusBarItem.prominentBackground": "#3b4252", "statusBarItem.prominentHoverBackground": "#434c5e", "statusBar.border": "#3b425200", - "tab.activeBackground": "#3b4252", - "tab.activeForeground": "#d8dee9", + "tab.activeBackground": "#2e3440", + "tab.activeForeground": "#d8dee966", "tab.border": "#3b425200", "tab.activeBorder": "#88c0d000", "tab.unfocusedActiveBorder": "#88c0d000", - "tab.inactiveBackground": "#2e3440", - "tab.inactiveForeground": "#d8dee966", + "tab.inactiveBackground": "#3b4252", + "tab.inactiveForeground": "#d8dee9", "tab.unfocusedActiveForeground": "#d8dee999", "tab.unfocusedInactiveForeground": "#d8dee966", - "tab.hoverBackground": "#3b4252cc", - "tab.unfocusedHoverBackground": "#3b4252b3", + "tab.hoverBackground": "#434c5ecc", + "tab.unfocusedHoverBackground": "#434c5eb3", "tab.hoverBorder": "#88c0d000", "tab.unfocusedHoverBorder": "#88c0d000", "tab.activeBorderTop": "#88c0d000", From 21cfe4745d16f84daef3f9d85686532b62a9ee6f Mon Sep 17 00:00:00 2001 From: Nicolai Brandt Date: Tue, 4 May 2021 12:52:34 +0200 Subject: [PATCH 2/2] switch active and inactive foreground colors --- themes/nord-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/nord-color-theme.json b/themes/nord-color-theme.json index 7f7134c..86d0484 100644 --- a/themes/nord-color-theme.json +++ b/themes/nord-color-theme.json @@ -213,12 +213,12 @@ "statusBarItem.prominentHoverBackground": "#434c5e", "statusBar.border": "#3b425200", "tab.activeBackground": "#2e3440", - "tab.activeForeground": "#d8dee966", + "tab.activeForeground": "#d8dee9", "tab.border": "#3b425200", "tab.activeBorder": "#88c0d000", "tab.unfocusedActiveBorder": "#88c0d000", "tab.inactiveBackground": "#3b4252", - "tab.inactiveForeground": "#d8dee9", + "tab.inactiveForeground": "#d8dee966", "tab.unfocusedActiveForeground": "#d8dee999", "tab.unfocusedInactiveForeground": "#d8dee966", "tab.hoverBackground": "#434c5ecc",