Skip to content

0.16.0

Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 19 Jun 20:21
· 55 commits to develop since this release
v0.16.0

Changelog for Nord Visual Studio Code — An arctic, north-bluish clean and elegant Visual Studio Code theme.

Release Date: 2021-06-19 Project Board Milestone

Show all commits

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 which made the theme kind of unusable.

Features

Debug console text and input icon colors#197#198 (⊶ 52432cb)

VS Code 1.46 (May 2020) introduced new debug console colors 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#199 (⊶ 11cd6c3)

VS Code 1.57 (May 2021) introduced new color tokens for the “quick pick“ and “editor suggest“ widgets 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, #189 (⊶ 31236d8, 5ccef9c) by @Pukimaa and @shmokmt

↠ The link still included the md file extension that was mainly used for license files some years ago.

The full changelog is available in the repository.

Copyright © 2017-present Arctic Ice Studio and Sven Greb