Releases: nordtheme/visual-studio-code
0.4.1
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
0.3.0
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)
The full changelog ist available here
0.2.0
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!
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
0.1.0
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