Skip to content

Commit e2729ea

Browse files
Merge branch 'release/0.17.1'
2 parents 7f83e7a + 1dd9de6 commit e2729ea

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@
88

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

11+
# 0.17.1
12+
13+
![Release Date: 2021-06-23](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2021-06-23&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.17.1&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/28) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.17.1&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/24)
14+
15+
[Show all commits][gh-compare-tag-v0.17.0_v0.17.1]
16+
17+
This release version includes a small bug fix, introduced [version 0.17.0](#0170), for the background color of input lists in focused state.
18+
19+
## Bug Fixes
20+
21+
<details>
22+
<summary><strong>Invalid quick input list background for focused state</strong> — #219 ⇄ #220 (⊶ 280ae189)</summary>
23+
24+
↠ In #206 the [deprecated `list.focusBackground` color token][vsc-rln-1.54#listtree-ui] was replaced by the new `quickInputList.focusBackground` token, but somehow in #215 (while resolving merge conflicts) the value was changed to use a alpha layer value of 60%. This is not intended was should use `nord8` instead without any transparency.
25+
26+
<h3 align="center">Before</h3>
27+
<div align="center">
28+
<img src="https://user-images.githubusercontent.com/7836623/123047579-bdd56e80-d3fd-11eb-9467-faa1275d50f3.png" width="75%" />
29+
</div>
30+
31+
<h3 align="center">After</h3>
32+
<div align="center">
33+
<img src="https://user-images.githubusercontent.com/7836623/122639074-1522c880-d0f8-11eb-9e9e-ac5acd219e99.png" width="75%" />
34+
</div>
35+
36+
</details>
37+
1138
# 0.17.0
1239

1340
![Release Date: 2021-06-22](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2021-06-22&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.17.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/27) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.17.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/23)
@@ -1258,6 +1285,7 @@ Detailed information about features, supported languages and install instruction
12581285
[prettier]: https://prettier.io
12591286
[typescript]: https://www.typescriptlang.org
12601287
[vsc-rln-1.46]: https://code.visualstudio.com/updates/v1_46
1288+
[vsc-rln-1.54#listtree-ui]: https://code.visualstudio.com/updates/v1_54#_updated-listtree-ui
12611289
[vsc-rln-1.57]: https://code.visualstudio.com/updates/v1_57
12621290
[vsce]: https://github.com/Microsoft/vscode-vsce
12631291
[vscode-docs-approved-badges]: https://code.visualstudio.com/docs/extensionAPI/extension-manifest#_approved-badges
@@ -1370,7 +1398,7 @@ Detailed information about features, supported languages and install instruction
13701398
[vsc-rln-1.46#debug_console_tokens]: https://code.visualstudio.com/updates/v1_46#_new-debug-console-theme-colors
13711399
[vsc-rln-1.57#quick-pick-suggest-widget-color]: https://code.visualstudio.com/updates/v1_57#_updated-quick-pick-suggest-widget-color
13721400

1373-
<!-- v0.16.0 -->
1401+
<!-- v0.17.0 -->
13741402

13751403
[gh-compare-tag-v0.16.0_v0.17.0]: https://github.com/arcticicestudio/nord-visual-studio-code/compare/v0.16.0...v0.17.0
13761404
[vsc-rln-1.46#input-theme-colors]: https://code.visualstudio.com/updates/v1_46#_new-input-theme-colors
@@ -1381,8 +1409,11 @@ Detailed information about features, supported languages and install instruction
13811409
[vsc-rln-1.52#sash-hover-border-color]: https://code.visualstudio.com/updates/v1_52#_sash-hover-border-color
13821410
[vsc-rln-1.52#ui-improvements]: https://code.visualstudio.com/updates/v1_52#_ui-improvements
13831411
[vsc-rln-1.54]: https://code.visualstudio.com/updates/v1_54
1384-
[vsc-rln-1.54#listtree-ui]: https://code.visualstudio.com/updates/v1_54#_updated-listtree-ui
13851412
[vsc-rln-1.56]: https://code.visualstudio.com/updates/v1_56
13861413
[vsc-rln-1.56#custom-dialogs]: https://code.visualstudio.com/updates/v1_56#_updated-custom-dialogs
13871414
[vsc-rln-1.56#keybinding-label-colors]: https://code.visualstudio.com/updates/v1_56#_keybinding-label-colors
13881415
[vsc-rln-1.57#theme-colors-inline-values]: https://code.visualstudio.com/updates/v1_57#_new-theme-colors-for-inline-values
1416+
1417+
<!-- v0.17.1 -->
1418+
1419+
[gh-compare-tag-v0.17.0_v0.17.1]: https://github.com/arcticicestudio/nord-visual-studio-code/compare/v0.17.0...v0.17.1

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.17.0",
5+
"version": "0.17.1",
66
"publisher": "arcticicestudio",
77
"author": {
88
"name": "Arctic Ice Studio",

themes/nord-color-theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"pickerGroup.border": "#3b4252",
221221
"pickerGroup.foreground": "#88c0d0",
222222
"progressBar.background": "#88c0d0",
223-
"quickInputList.focusBackground": "#88c0d099",
223+
"quickInputList.focusBackground": "#88c0d0",
224224
"quickInputList.focusForeground": "#2e3440",
225225
"sash.hoverBorder": "#88c0d0",
226226
"scrollbar.shadow": "#00000066",

0 commit comments

Comments
 (0)