Skip to content

Commit b253a7f

Browse files
Prepare extension release version 0.12.0
1 parent f5c767f commit b253a7f

3 files changed

Lines changed: 51 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,42 @@
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).
1045

1146
# 0.11.0
1247

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

776-
<!-- lint disable final-definition -->
811+
<!--lint disable final-definition-->
777812

778813
<!-- Base Links -->
779814

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

828-
<!--v 0.7.0 -->
863+
<!-- v0.7.0 -->
829864

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

845-
<!--v 0.8.0 -->
880+
<!-- v0.8.0 -->
846881

847882
[gh-microsoft/vscode#71663]: https://github.com/Microsoft/vscode/issues/71663
848883
[gh-nord#94]: https://github.com/arcticicestudio/nord/issues/94
@@ -854,7 +889,7 @@ Detailed information about features, supported languages and install instruction
854889
[gh-user-sdr0x07b6]: https://github.com/sdr0x07b6
855890
[gh-user-varog-norman]: https://github.com/varog-norman
856891

857-
<!--v 0.9.0 -->
892+
<!-- v0.9.0 -->
858893

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

867-
<!--v 0.10.0 -->
902+
<!-- v0.10.0 -->
868903

869904
[nord-docs#149]: https://github.com/arcticicestudio/nord-docs/issues/149
870905

871-
<!--v 0.11.0 -->
906+
<!-- v0.11.0 -->
872907

873908
[gh-user-chris78er]: https://github.com/chris78er
874909
[vsc-rln-1.36-igl]: https://code.visualstudio.com/updates/v1_36#_tree-indent-guides
875910
[vsc-rln-1.36]: https://code.visualstudio.com/updates/v1_36
911+
912+
<!-- v0.11.0 -->
913+
914+
[gh-user-svipas]: https://github.com/svipas
915+
[microsoft/vscode-tree-ext-theme-abyss]: https://github.com/microsoft/vscode/tree/master/extensions/theme-abyss/themes
916+
[vsc-rln-1.37#find_button_bg]: https://code.visualstudio.com/updates/v1_37#_button-toggle-active-state-in-find-widget
917+
[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: 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.11.0",
5+
"version": "0.12.0",
66
"publisher": "arcticicestudio",
77
"author": {
88
"name": "Arctic Ice Studio",

0 commit comments

Comments
 (0)