Skip to content

Commit 1c99a6b

Browse files
committed
Updated to version 0.2.0
1 parent 79c8aba commit 1c99a6b

File tree

3 files changed

+273
-209
lines changed

3 files changed

+273
-209
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2021-04-26
11+
12+
### :sparkles: New
13+
14+
- Complete refactored all the tokens
15+
- Keeping all `scss`, `css` code scheme retain the same colors.
16+
- Added color for markdown separator `---`
17+
1018
## [0.1.7] - 2021-04-20
1119

12-
### Added
20+
### :sparkles: New
1321

1422
- Added theme colors for `editor widget`.
1523
- Added theme colors for `panel` (compatible with Insider).
1624

1725
## [0.1.6] - 2021-04-20
1826

19-
### Added
27+
### :sparkles: New
2028

2129
- Added theme color for `quote block`.
2230
- Added theme color for `inline code`.
@@ -31,13 +39,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3139

3240
## [0.1.4] - 2021-04-18
3341

34-
### Added
42+
### :sparkles: New
3543

3644
- Added theme `keywords` in package.json
3745
- Added theme `bug` link in package.json
3846
- Added theme `gallery` in package.json
3947

40-
### Changed
48+
### :crystal_ball: Changed
4149

4250
- Improved `typescript` syntax colors.
4351
- Changed all the `gitDecoration` colors to improve visual harmony.
@@ -67,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6775

6876
- Initial release
6977

70-
[unreleased]: https://github.com/auroral-ui/aurora-future-vscode-theme/compare/v0.1.7...HEAD
78+
[unreleased]: https://github.com/auroral-ui/aurora-future-vscode-theme/compare/v0.2.0...HEAD
79+
[0.2.0]: https://github.com/auroral-ui/aurora-future-vscode-theme/compare/v0.1.7...v0.2.0
7180
[0.1.7]: https://github.com/auroral-ui/aurora-future-vscode-theme/compare/v0.1.6...v0.1.7
7281
[0.1.6]: https://github.com/auroral-ui/aurora-future-vscode-theme/compare/v0.1.5...v0.1.6
7382
[0.1.5]: https://github.com/auroral-ui/aurora-future-vscode-theme/compare/v0.1.4...v0.1.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Aurora Future",
44
"description": "A futuristic vscode theme.",
55
"publisher": "auroral-ui",
6-
"version": "0.1.7",
6+
"version": "0.2.0",
77
"license": "MIT",
88
"engines": {
99
"vscode": "^1.55.0"

0 commit comments

Comments
 (0)