From 2c757dda79738f239c60bf0b821a5b0e86bfd593 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sun, 19 Jul 2020 15:01:08 -0400 Subject: Publish v1.3.0 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf4ba5..6525f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how * [Flat-Plat] Early development * [Pocillo Dark] Early development +## v1.3.0 + +### Changed + +* New grid of theme thumbnails in README, plus separate gallery page (thanks @waldyrious!) +* [Yaru], [Yaru Dark] More accurate colors for 20.04 (thanks @Feichtmeier!) +* [Yaru], [Yaru Dark] More legible, consistent selection highlighting + ## v1.2.0 ### Added diff --git a/README.md b/README.md index 4084437..694e551 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Linux Themes for Visual Studio Code -[![GitHub license](https://img.shields.io/github/license/rdnlsmith/vscode-arc-theme.svg)](https://raw.githubusercontent.com/rdnlsmith/vscode-arc-theme/master/LICENSE) [![Download](https://img.shields.io/badge/VS%20Code-v1.2.0-green.svg)](https://marketplace.visualstudio.com/items?itemName=rdnlsmith.linux-themes) [![GitHub issues](https://img.shields.io/github/issues/rdnlsmith/vscode-arc-theme.svg)](https://github.com/rdnlsmith/vscode-arc-theme/issues) +[![GitHub license](https://img.shields.io/github/license/rdnlsmith/vscode-linux-themes.svg)](https://raw.githubusercontent.com/rdnlsmith/vscode-linux-themes/master/LICENSE) [![Download](https://img.shields.io/badge/VS%20Code-v1.3.0-green.svg)](https://marketplace.visualstudio.com/items?itemName=rdnlsmith.linux-themes) [![GitHub issues](https://img.shields.io/github/issues/rdnlsmith/vscode-linux-themes.svg)](https://github.com/rdnlsmith/vscode-linux-themes/issues) ## Integrated color themes for the most popular Linux GTK themes These VS Code themes blend seamlessly with your GTK themes to provide a more integrated experience. @@ -61,6 +61,6 @@ See [CHANGELOG.md](./CHANGELOG.md) for historical changelogs. ### Contribute -Head over to the [GitHub Repository](https://github.com/rdnlsmith/vscode-arc-theme) to contribute. +Head over to the [GitHub Repository](https://github.com/rdnlsmith/vscode-linux-themes) to contribute. **Enjoy!** diff --git a/package.json b/package.json index fddf10d..d21863c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "linux-themes", "displayName": "Linux Themes for VS Code", "description": "Color themes designed to match the popular Ubuntu themes.", - "version": "1.2.0", + "version": "1.3.0", "publisher": "rdnlsmith", "icon": "icon.png", "license": "GPL-3.0", @@ -12,7 +12,7 @@ }, "repository": { "type": "GitHub", - "url": "https://github.com/rdnlsmith/vscode-arc-theme" + "url": "https://github.com/rdnlsmith/vscode-linux-themes" }, "engines": { "vscode": "^1.12.0" -- cgit v1.2.3