Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teabyii committed Nov 14, 2018
1 parent c037e81 commit d004a62
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

Source from: https://github.com/dempfi/ayu

## 0.17.0

`2018-11-14`

- Add bordered versions of all 3 themes with improved focus on editing;
- Fix Java, Python, Haskell and Go highlighting issues;
- Improve contrast in Dark theme;
- Balance Light theme's colours for better balance both on P3 and sRGB displays;
- Unify terminal colours

**(All by [dempfi](https://github.com/dempfi)'s [PR](https://github.com/teabyii/vscode-ayu/pull/70))**

## 0.16.0

`2018-08-30`
Expand Down
10 changes: 3 additions & 7 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"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.16.0",
"version": "0.17.0",
"publisher": "teabyii",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -70,17 +70,13 @@
"scripts": {
"build": "ts-node ./src/build.ts",
"package": "vsce package",
"start": "npm run build; npm run package"
"start": "npm run build; npm run package",
"publish": "vsce publish"
},
"devDependencies": {
"ayu": "^7.0.2",
"ts-node": "^7.0.0",
"typescript": "^3.0.1",
"vsce": "^1.51.0"
},
"__metadata": {
"id": "5178733e-4b02-4829-95c5-1ce970847c23",
"publisherDisplayName": "teabyii",
"publisherId": "8a0aaf7f-34ab-48b1-9384-c15c80413d57"
}
}

0 comments on commit d004a62

Please sign in to comment.