Skip to content

0.4.0

Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 01 Jul 08:51
· 198 commits to develop since this release
v0.4.0


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

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 PR #29, 2b19d24)

Function calls
Before

After

self as parameter
Before

After


The full changelog ist available here