diff --git a/CHANGELOG.md b/CHANGELOG.md index 2664a89..aa4a3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "catppuccin-noctis" extension will be documented in t Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## 2.2.3 + +- udpate statusbar coloring + ## 2.2.2 - fix extensionIcon.preReleaseForeground diff --git a/package.json b/package.json index 51e322a..1dcf3c3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Catppuccin Noctis", "description": "Catppuccin palette with Noctis syntax highlighting!", "publisher": "alexdauenhauer", - "version": "2.2.2", + "version": "2.2.3", "icon": "images/logo.jpg", "engines": { "vscode": "^1.63.0" diff --git "a/themes/Catppuccin Noctis Frapp\303\251-color-theme.json" "b/themes/Catppuccin Noctis Frapp\303\251-color-theme.json" index e966c34..cf715de 100644 --- "a/themes/Catppuccin Noctis Frapp\303\251-color-theme.json" +++ "b/themes/Catppuccin Noctis Frapp\303\251-color-theme.json" @@ -419,7 +419,7 @@ "statusBar.noFolderForeground": "#626880", "statusBarItem.hoverBackground": "#232634", "statusBarItem.hoverForeground": "#babbf1", - "statusBarItem.activeBackground": "#ca9ee6", + "statusBarItem.activeBackground": "#626880", "statusBarItem.errorBackground": "#232634", "statusBarItem.errorForeground": "#e78284", "statusBarItem.prominentBackground": "#292c3c", @@ -429,6 +429,7 @@ "statusBarItem.remoteBackground": "#babbf1", "statusBarItem.remoteForeground": "#232634", "statusBarItem.remoteHoverBackground": "#ca9ee6", + "statusBarItem.remoteHoverForeground": "#232634", "statusBarItem.warningBackground": "#232634", "statusBarItem.warningForeground": "#e5c890", "tab.activeBackground": "#303446", diff --git a/themes/Catppuccin Noctis Latte-color-theme.json b/themes/Catppuccin Noctis Latte-color-theme.json index 002e247..99629c0 100644 --- a/themes/Catppuccin Noctis Latte-color-theme.json +++ b/themes/Catppuccin Noctis Latte-color-theme.json @@ -419,7 +419,7 @@ "statusBar.noFolderForeground": "#acb0be", "statusBarItem.hoverBackground": "#dce0e8", "statusBarItem.hoverForeground": "#7287fd", - "statusBarItem.activeBackground": "#8839ef", + "statusBarItem.activeBackground": "#acb0be", "statusBarItem.errorBackground": "#dce0e8", "statusBarItem.errorForeground": "#d20f39", "statusBarItem.prominentBackground": "#e6e9ef", @@ -429,6 +429,7 @@ "statusBarItem.remoteBackground": "#7287fd", "statusBarItem.remoteForeground": "#dce0e8", "statusBarItem.remoteHoverBackground": "#8839ef", + "statusBarItem.remoteHoverForeground": "#dce0e8", "statusBarItem.warningBackground": "#dce0e8", "statusBarItem.warningForeground": "#df8e1d", "tab.activeBackground": "#eff1f5", diff --git a/themes/Catppuccin Noctis Macchiato-color-theme.json b/themes/Catppuccin Noctis Macchiato-color-theme.json index 5c6d029..c1b164e 100644 --- a/themes/Catppuccin Noctis Macchiato-color-theme.json +++ b/themes/Catppuccin Noctis Macchiato-color-theme.json @@ -419,7 +419,7 @@ "statusBar.noFolderForeground": "#5b6078", "statusBarItem.hoverBackground": "#181926", "statusBarItem.hoverForeground": "#b7bdf8", - "statusBarItem.activeBackground": "#c6a0f6", + "statusBarItem.activeBackground": "#5b6078", "statusBarItem.errorBackground": "#1e2030", "statusBarItem.errorForeground": "#ed8796", "statusBarItem.prominentBackground": "#1e2030", @@ -429,6 +429,7 @@ "statusBarItem.remoteBackground": "#b7bdf8", "statusBarItem.remoteForeground": "#181926", "statusBarItem.remoteHoverBackground": "#c6a0f6", + "statusBarItem.remoteHoverForeground": "#181926", "statusBarItem.warningBackground": "#181926", "statusBarItem.warningForeground": "#eed49f", "tab.activeBackground": "#24273a", diff --git a/themes/Catppuccin Noctis Mocha-color-theme.json b/themes/Catppuccin Noctis Mocha-color-theme.json index 9200eda..9c06122 100644 --- a/themes/Catppuccin Noctis Mocha-color-theme.json +++ b/themes/Catppuccin Noctis Mocha-color-theme.json @@ -419,7 +419,7 @@ "statusBar.noFolderForeground": "#585b70", "statusBarItem.hoverBackground": "#11111b", "statusBarItem.hoverForeground": "#b4befe", - "statusBarItem.activeBackground": "#cba6f7", + "statusBarItem.activeBackground": "#585b70", "statusBarItem.errorBackground": "#11111b", "statusBarItem.errorForeground": "#f38ba8", "statusBarItem.prominentBackground": "#181825", @@ -429,6 +429,7 @@ "statusBarItem.remoteBackground": "#b4befe", "statusBarItem.remoteForeground": "#11111b", "statusBarItem.remoteHoverBackground": "#cba6f7", + "statusBarItem.remoteHoverForeground": "#11111b", "statusBarItem.warningBackground": "#11111b", "statusBarItem.warningForeground": "#f9e2af", "tab.activeBackground": "#1e1e2e",