Skip to content

Releases: nordtheme/visual-studio-code

0.4.1

01 Jul 18:13
v0.4.1
Compare
Choose a tag to compare


Version Details

Release Date: 2017-07-01
Milestone
Project Board

Bug Fixes

❯ Fixed the underlined error- and warning squiggles. (@ajitid, #31, ce23e9c)

Before

After


The full changelog ist available here

0.4.0

01 Jul 08:51
v0.4.0
Compare
Choose a tag to compare


2017-07-01
VS Code 1.13 has been released including a bunch of new workbench theme features documented in the official Theme Color Reference.

Features

Workbench UI

❯ Implemented new VS Code 1.13 workbench theme features

Details

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
    • errorForeground
  • List and Trees
    • list.inactiveSelectionForeground
    • list.hoverForeground
    • list.focusForeground
  • Sidebar
    • sideBar.foreground
    • sideBar.border
    • sideBarSectionHeader.foreground
  • Code Lens
    • editorCodeLens.foreground
  • Overview ruler
    • editorOverviewRuler.border
  • Editor Widgets
    • editorWidgetBorder
  • Peek View Colors
    • peekViewEditorGutter.background
  • Status Bar Colors
    • statusBar.debuggingForeground
    • statusBar.noFolderForeground
    • statusBar.noFolderBackground
    • statusBar.border
  • Quick Picker
    • pickerGroup.border
  • Integrated Terminal Colors
    • terminal.background
    • terminal.foreground
  • Errors and Warnings
    • editorError.foreground
    • editorError.border
    • editorWarning.foreground
    • editorWarning.border

Syntax

❯ Implemented ANSI Terminal colors. (@threeve, PR #4, 4e5815b)

Improvements

Syntax

❯ Implemented syntax improvements for TypeScript and CSS. (@octref, #12 PR #30, c12d047)

TypeScript

Classes/Types/Interfaces
Before

After

Read more

0.3.0

11 Jun 15:57
v0.3.0
Compare
Choose a tag to compare


2017-06-11

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, d5529d5)

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, 5bd2c70)

Preview

Hovered


The full changelog ist available here

0.2.0

07 May 09:30
v0.2.0
Compare
Choose a tag to compare


2017-05-07

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 API introduced in version 1.12.0. (@skbolton, #8 PR #11, e25f748)


Icons provided by Material Icon Theme.
Font: Source Code Pro 20px

A complete list of all implemented workbench UI styles can be found in the README.

Thanks to @octref and @Tyriar for testing and providing improvement suggestions!

Activity Bar Badges

Tabs

Status Bar

Panels and terminal colors

Editor Widgets (Search)

Notifications

Side Bar Views (Debug)

Peek View

Diff Editor

Peek View

Validations


Validations
Active selection

Inactive selection

Active selection with keyboard navigation marker


Active- and inactive selection with hover marker

❯ Implemented support for terminal ANSI colors. (@threeve, PR #4, 4e5815b)

Improvement

Languages

Go

❯ Implemented highlighting for Go string format placeholders. (@jsvensson, #7, 92ea661)

Documentation

❯ Updated the Quick Open keymapping for OSX. (@uonick, PR #9, e93694d)

❯ Changed the shields (badges) style to flat-square. (@arcticicestudio, caafb9d)

Bug Fixes

Documentation

❯ Fixed a typo in the project description. (@arcticicestudio, #6, 8744b39)


The full changelog ist available here

0.1.1

25 Feb 18:43
v0.1.1
Compare
Choose a tag to compare


2017-02-25

Bug Fixes

❯ Fixed uncolored start- and end elements/tags of block comments for various languages. (@Platzer, #2 #3, 6db13ea)

Before
After


The full changelog ist available here

0.1.0

18 Feb 09:49
v0.1.0
Compare
Choose a tag to compare


2017-02-18
Initial VS Code Marketplace extension release version!

Features

A complete list of all implemented features can be found in the README section.

❯ Implemented the main color theme file Nord.tmTheme. (@arcticicestudio, #1, 63b1674)

Detailed information about features, supported languages and install instructions can be found in the README and in the project wiki.


The full changelog ist available here