Skip to content

Commit

Permalink
🔀 Merge branch 'release/1.0.2' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Sep 25, 2020
2 parents 1938021 + 1992da8 commit aa3884e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@ 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.0.2]

### Fixed

- Highlighted variable color was not showing in scrollbar

## [1.0.1]

### Fixed

- Fixed `.vscodeignore` file to allow readme and images to be published
- `.vscodeignore` file to allow readme and images to be published

## [1.0.0]

- Initial release

[1.0.2]: https://github.com/Pustur/rapture-vscode/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/Pustur/rapture-vscode/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/Pustur/rapture-vscode/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"description": "A dark blue theme with bright accents inspired by the fictional city of Rapture",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"vscode": "^1.48.0"
},
Expand Down
4 changes: 2 additions & 2 deletions themes/Rapture-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
// "editorOverviewRuler.rangeHighlightForeground": "#12345600", // WHERE?
"editorOverviewRuler.selectionHighlightForeground": "#7afde140",
"editorOverviewRuler.warningForeground": "#e6a42a",
"editorOverviewRuler.wordHighlightForeground": "#00000000",
"editorOverviewRuler.wordHighlightStrongForeground": "#00000000",
"editorOverviewRuler.wordHighlightForeground": "#7afde140",
"editorOverviewRuler.wordHighlightStrongForeground": "#7afde140",

"editorPane.background": "#0d1721",

Expand Down

0 comments on commit aa3884e

Please sign in to comment.