Skip to content

Commit

Permalink
feat: version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Jun 7, 2018
1 parent 8d29f73 commit 0a90429
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</a>
</p>

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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,7 +21,7 @@
"Themes"
],
"keywords": [
"Light Theme", "Dark Theme", "Tomorrow", "One", "Ayu"
"Light Theme", "Dark Theme", "Tomorrow", "Monokai", "Ayu"
],
"badges": [
{
Expand Down

0 comments on commit 0a90429

Please sign in to comment.