Skip to content

Commit fd7619a

Browse files
Merge branch 'release/0.12.0'
2 parents db38862 + b253a7f commit fd7619a

4 files changed

Lines changed: 80 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 74 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,67 @@
66

77
<p align="center">Changelog for <a href="https://www.nordtheme.com/ports/visual-studio-code">Nord Visual Studio Code</a> — An arctic, north-bluish clean and elegant <a href="https://code.visualstudio.com" target="_blank">Visual Studio Code</a> theme.</p>
88

9-
<!--lint disable no-duplicate-headings-->
9+
<!--lint disable no-duplicate-headings no-duplicate-headings-in-section-->
10+
11+
# 0.12.0
12+
13+
![Release Date: 2019-08-10](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2019-08-10&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.12.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/21) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.12.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/17)
14+
15+
## Features
16+
17+
**Minimap search results visibility**#150#152 (⊶ 6b6655fc)
18+
↠ In [VS Code 1.37][vsc-rln-1.37#minimap_search_marker] (July 2019) the search decorations in the minimap (code outline) have been improved so the entire line will now be highlighted with low opacity, and the actual match shown with high opacity.
19+
To customize the color, the new `minimap.findMatchHighlight` UI/workbench theme key has been added to Nord.
20+
21+
<p align="center"><strong>Before</strong></p>
22+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/62819896-1548f900-bb5c-11e9-8590-47b65c68466b.png" /></p>
23+
24+
<p align="center"><strong>After</strong></p>
25+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/62819895-1548f900-bb5c-11e9-819e-fe9e84ef21be.png" /></p>
26+
27+
**Filled background color for „Find“ widget's button toggle active state**#151#153 (⊶ f5c767fd)
28+
↠ In [VS Code 1.37][vsc-rln-1.37#find_button_bg] (July 2019) the Find widget's button toggle active state now has a filled background so that it is easier to tell when the focus is on an active toggle.
29+
To customize the background color of the toggle active state, the new `inputOption.activeBackground` UI/workbench theme key has been added to Nord.
30+
31+
<p align="center"><strong>Before</strong></p>
32+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/62819937-ba63d180-bb5c-11e9-88cf-2d9c9c699693.png" /></p>
33+
34+
<p align="center"><strong>After</strong></p>
35+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/62819936-ba63d180-bb5c-11e9-9dd0-47544a046ac9.png" /></p>
36+
<p align="center"><img src="https://user-images.githubusercontent.com/7836623/62819940-c94a8400-bb5c-11e9-8189-6bd29132560b.gif" /></p>
37+
38+
Unfortunately there is no UI theme key (yet) to also change the foreground color of active state toggles. It is "hard-coded" using a relatively bright color so it is not possible to also use a bright background color. It would be great to apply a "reverse" effect to e.g. use `nord0` as foreground to increase the contrast when using `nord8` as background color.
39+
40+
## Improvements
41+
42+
**Renamed theme file to enable „hidden“ theme development features**#143/#148 (⊶ 4f808c88) co-authored by [@svipas][gh-user-svipas]
43+
↠ An undocumented feature for theme extension developers is to ensure the name of the JSON file is suffixed with `-color-theme.json`. This enables the JSON scheme validation for the theme API allowing developers to validate the implemented theme keys, showing warnings about deprecated keys and providing full auto completion, field documentations and color previews (color picker) for the HEX format.
44+
By renaming the theme file, Nord aligns to the [official bundled and default themes][microsoft/vscode-tree-ext-theme-abyss] by adapting to the naming scheme without introducing a breaking change since the theme is identified by it's extension ID as well as the `_metadata` field in the `package.json` and not by the name of the theme file (which would be odd since a theme can provide multiple theme files).
45+
46+
# 0.11.0
47+
48+
![Release Date: 2019-07-21](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2019-07-21&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.11.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/20) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.11.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/16)
49+
50+
## Features
51+
52+
**Indent guide lines in explorer tree view**#145#147 (⊶ 54b6b205) by [@octref][gh-user-octref]
53+
↠ Added the `tree.indentGuidesStroke` theme key introduced in [VS Code 1.36.0][vsc-rln-1.36] (June 2019) that adds [support for indent guide lines in the tree view][vsc-rln-1.36-igl]. To adapt to Nord's style and ensure it is still distinguishable from the background when hovering with the mouse, the new brightened comment color based on `nord3` ([GH-118][]) is used.
54+
55+
<p align="center"><strong>Before</strong></p>
56+
<p align="center"><img width="60%" src="https://user-images.githubusercontent.com/7836623/61582804-c0532d80-ab2f-11e9-9626-9c95610f0d09.png" /></p>
57+
58+
<p align="center"><strong>After</strong></p>
59+
<p align="center"><img width="60%" src="https://user-images.githubusercontent.com/7836623/61582803-c0532d80-ab2f-11e9-92e4-b801f60092f6.png" /></p>
60+
61+
## Bug Fixes
62+
63+
**Duplicate feature screenshot in README**#141 (⊶ 994cae19) by [@chris78er][gh-user-chris78er]
64+
↠ Renamed the invalid key `editorWidgetBorder` to the valid `editorWidget.border` key.
65+
66+
### Documentation
67+
68+
**Duplicate feature screenshot in README**#140 (⊶ 46cce261)
69+
↠ The second block in the [README's _Features_ section][gh-repo-readme#features] made use of the same screenshot two times like already used in the first block that has been fixed by adding and replacing the screenshot showing Go syntax instead.
1070

1171
# 0.11.0
1272

@@ -773,7 +833,7 @@ Detailed information about features, supported languages and install instruction
773833
⊶ (U+22B6): Icon prefix for the short commit SHA checksum in a log metadata
774834
-->
775835

776-
<!-- lint disable final-definition -->
836+
<!--lint disable final-definition-->
777837

778838
<!-- Base Links -->
779839

@@ -825,7 +885,7 @@ Detailed information about features, supported languages and install instruction
825885
[vscode-relnote-1.15-title-bar-border]: https://code.visualstudio.com/updates/v1_15#_new-theme-color-for-title-bar-border
826886
[vscode-relnote-1.16-theme-improv]: https://code.visualstudio.com/updates/v1_16#_theming-improvements
827887

828-
<!--v 0.7.0 -->
888+
<!-- v0.7.0 -->
829889

830890
[gh-100-c-fontc]: https://github.com/arcticicestudio/nord-visual-studio-code/issues/100#issuecomment-426005938
831891
[vsc-rln-1.18-gitexp]: https://code.visualstudio.com/updates/v1_18#_git-status-in-file-explorer
@@ -842,7 +902,7 @@ Detailed information about features, supported languages and install instruction
842902
[vsc-rln-1.24]: https://code.visualstudio.com/updates/v1_24
843903
[vscode#178]: https://github.com/Microsoft/vscode/issues/178
844904

845-
<!--v 0.8.0 -->
905+
<!-- v0.8.0 -->
846906

847907
[gh-microsoft/vscode#71663]: https://github.com/Microsoft/vscode/issues/71663
848908
[gh-nord#94]: https://github.com/arcticicestudio/nord/issues/94
@@ -854,7 +914,7 @@ Detailed information about features, supported languages and install instruction
854914
[gh-user-sdr0x07b6]: https://github.com/sdr0x07b6
855915
[gh-user-varog-norman]: https://github.com/varog-norman
856916

857-
<!--v 0.9.0 -->
917+
<!-- v0.9.0 -->
858918

859919
[circle-ci-doc-config]: https://circleci.com/docs/2.0/configuration-reference
860920
[gh-133]: https://github.com/arcticicestudio/nord-visual-studio-code/issues/133
@@ -864,12 +924,19 @@ Detailed information about features, supported languages and install instruction
864924
[gh-blog-intro-issue-templ]: https://blog.github.com/2016-02-17-issue-and-pull-request-templates
865925
[gh-blog-multi-issue-templ]: https://blog.github.com/2018-01-25-multiple-issue-and-pull-request-templates
866926

867-
<!--v 0.10.0 -->
927+
<!-- v0.10.0 -->
868928

869929
[nord-docs#149]: https://github.com/arcticicestudio/nord-docs/issues/149
870930

871-
<!--v 0.11.0 -->
931+
<!-- v0.11.0 -->
872932

873933
[gh-user-chris78er]: https://github.com/chris78er
874934
[vsc-rln-1.36-igl]: https://code.visualstudio.com/updates/v1_36#_tree-indent-guides
875935
[vsc-rln-1.36]: https://code.visualstudio.com/updates/v1_36
936+
937+
<!-- v0.11.0 -->
938+
939+
[gh-user-svipas]: https://github.com/svipas
940+
[microsoft/vscode-tree-ext-theme-abyss]: https://github.com/microsoft/vscode/tree/master/extensions/theme-abyss/themes
941+
[vsc-rln-1.37#find_button_bg]: https://code.visualstudio.com/updates/v1_37#_button-toggle-active-state-in-find-widget
942+
[vsc-rln-1.37#minimap_search_marker]: https://code.visualstudio.com/updates/v1_37#_improved-minimap-search-results-visibility

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: 2 additions & 2 deletions
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.11.0",
5+
"version": "0.12.0",
66
"publisher": "arcticicestudio",
77
"author": {
88
"name": "Arctic Ice Studio",
@@ -59,7 +59,7 @@
5959
{
6060
"label": "Nord",
6161
"uiTheme": "vs-dark",
62-
"path": "./themes/nord.json"
62+
"path": "./themes/nord-color-theme.json"
6363
}
6464
]
6565
},
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
"input.foreground": "#d8dee9",
105105
"input.placeholderForeground": "#d8dee999",
106106
"input.border": "#3b4252",
107-
"inputOption.activeBorder": "#88c0d0",
107+
"inputOption.activeBackground": "#5e81ac",
108+
"inputOption.activeBorder": "#5e81ac",
108109
"inputValidation.errorBackground": "#bf616a",
109110
"inputValidation.errorBorder": "#bf616a",
110111
"inputValidation.infoBackground": "#81a1c1",
@@ -129,6 +130,7 @@
129130
"merge.incomingHeaderBackground": "#8fbcbb66",
130131
"merge.incomingContentBackground": "#8fbcbb4d",
131132
"merge.border": "#3b425200",
133+
"minimap.findMatchHighlight": "#88c0d0",
132134

133135
/* `notification.*` keys are legacy support for VS Code versions >1.21.0 */
134136
"notification.background": "#3b4252",

0 commit comments

Comments
 (0)