0.6.0
Feature
UI
❯ Added new new theming color keys for highlighting the overview ruler introduced in Visual Studio Code version 1.16. (#45 in PR #48, @arcticicestudio, 0459527)
Status Highlighting
Word Highlighting
❯ Added new new theming color key for title bar border for macOS introduced in Visual Studio Code version 1.15. (#46 in PR #49, @arcticicestudio, ad564a4)
❯ Added new new theming color keys to determine the activity of tabs via a bottom-border introduced in Visual Studio Code version 1.16. (#47 in PR #50, @arcticicestudio, aaf7447)
Improvements
Syntax
❯ The punctuation characters of JavaScript template literals are now colorized with nord10
for better recognizability within the string. Variable properties are now using nord4
instead of string colors (nord14
). (#39 PR #51, @peterdanis, 42ca03c)
❯ CSS properties are now colorized with nord4
to make it easier to distinguish between HTML tags. (#52 in PR #53, @peterdanis, 9e91ece)
UI
❯ The scrollbar was too dark/transparent making it hard to see the current position. This has been changed by using nord2
instead of nord1
as color with a transparency of 60% and 66% when hovered and active. (#41 in PR #43, @peterdanis, b394a7a)
Bug Fixes
UI
❯ The background color of the snap-in split window, which appears when a tab of a tab group is dragged, had the same color as base background (nord0
). This has been changed to nord1
with a transparency of 60%. (#40 in PR #44, @peterdanis, b3e2cb2)
Tasks
❯ Due to security concerns, VS Code version 1.14 introduced a change so SVG images are no more rendered within VS Code. (#55 in PR #56, @kushalpandya, 9e91ece)
Nord Visual Studio Code adapted to the following contraints:
- The icon provided in package.json may not be an SVG.
- The badges provided in the package.json may not be SVGs unless they are from approved badge providers.
- Image URLs in
README.md
andCHANGELOG.md
need to resolve to https URLs. - Images in
README.md
andCHANGELOG.md
may not be SVGs unless they are from approved badge providers. - Images in
README.md
andCHANGELOG.md
may not use data URIs.
Additionally, the footer mountain banner has been changed to PNG format (nordtheme/nord#49) and removed the non-HTTPS Arctic Ice Studio logo favicon from the copyright footer line.
❯ A .vscodeignore
file has been added to reduce the size of the distributed vsix
extension package. (#57 in PR #58, @arcticicestudio @kevinah95, 4660525)
This results in a reduced vsix
extension package size of almost 99% from ~4.7 MB to ~41 kB!
The full changelog ist available here