Skip to content

Commit

Permalink
Updated to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Apr 18, 2021
1 parent bb75128 commit 81250e9
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 16 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

### Added

- Added theme `keywords` in package.json
- Added theme `bug` link in package.json
- Added theme `gallery` in package.json

### Changed

- Improved `typescript` syntax colors.
- Changed all the `gitDecoration` colors to improve visual harmony.
- Changed the `activityBar.activeBorder` color.
- Changed `activityBar` icon color.
- Updated theme `icon` image (logo).

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

- Improved `markdown` syntax.
Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 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.3",
"version": "0.1.4",
"license": "MIT",
"engines": {
"vscode": "^1.55.0"
Expand All @@ -18,9 +18,23 @@
"url": "https://github.com/auroral-ui/aurora-future-vscode-theme",
"type": "git"
},
"bugs": {
"url": "https://github.com/auroral-ui/aurora-future-vscode-theme/issues"
},
"galleryBanner": {
"color": "#1A1A1A",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Aurora Future",
"Aurora",
"Future",
"Dark Theme",
"Purple"
],
"contributes": {
"themes": [
{
Expand Down
Binary file modified screenshots/css.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/javascript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/json.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/vue-html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/vue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/yaml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 24 additions & 15 deletions themes/Aurora Future-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"input.border": "#202020",
"inputOption.activeBorder": "#593963",

"activityBar.activeBorder": "#593963",
"panel.background": "#1A1A1A",
"panelSection.border": "#202020",
"panelTitle.activeBorder": "#893CF5",
Expand All @@ -110,17 +109,23 @@
"scrollbar.shadow": "#1A1A1A",

"activityBar.background": "#1A1A1A",
"activityBar.foreground": "#593963",
"activityBar.foreground": "#893CF5",
"activityBar.dropBorder": "#202020",
"activityBar.border": "#181818",
"activityBarBadge.background": "#893CF5",
"activityBarBadge.foreground": "#e5d4fd",
"activityBar.activeBorder": "#893CF5",

"badge.background": "#893CF5",
"badge.foreground": "#e5d4fd",

"sideBar.foreground": "#cccccc",
"sideBar.background": "#1A1A1A",
"sideBar.border": "#181818",
"sideBarTitle.foreground": "#623e6d",
"sideBarTitle.foreground": "#4D2376",
"sideBarSectionHeader.background": "#1A1A1A",
"sideBarSectionHeader.foreground": "#cccccc",
"sideBarSectionHeader.border": "#1A1A1A",

"statusBar.background": "#1A1A1A",
"statusBar.foreground": "#58595e",
Expand Down Expand Up @@ -167,7 +172,6 @@
"tab.unfocusedInactiveModifiedBorder": "#da67da",

"breadcrumb.foreground": "#58595e",
"badge.background": "#893CF5",

"button.background": "#893CF5",
"button.foreground": "#e5d4fd",
Expand All @@ -193,10 +197,10 @@
"gitDecoration.deletedResourceForeground": "#da67da",
"gitDecoration.renamedResourceForeground": "#f1b45d",
"gitDecoration.addedResourceForeground": "#61d0ff",
"gitDecoration.untrackedResourceForeground": "#449dab",
"gitDecoration.conflictingResourceForeground": "#bb7a61",
"gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#6183bb",
"gitDecoration.untrackedResourceForeground": "#50b191",
"gitDecoration.conflictingResourceForeground": "#fac580",
"gitDecoration.stageDeletedResourceForeground": "#ff5882",
"gitDecoration.stageModifiedResourceForeground": "#6b5aff",

"notificationCenterHeader.background": "#202020",
"notifications.background": "#202020",
Expand All @@ -209,21 +213,21 @@
"terminal.border": "#181818",
"terminal.foreground": "#cccccc",
"terminal.ansiBlack": "#4a454b",
"terminal.ansiBlue": "#5a8fff",
"terminal.ansiBlue": "#6b5aff",
"terminal.ansiBrightBlack": "#4a454b",
"terminal.ansiBrightBlue": "#5a8fff",
"terminal.ansiBrightBlue": "#6b5aff",
"terminal.ansiBrightCyan": "#893cf5",
"terminal.ansiBrightGreen": "#61d0ff",
"terminal.ansiBrightMagenta": "#da67da",
"terminal.ansiBrightRed": "#ff5874",
"terminal.ansiBrightRed": "#ff5882",
"terminal.ansiBrightWhite": "#e5d4fd",
"terminal.ansiBrightYellow": "#ffd191",
"terminal.ansiBrightYellow": "#f1b45d",
"terminal.ansiCyan": "#893cf5",
"terminal.ansiGreen": "#61d0ff",
"terminal.ansiMagenta": "#da67da",
"terminal.ansiRed": "#ff5874",
"terminal.ansiRed": "#ff5882",
"terminal.ansiWhite": "#e5d4fd",
"terminal.ansiYellow": "#ffd191",
"terminal.ansiYellow": "#f1b45d",
"terminal.selectionBackground": "#893cf4",
"terminalCursor.background": "#893cf4",
"terminalCursor.foreground": "#893cf4",
Expand Down Expand Up @@ -397,7 +401,8 @@
"text.html.markdown meta.paragraph.markdown meta.link.inline.markdown punctuation.definition.metadata.markdown",
"text.html.markdown meta.paragraph.markdown meta.image.inline.markdown punctuation.definition.metadata.markdown",
"text.html.markdown punctuation.definition.bold.markdown",
"text.html.markdown punctuation.definition.italic.markdown"
"text.html.markdown punctuation.definition.italic.markdown",
"text.html.vue-html meta.tag.block.any.html meta.directive.vue source.directive.vue meta.array.literal.js meta.brace.square.js"
],
"settings": {
"foreground": "#3f4144"
Expand Down Expand Up @@ -476,6 +481,7 @@
"source.js string.template.js punctuation.definition.string.template.begin.js",
"source.js string.template.js punctuation.definition.string.template.end.js",
"source.js meta.group.braces.round.js meta.jsx.js meta.tag.jsx entity.name.tag.jsx",
"source.ts constant.numeric.decimal.ts",
"support.function.json.ts",
"support.function",
"entity.name.type.instance.jsdoc",
Expand Down Expand Up @@ -540,6 +546,9 @@
"source.ts meta.class.ts meta.field.declaration.ts meta.type.annotation.ts keyword.operator.type.annotation.ts",
"source.ts support.function.promise.ts",
"source.ts punctuation.accessor.ts",
"source.ts punctuation.separator.comma.ts",
"source.ts keyword.operator.arithmetic.ts",
"source.ts keyword.operator.comparison.ts",
"source.css entity.other.pseudo-element.css punctuation.definition.entity.css",
"source.js meta.group.braces.round.js meta.tag.jsx punctuation.definition.tag.begin.jsx",
"source.js meta.group.braces.round.js meta.tag.jsx punctuation.definition.tag.end.jsx",
Expand Down

0 comments on commit 81250e9

Please sign in to comment.