diff --git a/themes/nord-color-theme.json b/themes/nord-color-theme.json index 40cee56..86d0484 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.activeBackground": "#2e3440", "tab.activeForeground": "#d8dee9", "tab.border": "#3b425200", "tab.activeBorder": "#88c0d000", "tab.unfocusedActiveBorder": "#88c0d000", - "tab.inactiveBackground": "#2e3440", + "tab.inactiveBackground": "#3b4252", "tab.inactiveForeground": "#d8dee966", "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",