Skip to content

0.10.0

Compare
Choose a tag to compare
@arcticicestudio arcticicestudio released this 21 Mar 14:41
v0.10.0

Release Date: 2019-03-21 Project Board Milestone

Features

Vim 8 terminal highlighting#125#126 (⊶ 83f8c26) by @cg433n
↠ Added support for the Vim's built-in terminal (:terminal) that comes with version 8.0.0 and higher.

Improvements

Comment Color Brightness#145#146 (⊶ 9e0249c)
↠ Implemented the increase of the comment color (nord3) brightness by 10% from a lightness level of ~35% to ~45%.

Please see arcticicestudio/nord#94 for all details about this design change decision!

NOTE: This change also deprecates the comment contrast configuration that will be removed in Nord Vim version 1.0.0!
The default comment color has been adjusted so the configuration is not required anymore for users to increase the brightness on their own.
To notify users about this change a deprecation warning will be shown when the g:nord_comment_brightness configuration variable has been set and initialized through the user's configuration.

Before

gh-146-before
gh-145-before-2

After

gh-146-preview
gh-145-preview-2

Improvements

Improved compatibility of airline with tmuxline.vim plugin#117#128 (⊶ 3150628)
↠ The Nord airline.vim UI plugin theme now includes better support for the tmuxline.vim plugin. Previously text shown in the main segment of the tmuxline, generated via the :Tmuxline airline command, caused a bad colour: NONE error or has been colorized using nord0 which resulted in unreadable text due to a nord3 background.

This has been fixed by using nord5 as foreground color. …#11 was used as implementation reference since it fixed the same incompatibility for the lightline.vim plugin.


The full changelog is available here