Skip to content

Commit

Permalink
update status bar coloring (#49)
Browse files Browse the repository at this point in the history
* update statusbar coloring

* package and changelog
  • Loading branch information
alexdauenhauer authored Nov 29, 2023
1 parent 47a9284 commit 19deeeb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion themes/Catppuccin Noctis Frappé-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion themes/Catppuccin Noctis Latte-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion themes/Catppuccin Noctis Macchiato-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion themes/Catppuccin Noctis Mocha-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 19deeeb

Please sign in to comment.