0.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
Bracket MatchingeditorBracketMatch.background
, editorBracketMatch.border
Before
After
Editor RulereditorRuler.foreground
Before
After
Gutter VCSeditorGutter.background
, editorGutter.modifiedBackground
, editorGutter.addedBackground
, editorGutter.deletedBackground
Before
After
Merge Conflictsmerge.currentHeaderBackground
, merge.currentContentBackground
, merge.incomingHeaderBackground
, merge.incomingContentBackground
, merge.border
, editorOverviewRuler.currentContentForeground
, editorOverviewRuler.incomingContentForeground
Before
After
Placeholder Foregroundinput.placeholderForeground
Before
After
Tab Groups Header Foregroundtab.unfocusedActiveForeground
, tab.unfocusedInactiveForeground
Before
After
Welcome PagewelcomePage.buttonBackground
, welcomePage.buttonHoverBackground
, walkThrough.embeddedEditorBackground
Before
After
Badgesbadge.foreground
, badge.background
Before
After
Selection Backgroundselection.background
Before
After
Extension ButtonsextensionButton.prominentForeground
, extensionButton.prominentBackground
, extensionButton.prominentHoverBackground
Before
After
Progress BarprogressBar.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
CSS
❯ Implemented syntax improvements for Python. (@ajitid, #26 PR #29, 2b19d24)
The full changelog ist available here