From 0a904292a033a3bfed5f219e221b5b12ae5d296e Mon Sep 17 00:00:00 2001 From: Swashata Ghosh Date: Thu, 7 Jun 2018 19:11:57 +0530 Subject: [PATCH] feat: version 1.2.0 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad7d88..151e145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to the "beautiful-ui" extension will be documented in this f Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.2.0] `2018-06-07` + +- Fix alpha calculation of color schemes. No more weird alpha output. +- Add 4 minimal color theme. +- Add Tomorrow Subliminal theme (Just a combination of minimal + tomorrow). + ## [1.1.2] `2018-05-09` - Fix vsce issue. diff --git a/README.md b/README.md index 95bf020..d84ca44 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

-A collection of [VSCode](https://code.visualstudio.com/) themes inspired from +A collection of **32** [VSCode](https://code.visualstudio.com/) themes inspired from the awesome [Sublime DA CS](https://github.com/ihodev/sublime-da-cs). I am not at all the original author of the color scheme. This project was born diff --git a/package.json b/package.json index b8271b2..fb532de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beautiful-ui", "displayName": "Beautiful UI", - "description": "A set of beautiful color themes for VSCode, inspired by Sublime DA UI.", + "description": "A set of 32 beautiful color themes for VSCode, inspired by Sublime DA UI.", "version": "1.2.0", "publisher": "swashata", "icon": "bui-icon.png", @@ -21,7 +21,7 @@ "Themes" ], "keywords": [ - "Light Theme", "Dark Theme", "Tomorrow", "One", "Ayu" + "Light Theme", "Dark Theme", "Tomorrow", "Monokai", "Ayu" ], "badges": [ {