Skip to content

Commit

Permalink
Updated version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Apr 19, 2021
1 parent 4b36f6f commit bf4403a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.1.5] - 2021-04-19
## [0.1.6] - 2021-04-20

### Added

- Added theme color for `quote block`.
- Added theme color for `inline code`.
- Added border color hover border color for `draggable sashes`.

## [0.1.5] - 2021-04-19

### Changes

- Changed `welcome` window status bar colors.
- Improved `terminal` syntax colors.

## [v0.1.4] - 2021-04-18
## [0.1.4] - 2021-04-18

### Added

Expand All @@ -30,24 +38,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed `activityBar` icon color.
- Updated theme `icon` image (logo).

## [v0.1.3] - 2021-04-17
## [0.1.3] - 2021-04-17

- Improved `markdown` syntax.
- Fixed `markdown` syntax colors for list and number list.

## [v0.1.2] - 2021-04-17
## [0.1.2] - 2021-04-17

- Added advance styles for `markdown`.
- Fixed `const` styles in JS export default.

## [v0.1.1] - 2021-04-17
## [0.1.1] - 2021-04-17

- Changed `editor.dropBackground` to transparent purple.
- Added custom `debug console` styles and colors.
- Added custom `git` related styles and colors.
- Added custom `terminal` related styles and colors.
- Added custom `text-color` related styles and colors.

## [v0.1.0] - 2021-04-17
## [0.1.0] - 2021-04-17

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Aurora Future",
"description": "A futuristic vscode theme.",
"publisher": "auroral-ui",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"engines": {
"vscode": "^1.55.0"
Expand Down
6 changes: 5 additions & 1 deletion themes/Aurora Future-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"focusBorder": "#5939637a",
"progressBar.background": "#893CF5",
"window.activeBorder": "#202020",
"sash.hoverBorder": "#893CF5",

"textPreformat.foreground": "#da67da",
"textSeparator.foreground": "#893CF5",
"textBlockQuote.border": "#893CF5",

"pickerGroup.foreground": "#cccccc",
"pickerGroup.border": "#1A1A1A",
Expand All @@ -16,7 +21,6 @@
"dropdown.foreground": "#cccccc",

"textBlockQuote.background": "#1A1A1A",
"textBlockQuote.border": "#202020",
"textCodeBlock.background": "#1A1A1A",
"textLink.foreground": "#b079fc",
"textLink.activeForeground": "#bf95fa",
Expand Down

0 comments on commit bf4403a

Please sign in to comment.