Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Aug 7, 2017
2 parents 0aba618 + 61f4003 commit 63e93ee
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@

---

# 0.5.0
<details>
<summary>Version Details</summary>
<p>
Release Date: <em>2017-08-07</em>
<a href="https://github.com/arcticicestudio/nord-visual-studio-code/milestone/6">Milestone</a>
<a href="https://github.com/arcticicestudio/nord-visual-studio-code/projects/8">Project Board</a>
</p>
</details>

## Features
### UI
❯ Added support for new workbench theme features for notification styles introduced in VS Code 1.14. Buttons of notifications now using specific setting keys instead of the generic `button.*` and the notification level badges are now also customized using the associated setting keys. (#34 in PR #36, @ajitid)

![scrot-feature-ui-notification](https://user-images.githubusercontent.com/7836623/28993120-5430d896-79ae-11e7-8025-c8526db2641e.png)

![scrot-feature-ui-notification-error](https://user-images.githubusercontent.com/7836623/28993116-4c978dbe-79ae-11e7-82f7-cd4d09d43be1.png)

![scrot-feature-ui-notification-info](https://user-images.githubusercontent.com/7836623/28993117-4cafc97e-79ae-11e7-8221-b8b4ff7c9c68.png)

![scrot-feature-ui-notification-warning](https://user-images.githubusercontent.com/7836623/28993118-4cb2bb8e-79ae-11e7-8219-7630d9e2d5a8.png)

## Improvements
### UI
❯ The foreground color for *CodeLenses* (hints to show references in the code for a specific variable/constant/entity) have been adjusted to match comments, to make it less disturbing and to distinguish it from the actual code. (#33 in PR #37, @yurlovm)

# 0.4.2
<details>
<summary>Version Details</summary>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ ext install nord-visual-studio-code
```

#### <img src="https://marketplace.visualstudio.com/favicon.ico" width=16 height=16/> [Packaged VSIX Extension](https://code.visualstudio.com/docs/extensions/install-extension#_install-from-a-vsix)
[Download](https://github.com/arcticicestudio/nord-visual-studio-code/releases/latest) the latest [`nord-visual-studio-code-0.4.2.vsix`](https://github.com/arcticicestudio/nord-visual-studio-code/releases/download/v0.4.2/nord-visual-studio-code-0.4.2.vsix) file from the GitHub repository and install it from the command line
[Download](https://github.com/arcticicestudio/nord-visual-studio-code/releases/latest) the latest [`nord-visual-studio-code-0.5.0.vsix`](https://github.com/arcticicestudio/nord-visual-studio-code/releases/download/v0.5.0/nord-visual-studio-code-0.5.0.vsix) file from the GitHub repository and install it from the command line
```shell
code --install-extension nord-visual-studio-code-0.4.2.vsix
code --install-extension nord-visual-studio-code-0.5.0.vsix
```
or from within VS Code by launching *Quick Open* and running the *Install from VSIX...* command.

Expand Down Expand Up @@ -114,7 +114,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
![][scrot-lang-yaml]

## Development
[![](https://img.shields.io/badge/Changelog-0.4.2-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-visual-studio-code/blob/v0.4.2/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver)
[![](https://img.shields.io/badge/Changelog-0.5.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/nord-visual-studio-code/blob/v0.5.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg?style=flat-square)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg?style=flat-square)](https://github.com/arcticicestudio/arcver)

### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-visual-studio-code/issues).
Expand Down
Binary file added assets/scrot-feature-ui-notification-error.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 added assets/scrot-feature-ui-notification-info.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 added assets/scrot-feature-ui-notification-warning.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 assets/scrot-feature-ui-notification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nord-visual-studio-code",
"displayName": "Nord",
"description": "An arctic, north-bluish clean and elegant Visual Studio Code theme.",
"version": "0.4.2",
"version": "0.5.0",
"publisher": "arcticicestudio",
"author": {
"name": "Arctic Ice Studio",
Expand Down
11 changes: 10 additions & 1 deletion themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"editorWarning.border": "#ebcb8b00",
"editorBracketMatch.background": "#2e344000",
"editorBracketMatch.border": "#88c0d0",
"editorCodeLens.foreground": "#d8dee9",
"editorCodeLens.foreground": "#4c566a",
"editorGroup.background": "#2e3440",
"editorGroup.border": "#3b425200",
"editorGroup.dropBackground": "#2e3440",
Expand Down Expand Up @@ -108,6 +108,15 @@
"merge.border": "#3b425200",
"notification.background": "#3b4252",
"notification.foreground": "#d8dee9",
"notification.buttonBackground": "#434c5e",
"notification.buttonHoverBackground": "#4c566a",
"notification.buttonForeground": "#d8dee9",
"notification.infoBackground": "#88c0d0",
"notification.infoForeground": "#2e3440",
"notification.warningBackground": "#ebcb8b",
"notification.warningForeground": "#2e3440",
"notification.errorBackground": "#bf616a",
"notification.errorForeground": "#2e3440",
"panel.background": "#2e3440",
"panel.border": "#3b4252",
"panelTitle.activeBorder": "#88c0d000",
Expand Down

0 comments on commit 63e93ee

Please sign in to comment.