Skip to content

Commit

Permalink
Version 0.3.0, fix #6, update screenshot and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
teabyii committed May 18, 2017
1 parent e7c4f77 commit dffcd11
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@ First version which forks ayu@1.3.2

`2016-11-08`

Update from ayu@2.0.0, add Mirage theme.
Update from ayu@2.0.0, add Mirage theme

## 0.2.1

`2016-11-16`

Fixed: [Whitespace color is not right](https://github.com/jsenjoy/vscode-ayu/issues/2)
Fixed: [Whitespace color is not right](https://github.com/jsenjoy/vscode-ayu/issues/2)

## 0.3.0

`2017-05-18`

- Thanks for [@pahen](https://github.com/pahen)'s [PR](https://github.com/teabyii/vscode-ayu/pull/8) for theming of entire workbench
- Use `build.js` to generate the 3 themes from the colors schemes defined in [ayu-colors](https://github.com/ayu-theme/ayu-colors)
- Use `npm run package` to build VSIX package
- Fixed:
- [VSCode ayu light selection + find highlight = bad contrast](https://github.com/teabyii/vscode-ayu/issues/3)
- [wrong icon filename for coffeescript](https://github.com/teabyii/vscode-ayu/issues/6)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ If you want to setup File Icon, then go to `Preferences > File Icon Theme > Ayu`
## Screenshots

#### Light
![Light](http://ww2.sinaimg.cn/large/006tNbRwgw1f9lyd104zsj30xc0m778c.jpg)
![Light](https://cloud.githubusercontent.com/assets/353888/26195816/522d9752-3bbd-11e7-805b-91655f7784b0.png)

#### Dark
![Dark](http://ww2.sinaimg.cn/large/006tNbRwgw1f9lydwpxp8j30xc0m8gpy.jpg)
![Dark](https://cloud.githubusercontent.com/assets/353888/26195832/5cfdf9ec-3bbd-11e7-9559-b57e641bcd0b.png)

#### Mirage
![Mirage](http://ww1.sinaimg.cn/large/006tNbRwgw1f9lyfkgfq5j30xc0m842n.jpg)
![Mirage](https://cloud.githubusercontent.com/assets/353888/26195835/6089a9c6-3bbd-11e7-9e4b-78093e7088fe.png)

## Development

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vscode-ayu",
"name": "ayu",
"displayName": "Ayu",
"description": "A simple theme with bright colors and comes in three versions — dark, light and mirage for all day long comfortable work.",
"version": "0.3.0",
Expand Down

0 comments on commit dffcd11

Please sign in to comment.