diff --git a/CHANGELOG.md b/CHANGELOG.md index f80afa0..8782c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.0] - 2022-06-10 + +### Added + +- Colors for extension sponsor button +- Sponsor link + ## [1.6.0] - 2022-03-04 ### Added @@ -121,6 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release +[1.7.0]: https://github.com/Pustur/rapture-vscode/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/Pustur/rapture-vscode/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/Pustur/rapture-vscode/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/Pustur/rapture-vscode/compare/1.3.0...1.4.0 diff --git a/package.json b/package.json index a7f0ff0..0686c8d 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,11 @@ "theme": "dark" }, "license": "MIT", + "sponsor": { + "url": "https://buymeacoffee.com/Pustur" + }, "description": "A dark blue theme with bright accents inspired by the fictional city of Rapture", - "version": "1.6.0", + "version": "1.7.0", "engines": { "vscode": "^1.48.0" }, diff --git a/themes/Rapture-color-theme.json b/themes/Rapture-color-theme.json index ffe02dc..93de66c 100644 --- a/themes/Rapture-color-theme.json +++ b/themes/Rapture-color-theme.json @@ -6,6 +6,7 @@ // "contrastActiveBorder": "#12345600", // "contrastBorder": "#12345600", "descriptionForeground": "#92beeea0", + // "disabledForeground": "#12345600", "errorForeground": "#fc644d", "focusBorder": "#92beee80", "foreground": "#c0c9e5", @@ -190,6 +191,9 @@ "editorGroup.border": "#304b66", "editorGroup.dropBackground": "#42618540", + // "editorGroup.dropIntoPromptBackground": "#12345600", + // "editorGroup.dropIntoPromptBorder": "#12345600", + // "editorGroup.dropIntoPromptForeground": "#12345600", // "editorGroup.emptyBackground": "#12345600", // "editorGroup.focusedEmptyBorder": "#12345600", @@ -276,6 +280,7 @@ // "editorSuggestWidget.selectedIconForeground": "#12345600", // "editorSuggestWidgetStatus.foreground": "#12345600", + // "editorUnicodeHighlight.background": "#12345600", "editorUnicodeHighlight.border": "#e6a42a", // "editorUnnecessaryCode.border": "#12345600", @@ -300,6 +305,8 @@ "extensionIcon.preReleaseForeground": "#426185", "extensionIcon.starForeground": "#7afde1", // "extensionIcon.verifiedForeground": "#12345600", + "extensionSponsorButton.background": "#7afde1b0", + "extensionSponsorButton.hoverBackground": "#7afde1", "gitDecoration.addedResourceForeground": "#7afde1", "gitDecoration.conflictingResourceForeground": "#ff4fa1",