Skip to content

Commit

Permalink
Revert "update extensionIcon.preReleaseForeground (#45)"
Browse files Browse the repository at this point in the history
This reverts commit b8eaa68.
  • Loading branch information
alexdauenhauer authored Nov 25, 2023
1 parent b8eaa68 commit b59aff8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ 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.2

- fix extensionIcon.preReleaseForeground

## 2.2.1

- change inputValidation error and warning backgrounds to not be transparent
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.1",
"icon": "images/logo.jpg",
"engines": {
"vscode": "^1.63.0"
Expand Down
2 changes: 1 addition & 1 deletion themes/Catppuccin Noctis Mocha-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"extensionButton.prominentBackground": "#a6e3a1",
"extensionButton.prominentForeground": "#181825",
"extensionButton.prominentHoverBackground": "#a6e3a1",
"extensionIcon.preReleaseForeground": "#cba6f7",
"extensionIcon.preReleaseForeground": "#f5e0dc",
"extensionIcon.sponsorForeground": "#f5c2e7",
"extensionIcon.starForeground": "#f9e2af",
"extensionIcon.verifiedForeground": "#a6e3a1",
Expand Down

0 comments on commit b59aff8

Please sign in to comment.