Skip to content

Commit bd7d66f

Browse files
Release version 0.15.0
1 parent cc4a82f commit bd7d66f

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,50 @@
88

99
<!--lint disable no-duplicate-headings no-duplicate-headings-in-section-->
1010

11+
# 0.15.0
12+
13+
![Release Date: 2020-06-23](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-06-23&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.15.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/24) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.15.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/20)
14+
15+
## Features
16+
17+
### UI
18+
19+
**Activity Bar indicator styles**#174#175 (⊶ 7beecae3)
20+
↠ Added support for the [new indicator _Activity Bar_ active item indicator][vsc-rln-1.40#ac_bar_ind] that was introduced in [VS Code 1.40][vsc-rln-1.40] (October 2019) to make it stand out better and increase readability.
21+
22+
<p align="center"><strong>Before</strong></p>
23+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84931625-52aed900-b0d3-11ea-8e16-d7fb2a4ddf33.png" width="600px" /></p>
24+
25+
<p align="center"><strong>After</strong></p>
26+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/84931619-50e51580-b0d3-11ea-9b4a-5ca3ab820178.png" width="600px" /></p>
27+
28+
**Editor title border**#176#177 (⊶ c2aca53e)
29+
↠ Added support for new theme keys to [render a border below the editor group header][vsc-rln-1.45#editor_title_border] (for example, below breadcrumbs if enabled) that was introduced in [VS Code 1.45][vsc-rln-1.45] (April 2020) in order to restore the previous behavior of `editorGroupHeader.tabsBorder`.
30+
31+
**Minimap background, slider and Git state colors**#178#179 (⊶ bd98c86c)
32+
↠ Added support for the new [minimap background, slider and _Git_ state colors][vscode-docs-theme_color#mm] that were [introduced in VSCode 1.43.0][vsc-rln-1.43#mm_bg_slider] (February 2020) and [version 1.41.0][vsc-rln-1.41#mm_warn_err] (November 2019).
33+
34+
<p align="center"><strong>Before</strong></p>
35+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/85201914-398c6f00-b303-11ea-839c-5b786ad81795.png" /></p>
36+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/85201941-5759d400-b303-11ea-9422-cc36a224b2d2.gif" /></p>
37+
38+
<p align="center"><strong>After</strong></p>
39+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/85201912-36917e80-b303-11ea-8492-07de14325dba.png" /></p>
40+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/85201931-4d37d580-b303-11ea-90f6-e1d65852ecf8.gif" /></p>
41+
42+
## Improvements
43+
44+
### Syntax
45+
46+
**Braces in JavaScript template literals**#162#163 (⊶ 41e2391d) by [@kufii][gh-user-kufii]
47+
↠ Improved the highlighting of braces within [_JavaScript_ template literals][mdn-js-templ_lit] to use `nord4` as foreground color instead of `nord14` like strings.
48+
49+
<p align="center"><strong>Before</strong></p>
50+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/85290066-abe28800-b498-11ea-80ca-919c1a4f24cb.png" /></p>
51+
52+
<p align="center"><strong>After</strong></p>
53+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/85290061-aab15b00-b498-11ea-9587-e6e00167a789.png" /></p>
54+
1155
# 0.14.0
1256

1357
![Release Date: 2020-06-16](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-06-16&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.14.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/23) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.14.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/19)
@@ -1029,3 +1073,15 @@ Detailed information about features, supported languages and install instruction
10291073
[vsc-rln-1.44-sht_api]: https://code.visualstudio.com/updates/v1_44#_semantic-tokens-provider-api
10301074
[vscode-docs-semantic_hl_guide#theme]: https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide#theming
10311075
[vscode-docs-semantic_hl]: https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting
1076+
1077+
<!-- v0.15.0 -->
1078+
1079+
[gh-user-kufii]: https://github.com/kufii
1080+
[mdn-js-templ_lit]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
1081+
[vsc-rln-1.40]: https://code.visualstudio.com/updates/v1_22
1082+
[vsc-rln-1.40#ac_bar_ind]: https://code.visualstudio.com/updates/v1_40#_activity-bar-indicator
1083+
[vsc-rln-1.41#mm_warn_err]: https://code.visualstudio.com/updates/v1_41#_minimap-decorations-for-errors-warnings-and-content-changes
1084+
[vsc-rln-1.43#mm_bg_slider]: https://code.visualstudio.com/updates/v1_43#_minimap-background-and-slider-colors
1085+
[vsc-rln-1.45]: https://code.visualstudio.com/updates/v1_45
1086+
[vsc-rln-1.45#editor_title_border]: https://code.visualstudio.com/updates/v1_45#_new-theme-color-for-editor-title-border
1087+
[vscode-docs-theme_color#mm]: https://code.visualstudio.com/api/references/theme-color#minimap

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nord-visual-studio-code",
33
"displayName": "Nord",
44
"description": "An arctic, north-bluish clean and elegant Visual Studio Code theme.",
5-
"version": "0.14.0",
5+
"version": "0.15.0",
66
"publisher": "arcticicestudio",
77
"author": {
88
"name": "Arctic Ice Studio",

0 commit comments

Comments
 (0)