diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c73c8..c86f1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2ca4d0f..61e016c 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/themes/Rapture-color-theme.json b/themes/Rapture-color-theme.json index 81e0931..97095d9 100644 --- a/themes/Rapture-color-theme.json +++ b/themes/Rapture-color-theme.json @@ -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",