From 7b6e81e8149ebb0f6fc18485223a34db6a7001e5 Mon Sep 17 00:00:00 2001
From: Rob O'Leary <3703647+robole@users.noreply.github.com>
Date: Wed, 8 Nov 2023 20:38:54 +0200
Subject: [PATCH] v1.2 - adjust theme color
---
CHANGELOG.md | 7 +++++++
README.md | 16 ++++++++--------
package.json | 2 +-
todo.md | 2 +-
4 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5775a0..ffdd6e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project are 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.2.0] - 2023-11-08
+
+### Changed
+
+- Change theme `galleryBanner.color` to a darker, less saturated blue in *package.json*.
+- Use same color as above for background of badges in *README.md*.
+
## [1.1.0] - 2023-11-08
### Changed
diff --git a/README.md b/README.md
index 8906bb1..12763be 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@
View and edit all your snippets in one purty place. Yee-haw!
-
-
-
+
+
-
-
-
-
+
+
+
+
@@ -83,7 +83,7 @@ To gather and render approx 6000 snippets sourced from 18 different files, it ta
Contributions are welcome. If you have a suggestion or find a bug, please file an issue. Please do not offer a PR without raising an issue first, my time for reviews are limited.
-To help other people find the extension, you can [star the repo 🌟](https://github.com/robole/vscode-snippets-ranger), and leave a positive review in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.snippets-ranger&ssr=false#review-details) or [Open VSX Registry](https://open-vsx.org/extension/robole/snippets-ranger/reviews).
+To help other people find the extension, you can [star the repo 🌟](https://github.com/robole/vscode-snippets-ranger), and leave a positive review in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.snippets-ranger&ssr=false#review-details) or [Open VSX Registry](https://open-vsx.org/extension/robole/snippets-ranger/reviews). A recommendation on social media or on your blog is welcome too!
You can [support me](https://ko-fi.com/roboleary) to make issues in this project a higher priority and allow me to dedicate more time I can dedicate to open-source projects.
diff --git a/package.json b/package.json
index 5adc7e9..4a7232f 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"Snippets"
],
"galleryBanner": {
- "color": "#6666FF",
+ "color": "#4747d1",
"theme": "dark"
},
"keywords": [
diff --git a/todo.md b/todo.md
index fe87cb5..bb5074c 100644
--- a/todo.md
+++ b/todo.md
@@ -1,6 +1,6 @@
# To Do
-1. TOC entry for an extension leds to first file table being slightly obscured.
+1. TOC entry for an extension leds to view with first row of the first file table being slightly obscured.
## Changes to consider