From b59aff8085de04f6f65f29aa0a23897f5415cf75 Mon Sep 17 00:00:00 2001 From: Alex Dauenhauer Date: Fri, 24 Nov 2023 21:34:14 -0800 Subject: [PATCH] Revert "update extensionIcon.preReleaseForeground (#45)" This reverts commit b8eaa68c55351f17952035f2cec18b9cb1bb891f. --- CHANGELOG.md | 4 ---- package.json | 2 +- themes/Catppuccin Noctis Mocha-color-theme.json | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2664a89..3ef1a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 51e322a..14b1dc8 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.1", "icon": "images/logo.jpg", "engines": { "vscode": "^1.63.0" diff --git a/themes/Catppuccin Noctis Mocha-color-theme.json b/themes/Catppuccin Noctis Mocha-color-theme.json index 9200eda..d4ac82c 100644 --- a/themes/Catppuccin Noctis Mocha-color-theme.json +++ b/themes/Catppuccin Noctis Mocha-color-theme.json @@ -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",