-#
-# Project: Nord Visual Studio Code
-# Repository: https://github.com/arcticicestudio/nord-visual-studio-code
-# License: MIT
-
-# Git "pre-commit" hook for husky.
-#
-# References:
-# 1. https://github.com/typicode/husky
-# 2. https://git-scm.com/docs/githooks#_pre_commit
-
-. "$(dirname "$0")/_/husky.sh"
-
-npm exec lint-staged
diff --git a/.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/.vsixmanifest b/.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/.vsixmanifest
deleted file mode 100644
index fb81d4c9..00000000
--- a/.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/.vsixmanifest
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
- Nord
- An arctic, north-bluish clean and elegant Visual Studio Code theme.
- arctic,north,bluish,clean,elegant,theme,color-theme,__web_extension
- Themes
- Public
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- extension/LICENSE.txt
- extension/assets/extension-marketplace-icon.png
-
-
-
-
-
-
-
-
-
-
diff --git a/.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/CHANGELOG.md b/.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/CHANGELOG.md
deleted file mode 100644
index 9c33f958..00000000
--- a/.vscode/extensions/arcticicestudio.nord-visual-studio-code-0.19.0/CHANGELOG.md
+++ /dev/null
@@ -1,1586 +0,0 @@
-
-
-
-
-
-
-Changelog for Nord Visual Studio Code — An arctic, north-bluish clean and elegant Visual Studio Code theme.
-
-
-
-# 0.19.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/30) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/26)
-
-⇅ [Show all commits][137]
-
-This release version includes features introduced in [VS Code version 1.59][140] and [1.60][143].
-
-### Features
-
-
-Color token for active terminal tab indicator — [#226](https://github.com/arcticicestudio/nord-visual-studio-code/issues/226) ⇄ [#227](https://github.com/arcticicestudio/nord-visual-studio-code/issues/227) (⊶ 852c7894)
-
-↠ [VS Code 1.59][140] (July 2021) introduced [a new color token for active terminal tab indicators][141]. It has been added to make it conform with Nord's theme style:
-
-- `terminal.tab.activeBorder` — color for the border on the side of the terminal tab in the panel.
-
-
-
Before
-

-
-
-
-
After
-

-
-
-
-
-
-Color tokens for status bar warning items — [#228](https://github.com/arcticicestudio/nord-visual-studio-code/issues/228) ⇄ [#230](https://github.com/arcticicestudio/nord-visual-studio-code/issues/230) (⊶ 80e3bb26)
-
-↠ [VS Code 1.59][140] (July 2021) introduced [new color tokens for status bar warnings][142]. They have been added and adjusted to match Nord's theme style:
-
-- `statusBarItem.warningBackground` — the background color used for warning items in the status bar that stand out from other status bar entries to indicate warning conditions.
-- `statusBarItem.warningForeground` — the foreground color used for warning items in the status bar that stand out from other status bar entries to indicate warning conditions.
-
-
-
-
-Color tokens for status bar warning items — [#225](https://github.com/arcticicestudio/nord-visual-studio-code/issues/225) ⇄ [#231](https://github.com/arcticicestudio/nord-visual-studio-code/issues/231) (⊶ b3f2b83a) by @roosephu
-
-↠ [VS Code 1.60][143] (August 2021) introduced [native, high performance bracket pair colorization][144] (opt-in via `editor.bracketPairColorization.enabled` setting) to address performance issues of popular extensions. The color tokens have been added and adjusted to match Nord's theme style:
-
-- `statusBarItem.warningBackground` — the background color used for warning items in the status bar that stand out from other status bar entries to indicate warning conditions.
-- `statusBarItem.warningForeground` — the foreground color used for warning items in the status bar that stand out from other status bar entries to indicate warning conditions.
-
-Note that bracket pair colorization is a feature that does not go well with the design concepts of Nord and the recommendation is therefore to not enable it. Of course this is always a personal preference and the feature be used as you wish, but note that the bracket colors defined by the Nord theme won't be changed on request but users can [simply customize it on their own][133].
-
-Preview
-
-

-
-
-
-
-
-Color tokens for status bar warning items — [#224](https://github.com/arcticicestudio/nord-visual-studio-code/issues/224) ⇄ [#232](https://github.com/arcticicestudio/nord-visual-studio-code/issues/232) (⊶ 2ea762e7) by @wenmin92
-
-↠ [VS Code 1.60][143] (August 2021) introduced [inlay hints for JavaScript and TypeScript][145] (opt-in via `editor.inlayHints.enabled`), including new color tokens to customize their appereance. They have been added and adjusted to match Nord's theme style:
-
-- `editorInlayHint.background` — the background color used for inline hint boxes.
-- `editorInlayHint.foreground` — the foreground color used for inline hint boxes.
-
-
-
Before
-

-
-
-
-
After
-

-
-
-
-
-### Improvements
-
-
-npm v7 & dependency improvements — [#233](https://github.com/arcticicestudio/nord-visual-studio-code/issues/233) ⇄ [#234](https://github.com/arcticicestudio/nord-visual-studio-code/issues/234) (⊶ e188f064)
-
-↠ The [npm CLI v7][136] introduced the new [`package-lock.json` format v2][138] that unlocks the ability to do deterministically reproducible builds and includes everything npm needs to fully build the package tree. Since this is a new major version the current `package-lock.json` file has been updated to the new format.
-
-At the same time outdated dependencies have been upgraded to their latest, compatible version. This also changed the versions by using [the `^` caret range selector][139] to reduce the overhead of updating dependencies.
-
-- [`@arcticicestudio/eslint-config-base`][135] — the minimum versions will be bumped from `0.5.0` to [`0.11.0`][134].
-- [`babel-eslint`][146] → [`@babel/eslint-parser`][152] — the `babel-eslint` package is deprecated and is now available as `@babel/eslint-parser`.
-- [`eslint-plugin-json`][163] → [`eslint-plugin-jsonc`][166] — since Visual Studio Code uses [JSONC][170] the `eslint-plugin-jsonc` matches better to the scope of this repository. It also utilizes the ESLint engine by passing the AST to it.
-- [`del-cli`][171] — updated from version [`1.1.0`][172] to [`^4.0.1`][173].
-- [`eslint`][4] — updated from version [`5.16.0`][148] to [`^7.32.0`][149].
-- [`eslint-plugin-import`][150] — updated from version [`2.17.3`][151] to [`^2.24.2`][153].
-- [`eslint-plugin-prettier`][154] — updated from version [`3.1.0`][155] to [`^4.0.0`][156].
-- [`prettier`][35] — updated from version [`1.17.1`][158] to [`^2.4.1`][159].
-- [`remark-cli`][160] — updated from version [`6.0.1`][161] to [`^9.0.0`][162].
-- [`remark-preset-lint-arcticicestudio`][32] → [`@arcticicestudio/remark-preset-lint`][164] — the `remark-preset-lint-arcticicestudio` package is deprecated and is now available as `@arcticicestudio/remark-preset-lint`. This also includes the linting and adjusting for matches that are found after running with the new rules.
-- [`vsce`][40] — updated from version [`6.0.1`][168] to [`^1.100.0`][169].
-
-
-
-# 0.18.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/29) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/25)
-
-⇅ [Show all commits][130]
-
-This release version includes features introduced in [VS Code version 1.58][131].
-
-### Features
-
-
-TextMate rules for Markdown math formula syntax highlighting — [#221](https://github.com/arcticicestudio/nord-visual-studio-code/issues/221) ⇄ [#222](https://github.com/arcticicestudio/nord-visual-studio-code/issues/222) (⊶ 60733483)
-
-↠ [VS Code 1.58][131] (June 2021) introduced [syntax highlighting for Markdown math formulas][132]. To adapt the coloring to Nord's style new _TextMate_ rules with the following scopes have been added:
-
-- `text.html.markdown constant.character.math.tex` — targets constants like `\displaystyle` and `\left`.
-- `text.html.markdown constant.character.math.tex` — targets `$$` definition markers.
-- `text.html.markdown punctuation.definition.function.math.tex` — targets the `\` (backslash) function definition marker.
-- `text.html.markdown punctuation.math.operator.latex` — targets operators like `=`.
-
-Before
-
-

-
-
-After
-
-

-
-
-
-
-# 0.17.1
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/28) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/24)
-
-⇅ [Show all commits][129]
-
-This release version includes a small bug fix, introduced [version 0.17.0](#0170), for the background color of input lists in focused state.
-
-## Bug Fixes
-
-
-Invalid quick input list background for focused state — [#219](https://github.com/arcticicestudio/nord-visual-studio-code/issues/219) ⇄ [#220](https://github.com/arcticicestudio/nord-visual-studio-code/issues/220) (⊶ 280ae189)
-
-↠ In [#206](https://github.com/arcticicestudio/nord-visual-studio-code/issues/206) the [deprecated `list.focusBackground` color token][38] was replaced by the new `quickInputList.focusBackground` token, but somehow in [#215](https://github.com/arcticicestudio/nord-visual-studio-code/issues/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.
-
-Before
-
-

-
-
-After
-
-

-
-
-
-
-# 0.17.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/27) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/23)
-
-⇅ [Show all commits][116]
-
-This release version includes various theme features introduced in Visual Studio Code versions [1.46][37] to [1.57][39].
-
-## Features
-
-
-Color tokens for input fields — [#200](https://github.com/arcticicestudio/nord-visual-studio-code/issues/200) ⇄ [#210](https://github.com/arcticicestudio/nord-visual-studio-code/issues/210) (⊶ 59ad1616)
-
-↠ [VS Code 1.46][37] (May 2020) introduced the [new `inputOption.activeForeground` theme token for the foreground color of active inputs][117] which are used in the search view and find widget.
-The token uses `nord6` to make it more conform with Nord's style.
-
-
-
-
-Pinned tabs, Git and charts color tokens — [#202](https://github.com/arcticicestudio/nord-visual-studio-code/issues/202) ⇄ [#211](https://github.com/arcticicestudio/nord-visual-studio-code/issues/211) (⊶ 973b9272)
-
-↠ [VS Code 1.50][118] (September 2020) introduced [new theme color tokens pinned tabs, Git integration and charts][119].
-
-The following tokens have been added to make it more conform with Nord's style:
-
-- `tab.lastPinnedBorder` — border on the right of the last pinned editor to separate from unpinned editors.
-- `gitDecoration.stageDeletedResourceForeground` — foreground color for staged deletions git decorations.
-- `gitDecoration.stageModifiedResourceForeground` — foreground color for staged modifications git decorations.
-- Colors intended to be used by data visualization extensions:
- - `charts.red`
- - `charts.blue`
- - `charts.yellow`
- - `charts.orange`
- - `charts.green`
- - `charts.purple`
- - `charts.foreground`
- - `charts.lines`
-
-Git Staged State Decorations
-
-
Deleted
-

-
-
-
Modified
-

-
-
-Last Tab Separator
-
-
Before
-

-
-
-
After
-

-
-
-
-
-
-Status bar error color tokens — [#203](https://github.com/arcticicestudio/nord-visual-studio-code/issues/203) ⇄ [#212](https://github.com/arcticicestudio/nord-visual-studio-code/issues/212) (⊶ a51c0ef3)
-
-↠ [VS Code 1.52][120] (November 2020) introduced [new theme color tokens for error items in the status bar][121].
-
-The following tokens have been added to make it more conform with Nord's style:
-
-- `statusBarItem.errorBackground` — status bar error items background color. Error items stand out from other status bar entries to indicate error conditions.
-- `statusBarItem.errorForeground` — status bar error items foreground color. Error items stand out from other status bar entries to indicate error conditions.
-
-
-
-
-Sash hover border color token — [#204](https://github.com/arcticicestudio/nord-visual-studio-code/issues/204) ⇄ [#213](https://github.com/arcticicestudio/nord-visual-studio-code/issues/213) (⊶ 097e0cc2)
-
-↠ [VS Code 1.52][120] (November 2020) introduced [the new `sash.hoverBorder` theme color token for the sash border in hover state][122].
-The token uses `nord8` to make it more conform with Nord's style.
-
-Before
-
-
-
-
-
-After
-
-
-
-
-
-
-
-
-Color token for debugged line shown in overview ruler — [#205](https://github.com/arcticicestudio/nord-visual-studio-code/issues/205) ⇄ [#214](https://github.com/arcticicestudio/nord-visual-studio-code/issues/214) (⊶ 94f35a3b)
-
-↠ [VS Code 1.52][120] (November 2020) introduced [the new `editor.focusedStackFrameHighlightBackground` theme color token][123] to highlight the currently focused debugged line in the overview ruler.
-Additionally, the `editor.stackFrameHighlightBackground` key has been added that is used to highlight the decoration in the overview ruler on the right of the editor.
-Both tokens use `nord10` to make them more conform with Nord's style.
-
-
-
-
-Deprecated color token for focused background of list/tree UI elements — [#206](https://github.com/arcticicestudio/nord-visual-studio-code/issues/206) ⇄ [#215](https://github.com/arcticicestudio/nord-visual-studio-code/issues/215) (⊶ 942e9d12)
-
-↠ [VS Code 1.54][124] (February 2021) introduced a breaking change for the focused background color of list/tree UI elements by [deprecating the `list.focusBackground` in favor of the `quickInputList.focusBackground` theme color token][38]. The advised adaption for theme authors is to simply adopt the same value of the deprecated token.
-
-
-
-
-Color tokens for secondary buttons of custom dialogs — [#207](https://github.com/arcticicestudio/nord-visual-studio-code/issues/207) ⇄ [#216](https://github.com/arcticicestudio/nord-visual-studio-code/issues/216) (⊶ 24e34f8a)
-
-↠ [VS Code 1.56][125] (April 2021) introduced [new colors tokens for secondary buttons of custom dialogs][126]:
-
-- `button.secondaryBackground`
-- `button.secondaryForeground`
-- `button.secondaryHoverBackground`
-
-This also includes a visual improvement for the current Nord theme styles of primary buttons:
-
-- `button.background` - `nord2` to `nord8` with a transparency of ~93%.
-- `button.foreground` - `nord4` to `nord0`.
-- `button.hoverBackground` - `nord3` to `nord8`.
-
-Before
-
-
-
-
-
-After
-
-
-
-
-
-
-
-
-Color tokens for keybinding labels — [#208](https://github.com/arcticicestudio/nord-visual-studio-code/issues/208) ⇄ [#217](https://github.com/arcticicestudio/nord-visual-studio-code/issues/217) (⊶ 266a8a15)
-
-↠ [VS Code 1.56][125] (April 2021) introduced [new color tokens for keybinding labels][127].
-These have been added to make them conform with Nord's theme style:
-
-- `keybindingLabel.background` — keybinding label background color used to represent a keyboard shortcut.
-- `keybindingLabel.foreground` — keybinding label foreground color used to represent a keyboard shortcut.
-- `keybindingLabel.border` — keybinding label border color used to represent a keyboard shortcut.
-- `keybindingLabel.bottomBorder` — keybinding label border bottom color used to represent a keyboard shortcut.
-
-Command Palette
-
-
Before
-

-
-
-
After
-

-
-
-Key Binding Configurations
-
-
Before
-

-
-
-
After
-

-
-
-
-
-
-Color tokens for debugger inline values — [#209](https://github.com/arcticicestudio/nord-visual-studio-code/issues/209) ⇄ [#218](https://github.com/arcticicestudio/nord-visual-studio-code/issues/218) (⊶ 299f1cd1)
-
-↠ [VS Code 1.57][39] (May 2021) introduced [new color tokens for debugger inline values][128].
-They have been added to make them conform with Nord's theme style:
-
-- `editor.inlineValuesBackground` — color for the debug inline value foreground text.
-- `editor.inlineValuesForeground` — color for the debug inline value background.
-
-
-
-# 0.16.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/26) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/22)
-
-⇅ [Show all commits][113]
-
-This release version mainly migrates to the [new color tokens editor suggest and quick picker widget changes introduced in Visual Studio Code version 1.57.0][115] which made the theme kind of unusable.
-
-## Features
-
-
-Debug console text and input icon colors — [#197](https://github.com/arcticicestudio/nord-visual-studio-code/issues/197) ⇄ [#198](https://github.com/arcticicestudio/nord-visual-studio-code/issues/198) (⊶ 52432cb7)
-
-↠ [VS Code 1.46][37] (May 2020) introduced [new debug console colors][114] for text of messages and the input icon.
-
-The following theme keys have been added to make it conform with Nord's theme style:
-
-- `debugConsole.infoForeground` — foreground color for info messages in the debug console.
-- `debugConsole.warningForeground` — foreground color for warning messages in the debug console.
-- `debugConsole.errorForeground` — foreground color for error messages in the debug console.
-- `debugConsole.sourceForeground` — foreground color for source filenames in the debug console.
-- `debugConsoleInputIcon.foreground` — foreground color for the debug console input marker icon.
-
-
-
-
-
-
-
-
-Quick pick and suggest widget colors — [#196](https://github.com/arcticicestudio/nord-visual-studio-code/issues/196) ⇄ [#199](https://github.com/arcticicestudio/nord-visual-studio-code/issues/199) (⊶ 11cd6c3d)
-
-↠ [VS Code 1.57][39] (May 2021) introduced [new color tokens for the “quick pick“ and “editor suggest“ widgets][115] in focused state to better align with the tree widget styles.
-These changes broke the current style of Nord and made the theme har to use. The new keys have now been added to make it conform with Nord‘s style:
-
-- `editorSuggestWidget.focusHighlightForeground` — color of the match highlights in the suggest widget when an item is focused.
-- `editorSuggestWidget.selectedForeground` — foreground color of the selected entry in the suggest widget.
-- `list.focusHighlightForeground` — list/tree foreground color of the match highlights on actively focused items when searching inside the list/tree.
-- `quickInputList.focusForeground` — quick picker foreground color for the focused item.
-
-Editor Suggest Widget
-Before
-
-
-
-After
-
-
-
-
-(Quick) List
-Before
-
-
-
-After
-
-
-
-
-
-
-## Bug Fixes
-
-
-GitHub repository link to license in README — [#195](https://github.com/arcticicestudio/nord-visual-studio-code/issues/195), [#189](https://github.com/arcticicestudio/nord-visual-studio-code/issues/189) (⊶ 31236d88, 5ccef9c1) by @Pukimaa and @shmokmt
-
-↠ The link still included the `md` file extension that was mainly used for license files some years ago.
-
-
-
-# 0.15.1
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/25) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/21)
-
-⇅ [Show all commits][111]
-
-This release version mainly migrates a NPM package dependency that has been deprecated and deleted from the registry to the new package.
-
-## Bug Fixes
-
-
-Switch to new ESLint configuration preset package — [#190](https://github.com/arcticicestudio/nord-visual-studio-code/issues/190) (⊶ 13ef97ec) by @kremalicious
-
-↠ Before the [`eslint-config-arcticicestudio-base` NPM package][31] was used which has been deprecated and also deleted from the registry.
-Because the goal of the deprecation was to move to the new [`@arcticicestudio/eslint-config-base` package][112] anyway it has now been switched.
-
-
-
-# 0.15.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/24) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/20)
-
-## Features
-
-### UI
-
-**Activity Bar indicator styles** — [#174](https://github.com/arcticicestudio/nord-visual-studio-code/issues/174) ⇄ [#175](https://github.com/arcticicestudio/nord-visual-studio-code/issues/175) (⊶ 7beecae3)
-↠ Added support for the [new indicator _Activity Bar_ active item indicator][105] that was introduced in [VS Code 1.40][104] (October 2019) to make it stand out better and increase readability.
-
-Before
-
-
-After
-
-
-**Editor title border** — [#176](https://github.com/arcticicestudio/nord-visual-studio-code/issues/176) ⇄ [#177](https://github.com/arcticicestudio/nord-visual-studio-code/issues/177) (⊶ c2aca53e)
-↠ Added support for new theme keys to [render a border below the editor group header][109] (for example, below breadcrumbs if enabled) that was introduced in [VS Code 1.45][108] (April 2020) in order to restore the previous behavior of `editorGroupHeader.tabsBorder`.
-
-**Minimap background, slider and Git state colors** — [#178](https://github.com/arcticicestudio/nord-visual-studio-code/issues/178) ⇄ [#179](https://github.com/arcticicestudio/nord-visual-studio-code/issues/179) (⊶ bd98c86c)
-↠ Added support for the new [minimap background, slider and _Git_ state colors][110] that were [introduced in VSCode 1.43.0][107] (February 2020) and [version 1.41.0][106] (November 2019).
-
-Before
-
-
-
-After
-
-
-
-## Improvements
-
-### Syntax
-
-**Braces in JavaScript template literals** — [#162](https://github.com/arcticicestudio/nord-visual-studio-code/issues/162) ⇄ [#163](https://github.com/arcticicestudio/nord-visual-studio-code/issues/163) (⊶ 41e2391d) by [@kufii][102]
-↠ Improved the highlighting of braces within [_JavaScript_ template literals][103] to use `nord4` as foreground color instead of `nord14` like strings.
-
-Before
-
-
-After
-
-
-# 0.14.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/23) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/19)
-
-## Features
-
-### Syntax
-
-**Adaption and activation of semantic highlighting** — [#172](https://github.com/arcticicestudio/nord-visual-studio-code/issues/172) ⇄ [#173](https://github.com/arcticicestudio/nord-visual-studio-code/issues/173) (⊶ e05a9997) by [@aeschli][97]
-↠ [Visual Studio Code version 1.44 introduced support][99] for [semantic highlighting][101] that allows to assign colors and styles to tokens. _Semantic highlighting_ enriches syntax coloring based on symbol information from the language service, which has more complete understanding of the project so the coloring changes appear once the language server is running and has computed the semantic tokens.
-The feature has been tested for some weeks and worked out-of-the-box without the need to change or add specific matchers or rules.
-See the [semantic highlighting guide for themes][100] and [Github wiki][98] for more details.
-
-# 0.13.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/22) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/18)
-
-## Features
-
-### UI
-
-**Inline code block background for hover/completion popups** — [#155](https://github.com/arcticicestudio/nord-visual-studio-code/issues/155) ⇄ [#158](https://github.com/arcticicestudio/nord-visual-studio-code/issues/158) (⊶ 7be0eaf6) by [@octref][24]
-↠ Added the `textCodeBlock.background` workbench theme key that is used by VS Code features like the [IntelliSense _quick info_][44] to style the background color of code blocks in the documentation text. By default this used a very dark color which has been changed to `nord3` instead.
-
-Auto-Completion
-
-
-Quick Info
-
-
-**Text color related workbench theme keys** — [#154](https://github.com/arcticicestudio/nord-visual-studio-code/issues/154) ⇄ [#159](https://github.com/arcticicestudio/nord-visual-studio-code/issues/159) (⊶ 7be0eaf6) by [@mserajnik][91]
-↠ Added some workbench color keys for text related elements that were not supported by Nord yet.
-The commit in the VS Code repository ([93][]) added multiple new theme keys through [95][] that was merged over 2 years ago and released for the first time in stable version [1.13.0][96] but were never mentioned in the release notes.
-
-The following theme keys have now been added:
-
-- `textBlockQuote.background` — Background color for block quotes in text.
-- `textBlockQuote.border` — Right-side border color for block quotes in text.
-- `textLink.activeForeground` — Foreground color for links in text when clicked on and on mouse hover.
-- `textLink.foreground` — Foreground color for links in text.
-- `textPreformat.foreground` — Foreground color for preformatted text segments like inline code.
-- `textSeparator.foreground` — Color for text separators.
-
-Interactive Playground before/after
-
-
-
-Interface Overview before/after
-
-
-
-Welcome Screen before/after
-
-
-
-**`descriptionForeground` workbench theme key** — [#160](https://github.com/arcticicestudio/nord-visual-studio-code/issues/160) ⇄ [#161](https://github.com/arcticicestudio/nord-visual-studio-code/issues/161) (⊶ fe870f4f)
-↠ Added the `descriptionForeground` workbench theme key that was introduced almost 2 years ago in [94][] for [95][], but not mentioned in a changelog so there was no support for it in Nord.
-It now uses `nord4` with a opacity of 90% as color value (`#d8dee9e6`).
-
-### Syntax
-
-**Syntax highlighting for Elixir module names and atoms** — [#165](https://github.com/arcticicestudio/nord-visual-studio-code/issues/165) ⇄ [#166](https://github.com/arcticicestudio/nord-visual-studio-code/issues/166) (⊶ 810a894b) by [@feliperenan][90]
-↠ Added improved syntax highlighting for Elixir atoms and module names using scopes provided by the [92][] extension since they are not supported by VSCode out-of-the-box.
-
-Before
-
-
-After
-
-
-# 0.12.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/21) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/17)
-
-## Features
-
-**Minimap search results visibility** — [#150](https://github.com/arcticicestudio/nord-visual-studio-code/issues/150) ⇄ [#152](https://github.com/arcticicestudio/nord-visual-studio-code/issues/152) (⊶ 6b6655fc)
-↠ In [VS Code 1.37][89] (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.
-To customize the color, the new `minimap.findMatchHighlight` UI/workbench theme key has been added to Nord.
-
-Before
-
-
-After
-
-
-**Filled background color for „Find“ widget's button toggle active state** — [#151](https://github.com/arcticicestudio/nord-visual-studio-code/issues/151) ⇄ [#153](https://github.com/arcticicestudio/nord-visual-studio-code/issues/153) (⊶ f5c767fd)
-↠ In [VS Code 1.37][88] (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.
-To customize the background color of the toggle active state, the new `inputOption.activeBackground` UI/workbench theme key has been added to Nord.
-
-Before
-
-
-After
-
-
-
-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.
-
-## Improvements
-
-**Renamed theme file to enable „hidden“ theme development features** — [#143](https://github.com/arcticicestudio/nord-visual-studio-code/issues/143)/#148 (⊶ 4f808c88) co-authored by [@svipas][86]
-↠ 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.
-By renaming the theme file, Nord aligns to the [official bundled and default themes][87] 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).
-
-# 0.11.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/20) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/16)
-
-## Features
-
-**Indent guide lines in explorer tree view** — [#145](https://github.com/arcticicestudio/nord-visual-studio-code/issues/145) ⇄ [#147](https://github.com/arcticicestudio/nord-visual-studio-code/issues/147) (⊶ 54b6b205) by [@octref][24]
-↠ Added the `tree.indentGuidesStroke` theme key introduced in [VS Code 1.36.0][85] (June 2019) that adds [support for indent guide lines in the tree view][84]. 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` ([5][]) is used.
-
-Before
-
-
-After
-
-
-## Bug Fixes
-
-**Duplicate feature screenshot in README** — [#141](https://github.com/arcticicestudio/nord-visual-studio-code/issues/141) (⊶ 994cae19) by [@chris78er][83]
-↠ Renamed the invalid key `editorWidgetBorder` to the valid `editorWidget.border` key.
-
-### Documentation
-
-**Duplicate feature screenshot in README** — [#140](https://github.com/arcticicestudio/nord-visual-studio-code/issues/140) (⊶ 46cce261)
-↠ The second block in the [README's _Features_ section][20] 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.
-
-# 0.10.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/19) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/15)
-
-## Features
-
-**Nord Docs Transition** — [#138](https://github.com/arcticicestudio/nord-visual-studio-code/issues/138) ⇄ [#139](https://github.com/arcticicestudio/nord-visual-studio-code/issues/139) (⊶ ee91f385)
-↠ Transferred all documentations, assets and from „Nord Visual Studio Code“ to [Nord Docs][29]
-Please see the [corresponding issue in the Nord Docs repository][82] to get an overview of what has changed for Nord Visual Studio Code and what has been done to migrate to Nord Docs.
-
-###### Landing Page
-
-
-
-###### Landing Page Docs
-
-
-
-###### Installation & Activation Docs
-
-
-
-###### Customization Docs
-
-
-
-###### Development Docs
-
-
-
-# 0.9.1
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/18) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/14)
-
-# Bug Fixes
-
-**VSCE artifact build due to restricted SVG image policy** — [#137](https://github.com/arcticicestudio/nord-visual-studio-code/issues/137) (⊶ 97d8b7ee)
-↠ Due to the [restricted security policy of the `vsce` packaging and publishing tool][47] the previously used SVG images in the `CHANGELOG.md` have been removed in order to fix the build process.
-
-# 0.9.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/16) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/13)
-
-# Features
-
-**GitHub code owners** — [#129](https://github.com/arcticicestudio/nord-visual-studio-code/issues/129) (⊶ 9fce5d88)
-↠ Adapted to GitHub's [code owners][77] feature to define matching pattern for project paths to automatically add all required reviewers of the core team and contributors to new PRs. Read the [GitHub Help article][11] for more details.
-
-
-
-
-
-
-
-**GitHub issue and pull request templates** — [#130](https://github.com/arcticicestudio/nord-visual-studio-code/issues/130) (⊶ 393640ad)
-↠ Integrated GitHub's feature to define [multiple issue templates][81] while the [initial template file][80] is used as a fallback/generic template to link to the specific ones.
-
-
-
-
-
-Read the [GitHub Help article][15] for more details about issue and pull request templates. Also check out how to manually create [issue templates][16], a [pull request template][14]. and the guide on [how to create the (deprecated) fallback/generic issue template][13].
-
-**GitHub Open Source community standards** — [#131](https://github.com/arcticicestudio/nord-visual-studio-code/issues/131) (⊶ 90c6906f)
-↠ Inspired _Nord Visual Studio Code's_ project philosophy using GitHub's features for [recommended community standards][78]. It adheres to the great [Open Source Guides][34] and adapted to the recommendations to complete the projects [community profile][9].
-
-To facilitate a healthy and constructive community behavior, _Nord Visual Studio Code_ also introduced and enforces a [code of conduct][10].
-Read the [GitHub Help article][10] for more details about the provided integrations.
-
-The added [contribution guidelines][79] help to build a community that [encourages people to use, contribute to][33], and evangelize the project.
-
-It includes sections about
-
-- how to get started
-- bug reports
-- enhancement suggestions
-- pull requests
-- style guides
- - [JavaScript Style Guide][7]
- - [Markdown Style Guide][8]
- - [Git Style Guide][6]
-- credits
-
-Read the [GitHub introduction blog post][79] and the [GitHub Help article][12] for more details about the provided integrations.
-
-**Git mail mapping** — [#132](https://github.com/arcticicestudio/nord-visual-studio-code/issues/132) (⊶ 9fce5d88)
-↠ Added a Git [mailmap][27] file to link to in documentations and allow contributors to send mails regarding security issues. This prevents unnecessary overhead of updating all documents when new core team and members and contributors are added and additionally adds the main functionality of the file: Mapping commits when someone uses a different email address.
-
-
-
-**Introducing _lint-staged_** — [#133](https://github.com/arcticicestudio/nord-visual-studio-code/issues/133) (⊶ 80dee6a1)
-↠ Integrated [lint-staged][18] to run linters against staged Git files and prevent adding code that violates any style guide into the code base.
-
-Read [#133][76] for more details about the configuration and setup.
-
-
-
-**Introducing _Husky_** — [#134](https://github.com/arcticicestudio/nord-visual-studio-code/issues/134) (⊶ 38a50d65)
-↠ Integrated [Husky][17], the tool that make Git hooks easy and can prevent bad Git commits, pushes and more _woof_!
-
-Read [#18](https://github.com/arcticicestudio/nord-visual-studio-code/issues/18) for more details about the configuration and setup.
-
-# Improvements
-
-**Active editor line highlighting** — [#123](https://github.com/arcticicestudio/nord-visual-studio-code/issues/123) ⇄ [#125](https://github.com/arcticicestudio/nord-visual-studio-code/issues/125) (⊶ fbfab3b8)
-↠ The currently active editor line now uses `nord1` for both the background and border to match Nord's design principles/guidelines. Previously it was highlighted with `nord2` instead with a opacity of ~32% as background color and additionally used a border with a higher opacity.
-
-Before
-
-
-
-After
-
-
-
-**Active and inactive editor line number highlighting** — [#124](https://github.com/arcticicestudio/nord-visual-studio-code/issues/124) ⇄ [#126](https://github.com/arcticicestudio/nord-visual-studio-code/issues/126) (⊶ 17be33d8)
-↠ Inactive editor line numbers now using `nord3` as foreground color while the theme key for the active number `editorLineNumber.activeForeground` has alos been added using `nord4`. Previously inactive editor line numbers used `nord4` with a opacity of ~40% as foreground color and the theme key for the active line number wasn't supported.
-
-Before
-
-
-
-After
-
-
-
-**Refactored project workflow and update dependencies** — [#127](https://github.com/arcticicestudio/nord-visual-studio-code/issues/127) ⇄ [#128](https://github.com/arcticicestudio/nord-visual-studio-code/issues/128) (⊶ 8177b8f3)
-↠ To match Arctic Ice Studio's workflow for all projects, the current setup has been refactored including updates for all outdated dependencies, addition of new packages and changes to existing CI/CD tools and NPM scripts.
-
-- Retired Travis CI — As of Circle CI v2, the features like multi-stage builds and custom workflows are by far sufficient and doesn't require a second CI binding.
-- [Circle CI v2.1][75] — Updated to the latest Circle CI version 2.1 for full compatibility and latest features.
-- NPM scripts — Refactored all NPM scripts and added new commands to simplify and stabilize the project development process.
-
-Also updated all outdated development dependencies and added new packages:
-
-- babel-eslint 8.2.5 ➜ 10.0.1
-- del-cli 1.1.0 🆕
-- eslint 4.19.1 ➜ 5.16.0
-- eslint-config-arcticicestudio-base 0.3.0 ➜ >=0.1.0 <1.0.0
-- eslint-plugin-import 2.13.0 ➜ 2.17.3
-- eslint-plugin-json 1.2.0 ➜ 1.4.0
-- eslint-plugin-prettier 2.6.1 ➜ 3.1.0
-- npm-run-all 4.1.5 🆕
-- prettier 1.13.7 ➜ 1.17.1
-- remark-preset-lint-arcticicestudio >=0.1.0 <1.0.0
-- vsce 1.62.0 🆕
-
-New and refactored NPM script commands are
-
-- `build` — Creates a clean `*.vsix` project artifact using the `vsce` VS Code's official packaging tool.
-- `clean` — Cleans the project root directory from previous builds and VSC ignored metadata files.
-- `format:pretty` — Extracted from the main `format` command for a better modularity.
-- `package` — Packages the project `*.vsix` artifact using the `vsce` VS Code's official packaging tool.
-
-# 0.8.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/15) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/12)
-
-## Features
-
-### UI
-
-**Background color of inactive keyboard focused list items** — [#107](https://github.com/arcticicestudio/nord-visual-studio-code/issues/107) ⇄ [#116](https://github.com/arcticicestudio/nord-visual-studio-code/issues/116) (⊶ 3e35efb9) by [@octref][24]
-↠ Added support for `list.inactiveFocusBackground` theme key used for the background color of the selected item when navigating the file explorer list with the keyboard and moving the focus to another UI component (like the editor).
-It has been set to `nord2` with a opacity of 80% to match the style of inactive list items that were focused without the keyboard (`list.inactiveSelectionBackground`).
-
-Before

-
-After

-
-## Improvements
-
-### Syntax
-
-**Perl sigils same color as variables** — [#67](https://github.com/arcticicestudio/nord-visual-studio-code/issues/67) (⊶ 698d9bae) by [@marcusramberg][70]
-↠ To ensure a consistent highlighting Perl _Sigils_ are now also colorized like variables since they are actually part of the variable. They are now less distracting by using the same color like the variable itself instead of handling them as prefixed characters or a keyword.
-
-Before

-
-After

-
-**Correct colors for JavaScript objects** — [#115](https://github.com/arcticicestudio/nord-visual-studio-code/issues/115) / [#97](https://github.com/arcticicestudio/nord-visual-studio-code/issues/97) (⊶ b0c399cd) by [@samchamberland][72]
-↠ Previously JavaScript objects colorized with `nord7` caused by a superfluous definition of the `meta.var.expr` scope selector. This has been changed. This has been changed to correctly use `nord4` for variables.
-
-Before

-
-After

-
-**Better function parameter highlighting in Python** — [#108](https://github.com/arcticicestudio/nord-visual-studio-code/issues/108) ⇄ [#113](https://github.com/arcticicestudio/nord-visual-studio-code/issues/113) (⊶ 840b36c3) by [@Al2Me6][68]
-↠ Previously the highlighting for function parameters in Python were colorized with the same color like the function itself (`nord8`) instead of `nord4`. This has been improved by removing the too generic scope `meta.function-call` from the `source.python` scope.
-
-Before

-
-After

-
-**Improved interpolated string literals** — [#106](https://github.com/arcticicestudio/nord-visual-studio-code/issues/106) ⇄ [#114](https://github.com/arcticicestudio/nord-visual-studio-code/issues/114) (⊶ e13ded12) by [@varog-norman][74]
-↠ Improved the color for function braces in string templates to use `nord6` instead of `nord14`. Begin and end characters of an interpolated string literal `${}` are now also colorized as keyword (`nord9`) for better visual distinction.
-
-Before

-
-After

-
-**Comment Color Brightness** — [#117](https://github.com/arcticicestudio/nord-visual-studio-code/issues/117)/#14/#72 ⇄ [#118](https://github.com/arcticicestudio/nord-visual-studio-code/issues/118) (⊶ 7e3881b6)
-↠ Implemented the frequently requested and long-time outstanding increase of the comment color (`nord3`) brightness by 10% from a lightness level of ~35% to ~45%.
-
-➜ **Please see [arcticicestudio/nord#94][67] for all details about this design change decision**!
-
-For users who would like to use the previously used coloring VS Code allows to [customize and override styles of a specific theme][43] through the user settings. To override the highlighting color of comments **only for Nord** the following snippet can be added to the settings (JSON) file:
-
-Before

-
-
-
-After

-
-
-
-```json
-"editor.tokenColorCustomizations": {
- "[29]": {
- "comments": "#4C566A"
- }
-}
-```
-
-Please see the official documentation about [user and workspace settings][45] for more details how to customize and configure VS Code.
-
-### UI
-
-**Decreased opacity for peek view match highlighting** — [#99](https://github.com/arcticicestudio/nord-visual-studio-code/issues/99) ⇄ [#112](https://github.com/arcticicestudio/nord-visual-studio-code/issues/112) (⊶ 7d9547ea) by [@octref][24]
-↠ Previously the opacity for peek view match highlighting was too bright that made it almost impossible to read the underlying text. This has been improved by decreasing the opacity of the used color (`nord8`) to 30%.
-
-Before

-
-After

-
-**Cleaner Git diff view highlighting** — [#105](https://github.com/arcticicestudio/nord-visual-studio-code/issues/105) (⊶ 63fa7d9e) by [@danfo][69]
-↠
-Previously the Git diff view used `nord14` with a opacity of 30% to highlight added/modified elements causing some syntax elements like comments to be bad readable. This has now been changed to use `nord9` with a opacity of 20% instead to ensure a better readability and general clearer visual appearance. Also the previously used theme keys `diffEditor.insertedTextBorder` and `diffEditor.removedTextBorder` have been removed for a more clutter-free style.
-
-Before

-
-
-
-After

-
-There is still a lot of potential to improve the highlighting for Git diff views. The feature request [Microsoft/vscode#71663][66] has been requested from the VS Code team to allow theme authors to improve the styles of syntax elements within Git diff scopes which would solve the problem of unreadable elements.
-
-## Bug Fixes
-
-### UI
-
-**Tabs in split views can not be dragged and moved** — [#98](https://github.com/arcticicestudio/nord-visual-studio-code/issues/98) ⇄ [#104](https://github.com/arcticicestudio/nord-visual-studio-code/issues/104) (⊶ 924c1901) by [@mdogadailo][71] and [@sdr0x07b6][73]
-↠ Previously the `editorGroup.border` theme key used a transparent color that caused tabs in split views to not being moveable anymore since the underlying logic removes some requires CSS classes. This has been fixed by to a opacity of 1% to fix the tab usage while still keeping the theme ambience (almost invisible for the human eye).
-
-# 0.7.1
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/14) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/11)
-
-## Bug Fixes
-
-### Documentation
-
-**Removed not allowed SVG image in changelog** — ⇄ [#60](https://github.com/arcticicestudio/nord-visual-studio-code/issues/60) (⊶ 613b515c) by [@kingdaro][22]
-↠ The [40][] doesn't allow to use SVG images in the README or CHANGELOG, therefore the SVG image used in the section of version 0.7.0 has been removed.
-
-# 0.7.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/12) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/10)
-
-## Features
-
-### Syntax Highlighting
-
-**Support syntax highlighting for TypeScript and TSX** — ⇄ [#60](https://github.com/arcticicestudio/nord-visual-studio-code/issues/60) (⊶ 613b515c) by [@kingdaro][22]
-↠ Added basic syntax highlighting support for [36][] and TSX (React JSX) by adding `source.ts` and `source.tsx` classes to existing `source.js` and `source.jsx` scopes.
-
-### UI
-
-**Tab mouse hovering and border styles** — [#66](https://github.com/arcticicestudio/nord-visual-studio-code/issues/66) ⇄ [#89](https://github.com/arcticicestudio/nord-visual-studio-code/issues/89) (⊶ 338e06f1) by [@OfficerHalf][25]
-↠ Added support for the new theme keys that have been introduced in VS Code version 1.20 to customize the [background and border styles when a tab is hovered][55].
-
-Before

-
-After

-
-**Highlight active indent guide** — [#69](https://github.com/arcticicestudio/nord-visual-studio-code/issues/69) ⇄ [#90](https://github.com/arcticicestudio/nord-visual-studio-code/issues/90) (⊶ 6b99557e) by [@gulshan][21] and [@OfficerHalf][25]
-↠ Added support for the new theme key introduced in VS Code version 1.23 that allows to customize the [highlighting of the active indent guide][62].
-
-
-
-**Colorized error and warning file status in explorer** — [#82](https://github.com/arcticicestudio/nord-visual-studio-code/issues/82) ⇄ [#95](https://github.com/arcticicestudio/nord-visual-studio-code/issues/95) (⊶ d5ce00f9)
-↠ Added support for the new theme keys introduced in [VS Code 1.24][64] (May 2018) that allows to customize [the color of items in the Explorer with errors and warnings][63].
-
-
-
-**Highlight active indent guide** — [#77](https://github.com/arcticicestudio/nord-visual-studio-code/issues/77) ⇄ [#91](https://github.com/arcticicestudio/nord-visual-studio-code/issues/91) (⊶ c0bc5de2)
-↠ Added support for the new theme keys introduced in [VS Code 1.18][54] (October 2017) for the [very popular feature request][65] to allow to customize the [Git status in the File Explorer][53] documented in the official [Theme Color Reference][46].
-
-
-
-**Coloring of active line number** — [#79](https://github.com/arcticicestudio/nord-visual-studio-code/issues/79) ⇄ [#92](https://github.com/arcticicestudio/nord-visual-studio-code/issues/92) (⊶ e73d2b36)
-↠ Added support for the new theme keys introduced in [VS Code 1.21][58] (February 2018) introduced new theme keys for [coloring of active line number][56].
-
-Before

-
-After

-
-**Editor hints** — [#80](https://github.com/arcticicestudio/nord-visual-studio-code/issues/80) ⇄ [#93](https://github.com/arcticicestudio/nord-visual-studio-code/issues/93) (⊶ d0d6bfd0)
-↠ Added support for the new theme keys introduced in [VS Code 1.22][61] (March 2018) allowing to customize [editor "hint" diagnostics][60] that are [shown in the editor][59].
-
-
-
-**Tap top borders** — [#81](https://github.com/arcticicestudio/nord-visual-studio-code/issues/81) ⇄ [#94](https://github.com/arcticicestudio/nord-visual-studio-code/issues/94) (⊶ d5a6f7ef)
-↠ Added support for new theme keys introduced in [VS Code 1.24][64] (May 2018) that allow to [show a colored border at the top of a tab][63]. Nord defines this keys, but uses a opacity of 0% to hide these lines since they are distracting and doesn't fit Nord's design.
-
-**Notification Center UI** — [#78](https://github.com/arcticicestudio/nord-visual-studio-code/issues/78) ⇄ [#96](https://github.com/arcticicestudio/nord-visual-studio-code/issues/96) (⊶ 8602df8d)
-↠ Added support for new theme keys introduced in [VS Code 1.21][58] (February 2018) that allow to customize the [new notifications UI][57].
-
-
-
-## Improvements
-
-### Syntax Highlighting
-
-**Underline links in Markdown** — ⇄ [#71](https://github.com/arcticicestudio/nord-visual-studio-code/issues/71) (⊶ 2895e638) by [@octref][24]
-↠ Links in Markdown documents are now underlined to make them more visually appealing and prevent rendering inconsistencies that might occur because VS Code's tokenizer is much faster than the linkifying in Markdown causing delays while typing.
-
-Before

-
-After

-
-### UI
-
-**Quick picker group borders** — [#100](https://github.com/arcticicestudio/nord-visual-studio-code/issues/100) ⇄ [#103](https://github.com/arcticicestudio/nord-visual-studio-code/issues/103) (⊶ 5ba2ac57) by [@octref][24]
-↠ Nord now highlights borders of groups within the `view` quick panel again for a better visual distinction and to make it easier to immediately determine what group a specific item is in.
-The separators have been disabled in the first place because it made the whole drop-down look divided and broken into multiple pieces and a bit cluttered instead of smooth transitions into the next section. It was still distinguishable through the names of the labels on the right.
-However, it was hard to see which item on the left is on the same level as the label to immediately determine what the next item's group.
-
-Before

-
-After

-
-**Font color for labels of `view` quick panel** — [#109](https://github.com/arcticicestudio/nord-visual-studio-code/issues/109) ⇄ [#110](https://github.com/arcticicestudio/nord-visual-studio-code/issues/110) (⊶ 04a9ddf5)
-↠ Labels of the `view` quick panel are now colorized with `nord8` instead of `nord4` to make them stand out more. This improvement was born out of a conversation with [@octref][24] in [#100][52].
-
-Before

-
-After

-
-### Workflow
-
-**Replaced Gulp with npm scripts** — [#73](https://github.com/arcticicestudio/nord-visual-studio-code/issues/73) ⇄ [#84](https://github.com/arcticicestudio/nord-visual-studio-code/issues/84) (⊶ 68c33d0c)
-↠ Completely replaced [28][] with npm scripts. Even though Gulp is a great tool to create simple or complex build workflows with streams, there are also many drawbacks:
-
-- Gulp plugins often get out of date and don't support new features from the underlying library.
-- The project depends on the Gulp plugin author and not the library that is being wrapped.
-- Documentation for Gulp plugins are typically not very robust or comprehensive.
-- Debugging a Gulp plugin can be frustrating (“Is the problem in the plugin or in the underlying library?“).
-- If a plugin doesn't exist already for Gulp you need to write it yourself.
-- Errors that occur inside a Gulp wrapper aren't always handled very well.
-
-All currently implemented Gulp tasks have therefore been migrated to npm scripts by directly using the CLI API of the wrapped library.
-
-**Updated CI build configurations** — [#83](https://github.com/arcticicestudio/nord-visual-studio-code/issues/83) ⇄ [#85](https://github.com/arcticicestudio/nord-visual-studio-code/issues/85) (⊶ 9eac763f)
-↠ Updated the [Circle CI][2] build configuration to the new [API version 2.0][1]. Also both Circle CI and [Travis CI][3] are now configured to test against the latest NodeJS version.
-
-**Prettier** — [#76](https://github.com/arcticicestudio/nord-visual-studio-code/issues/76) ⇄ [#86](https://github.com/arcticicestudio/nord-visual-studio-code/issues/86) (⊶ 6f2ace5b)
-↠ Integrated [35][], an awesomes opinionated code formatter that enforces a consistent style across a large amount of languages by parsing the code and re-printing it.
-
-
-
-**Arctic Ice Studio ESLint rule set** — [#75](https://github.com/arcticicestudio/nord-visual-studio-code/issues/75) ⇄ [#87](https://github.com/arcticicestudio/nord-visual-studio-code/issues/87) (⊶ c9e0c93d)
-↠ The default rule set coming with [4][] has been replaced with [Arctic Ice Studio's custom rule set][31] that adheres to the [Arctic Ice Studio JavaScript code style][7].
-
-
-
-**Arctic Ice Studio remark-lint rule preset** — [#74](https://github.com/arcticicestudio/nord-visual-studio-code/issues/74) ⇄ [#88](https://github.com/arcticicestudio/nord-visual-studio-code/issues/88) (⊶ 02721f01)
-↠ The default rule set coming with [remark-lint][19] has been replaced with [Arctic Ice Studio's custom rule preset][32] that adheres to the [Arctic Ice Studio Markdown code style][8].
-
-## Bug Fixes
-
-### Documentation
-
-**Fixed typo in word `cursor`** — ⇄ [#62](https://github.com/arcticicestudio/nord-visual-studio-code/issues/62) (⊶ 967e1bab) by [@Oxyrus][26]
-↠ Fixed a typo in the README: `cusror` 🠖 `cursor`
-
-**Fixed invalid install instructions** — ⇄ [#70](https://github.com/arcticicestudio/nord-visual-studio-code/issues/70) (⊶ 967e1bab) by [@lilyball][23]
-↠ Added the missing `arcticicestudio.` author namespace of the VS Code marketplace extension ID separated with a dot in front of the extension name itself to fix the install instructions.
-
-## Tasks
-
-### Documentation
-
-**Migration to MIT license** — [#63](https://github.com/arcticicestudio/nord-visual-studio-code/issues/63) ⇄ [#64](https://github.com/arcticicestudio/nord-visual-studio-code/issues/64) (⊶ b26446a5)
-↠ Adapted to the MIT license migration of [29][]. Details can be found in the main task ticket [arcticicestudio/nord#55][30].
-
-# 0.6.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/11) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/9)
-
-## Features
-
-### UI
-
-❯ Added new [new theming color keys][51] for highlighting the [overview ruler][42] introduced in Visual Studio Code version 1.16. (#45 in PR [#48](https://github.com/arcticicestudio/nord-visual-studio-code/issues/48), @arcticicestudio, 0459527b)
-
-Status Highlighting

Word Highlighting

-
-❯ Added new [new theming color key for title bar border][50] for macOS introduced in Visual Studio Code version 1.15. (#46 in PR [#49](https://github.com/arcticicestudio/nord-visual-studio-code/issues/49), @arcticicestudio, ad564a4d)
-
-❯ Added new [new theming color keys][51] to determine the activity of tabs via a bottom-border introduced in Visual Studio Code version 1.16. (#47 in PR [#50](https://github.com/arcticicestudio/nord-visual-studio-code/issues/50), @arcticicestudio, aaf7447f)
-
-## Improvements
-
-### Syntax
-
-❯ The punctuation characters of JavaScript template literals are now colorized with `nord10` for better recognizability within the string. Variable properties are now using `nord4` instead of string colors (`nord14`). (#39 PR [#51](https://github.com/arcticicestudio/nord-visual-studio-code/issues/51), @peterdanis, 42ca03c2)
-
-Before

After

-
-❯ CSS properties are now colorized with `nord4` to make it easier to distinguish between HTML tags. (#52 in PR [#53](https://github.com/arcticicestudio/nord-visual-studio-code/issues/53), @peterdanis, 9e91ece4)
-
-
-
-### UI
-
-❯ The scrollbar was too dark/transparent making it hard to see the current position. This has been changed by using `nord2` instead of `nord1` as color with a transparency of 60% and 66% when hovered and active. (#41 in PR [#43](https://github.com/arcticicestudio/nord-visual-studio-code/issues/43), @peterdanis, b394a7a5)
-
-Before


After


-
-## Bug Fixes
-
-### UI
-
-❯ The background color of the snap-in split window, which appears when a tab of a tab group is dragged, had the same color as base background (`nord0`). This has been changed to `nord1` with a transparency of 60%. (#40 in PR [#44](https://github.com/arcticicestudio/nord-visual-studio-code/issues/44), @peterdanis, b3e2cb2f)
-
-Before

After

-
-## Tasks
-
-❯ Due to security concerns, [VS Code version 1.14 introduced a change so SVG images are no more rendered within VS Code][49]. (#55 in PR [#56](https://github.com/arcticicestudio/nord-visual-studio-code/issues/56), @kushalpandya, 9e91ece4)
-
-Nord Visual Studio Code adapted to the following contraints:
-
-- The icon provided in _package.json_ may not be an SVG.
-- The badges provided in the _package.json_ may not be SVGs unless they are from [approved badge providers][41].
-- Image URLs in `README.md` and `CHANGELOG.md` need to resolve to https URLs.
-- Images in `README.md` and `CHANGELOG.md` may not be SVGs unless they are from [approved badge providers][41].
-- Images in `README.md` and `CHANGELOG.md` may not use data URIs.
-
-Additionally, the [footer mountain banner](https://github.com/arcticicestudio/nord/blob/develop/src/assets/banner-footer-mountains.svg) has been changed to PNG format (arcticicestudio/nord#49) and removed the non-HTTPS Arctic Ice Studio logo favicon from the copyright footer line.
-
-
-
-❯ A [`.vscodeignore`][48] file has been added to reduce the size of the distributed `vsix` extension package. (#57 in PR [#58](https://github.com/arcticicestudio/nord-visual-studio-code/issues/58), @arcticicestudio @kevinah95, 4660525b)
-
-This results in a reduced `vsix` extension package size of **almost 99%** from **~4.7 MB to ~41 kB**!
-
-# 0.5.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/8) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/6)
-
-## 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](https://github.com/arcticicestudio/nord-visual-studio-code/issues/36), @ajitid)
-
-
-
-
-
-
-
-
-
-## 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](https://github.com/arcticicestudio/nord-visual-studio-code/issues/37), @yurlovm)
-
-# 0.4.2
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/10) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/8)
-
-## Bug Fixes
-
-❯ Fixed underlined warning squiggles. (@ajitid, [#31](https://github.com/arcticicestudio/nord-visual-studio-code/issues/31), 8158f164)
-
-Before

After

-
-❯ Fixed the background color of the status bar when no folder is active which has been unintentionally removed during a merge conflict. (@ajitid, [#32](https://github.com/arcticicestudio/nord-visual-studio-code/issues/32) (#31), 1c01b0d4)
-
-# 0.4.1
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/9) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/7)
-
-## Bug Fixes
-
-❯ Fixed underlined error squiggles. (@ajitid, [#31](https://github.com/arcticicestudio/nord-visual-studio-code/issues/31), ce23e9cd)
-
-Before

After

-
-# 0.4.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/7) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/1)
-
-[VS Code 1.13](https://code.visualstudio.com/updates/v1_13) has been released including a bunch of [new workbench theme features](https://code.visualstudio.com/updates/v1_13#_new-theming-colors) documented in the official [Theme Color Reference](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_editor-colors). (@arcticicestudio, [#25](https://github.com/arcticicestudio/nord-visual-studio-code/issues/25), PR [#27](https://github.com/arcticicestudio/nord-visual-studio-code/issues/27), 6aff96bb)
-(@ajitid, [#24](https://github.com/arcticicestudio/nord-visual-studio-code/issues/24), PR [#28](https://github.com/arcticicestudio/nord-visual-studio-code/issues/28), 6840124e)
-
-## Features
-
-### Workbench UI
-
-❯ Implemented new VS Code 1.13 workbench theme features
-
-Bracket Matching
editorBracketMatch.background, editorBracketMatch.border
Before

After

-
-Editor Ruler
editorRuler.foreground
Before

After

-
-Gutter VCS
editorGutter.background, editorGutter.modifiedBackground, editorGutter.addedBackground, editorGutter.deletedBackground
Before

After

-
-Merge Conflicts
merge.currentHeaderBackground, merge.currentContentBackground, merge.incomingHeaderBackground, merge.incomingContentBackground, merge.border, editorOverviewRuler.currentContentForeground, editorOverviewRuler.incomingContentForeground
Before

After

-
-Placeholder Foreground
input.placeholderForeground
Before

After

-
-Tab Groups Header Foreground
tab.unfocusedActiveForeground, tab.unfocusedInactiveForeground
Before

After

-
-Welcome Page
welcomePage.buttonBackground, welcomePage.buttonHoverBackground, walkThrough.embeddedEditorBackground
Before

After

-
-Badges
badge.foreground, badge.background
Before

After

-
-Squiggles
Before

After

-
-Selection Background
selection.background
Before

After

-
-Extension Buttons
extensionButton.prominentForeground, extensionButton.prominentBackground, extensionButton.prominentHoverBackground
Before

After

-
-Progress Bar
progressBar.background
Before

After

-
-Next to the changes above the following new workbench theme settings have been adapted to Nord:
-
-- [Base Colors](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_base-colors)
- - `errorForeground`
-- [List and Trees](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_lists-and-trees)
- - `list.inactiveSelectionForeground`
- - `list.hoverForeground`
- - `list.focusForeground`
-- [Sidebar](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_side-bar)
- - `sideBar.foreground`
- - `sideBar.border`
- - `sideBarSectionHeader.foreground`
-- Code Lens
- - `editorCodeLens.foreground`
-- Overview ruler
- - `editorOverviewRuler.border`
-- [Editor Widgets](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_editor-widget-colors)
- - `editorWidgetBorder`
-- [Peek View Colors](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_peek-view-colors)
- - `peekViewEditorGutter.background`
-- [Status Bar Colors](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_status-bar-colors)
- - `statusBar.debuggingForeground`
- - `statusBar.noFolderForeground`
- - `statusBar.noFolderBackground`
- - `statusBar.border`
-- [Quick Picker](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_quick-picker)
- - `pickerGroup.border`
-- [Integrated Terminal Colors](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_integrated-terminal-colors)
- - `terminal.background`
- - `terminal.foreground`
-- [Errors and Warnings](https://code.visualstudio.com/docs/getstarted/theme-color-reference#_editor-colors)
- - `editorError.foreground`
- - `editorError.border`
- - `editorWarning.foreground`
- - `editorWarning.border`
-
-### Syntax
-
-❯ Implemented ANSI Terminal colors. (@threeve, PR [#4](https://github.com/arcticicestudio/nord-visual-studio-code/issues/4), 4e5815be)
-
-
-
-## Improvements
-
-### Syntax
-
-❯ Implemented syntax improvements for TypeScript and CSS. (@octref, [#12](https://github.com/arcticicestudio/nord-visual-studio-code/issues/12) PR [#30](https://github.com/arcticicestudio/nord-visual-studio-code/issues/30), c12d0471)
-
-#### TypeScript
-
-Classes/Types/Interfaces
Before

After

-
-Decorators
Before

After

-
-Static Classes
Before

After

-
-#### CSS
-
-CSS Media Queries
Before

After

-
-CSS Property Names
Before

After

-
-❯ Implemented syntax improvements for Python. (@ajitid, [#26](https://github.com/arcticicestudio/nord-visual-studio-code/issues/26) PR [#29](https://github.com/arcticicestudio/nord-visual-studio-code/issues/29), 2b19d242)
-
-Function calls
Before

After

-
-self as parameter
Before

After

-
-# 0.3.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/6) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/5)
-
-## Improvements
-
-### Syntax
-
-#### Go
-
-❯ Readded the _Go_ string format placeholder which has been removed unintentionally after converting from the `.tmTheme` to the new JSON format. (@jsvensson, PR [#16](https://github.com/arcticicestudio/nord-visual-studio-code/issues/16), d5529d59)
-
-## Bug Fixes
-
-### UI
-
-❯ Fixed the scrollbar covering (VCS) code info marker in the right gutter. The scrollbar now has a transparency of 60%. (@Phlicess, [#13](https://github.com/arcticicestudio/nord-visual-studio-code/issues/13), 5bd2c70c)
-
-Preview

Hovered


-
-# 0.2.0
-
- [](https://github.com/arcticicestudio/nord-visual-studio-code/projects/5) [](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/6)
-
-**Please note that the minimal version for this theme is now >=1.12.0 due to the new VS Code theme- and workbench API!**
-
-## Features
-
-### UI
-
-❯ Implemented full support for the new VS Code theme- and [workbench](https://code.visualstudio.com/docs/getstarted/theme-color-reference) API introduced in version [1.12.0](https://code.visualstudio.com/updates/v1_12#_workbench-theming). (@skbolton, [#8](https://github.com/arcticicestudio/nord-visual-studio-code/issues/8) PR [#11](https://github.com/arcticicestudio/nord-visual-studio-code/issues/11), e25f748b)
-
-
Icons provided by Material Icon Theme.
Font: Source Code Pro 20px