Skip to content

Commit

Permalink
🔀 Merge branch 'release/1.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Jun 10, 2022
2 parents d6014bb + 8b3326a commit ed423cc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
7 changes: 7 additions & 0 deletions themes/Rapture-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// "contrastActiveBorder": "#12345600",
// "contrastBorder": "#12345600",
"descriptionForeground": "#92beeea0",
// "disabledForeground": "#12345600",
"errorForeground": "#fc644d",
"focusBorder": "#92beee80",
"foreground": "#c0c9e5",
Expand Down Expand Up @@ -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",

Expand Down Expand Up @@ -276,6 +280,7 @@
// "editorSuggestWidget.selectedIconForeground": "#12345600",
// "editorSuggestWidgetStatus.foreground": "#12345600",

// "editorUnicodeHighlight.background": "#12345600",
"editorUnicodeHighlight.border": "#e6a42a",

// "editorUnnecessaryCode.border": "#12345600",
Expand All @@ -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",
Expand Down

0 comments on commit ed423cc

Please sign in to comment.