diff --git a/.changeset/blue-dodos-complain.md b/.changeset/blue-dodos-complain.md new file mode 100644 index 0000000..e45cfe0 --- /dev/null +++ b/.changeset/blue-dodos-complain.md @@ -0,0 +1,5 @@ +--- +"houston": patch +--- + +Increase contrast of text highlight and fix visibility of whitespace markers diff --git a/.changeset/yellow-turtles-beam.md b/.changeset/yellow-turtles-beam.md new file mode 100644 index 0000000..971815b --- /dev/null +++ b/.changeset/yellow-turtles-beam.md @@ -0,0 +1,5 @@ +--- +"houston": patch +--- + +Reduce scrollbar opacity to show minimap colours diff --git a/CHANGELOG.md b/CHANGELOG.md index 578d3a8..e6b9498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,5 @@ # Change Log -## 0.1.1 - -### Patch Changes - -- [#24](https://github.com/withastro/houston-vscode/pull/24) [`a959330`](https://github.com/withastro/houston-vscode/commit/a959330f5bf95e560211806ab61b3d0f9ed4a108) Thanks [@VoxelMC](https://github.com/VoxelMC)! - Increase contrast of text highlight and fix visibility of whitespace markers - -- [#23](https://github.com/withastro/houston-vscode/pull/23) [`d297233`](https://github.com/withastro/houston-vscode/commit/d297233be95e3f8fdecc22e4ffa92bb0e7265592) Thanks [@VoxelMC](https://github.com/VoxelMC)! - Reduce scrollbar opacity to show minimap colours - ## v0.1.0 - Improve comment contrast diff --git a/package.json b/package.json index 7ccf50a..3227048 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "publisher": "astro-build", "displayName": "Houston", "description": "A theme featuring cool blues, minty greens, and soft purples", - "version": "0.1.1", + "version": "0.1.0", "repository": { "type": "git", "url": "https://github.com/withastro/houston-vscode.git"