9.9 KiB
0.6.0
Version Details
Release Date: *2017-08-03* Milestone Project Board
Features
Plugin Support
UI
❯ Added basic support for CtrlP. (PR #33, @syedelec)
- Matched characters are using the keyword color instead of the normal text color to make matched characters visible
- Already opened buffers now take the normal text color instead of the comment color
❯ Added basic support ALE. (PR #44, @meck)
- Warning signs are colorized using a
nord13foreground - Error signs are colorized using a
nord11foreground instead of a red background with a white foreground
Improvements
UI
❯ The fold marker foreground has been adjusted to match the comment color instead of nord1 which has been too dark causing them to be unreadable in bright environments. The background color has also been changed to nord1 to differ from normal comments and the font style is now bold for better legibility. (#38 in PR #40, @dylnmc)
❯ The highlight text of a active substitute search result is now underlined in order to make it more recognizable. (#35 in PR #41, @KevinSjoberg)
Neovim
❯ Addded support for the Neovim specific :CheckHealth status highlight groups. (#31 in PR #42, @syedelec, Thanks to @dylnmc)
Before
After
Bug Fixes
UI
❯ Fixed unreadable text color on pending search result highlights. (#32 in PR #39, @syedelec)
Before
After
0.5.0
2017-04-17
Improvements
Language Support
❯ Implemented optimized styles for Ruby (@hahuang65, #29, 085c1337)
- Symbols (
rubySymbol) now have a bold font style - Block parameter list symbols (
rubyBlockParameterList) are now colorized as keywords - Local (variable) methods (
rubyLocalVariableOrMethod) are now colorized as methods

Bug Fixes
Documentation
❯ Fixed a typo in the project description. (@arcticicestudio, #28, b2134029)
0.4.0
2017-02-23
Features
Configurations
❯ Added a configuration to enable italic comments.
To adhere to the Nord style guide this option is disabled by default. It can be enabled by setting the g:nord_italic_comments variable to 1.
let g:nord_italic_comments = 1
(@kepbod, #13 (PR #16), dc6149f4)
Improvements
Plugin Support
❯ The method/function signature live preview of the jedi-vim plugin is now colorized correctly. (@mkalinski, #14, a5c3459a)
Before
After
Language Support
❯ Implemented optimized styles for the Python syntax group pythonEscape. (@mkalinski, #22, 360a76ea)

❯ Implemented optimized styles for the SQL syntax groups sqlSpecial which is now linked to the sqlKeyword group to colorize constants like true/false and null as keywords. (@mkalinski, #23, dcfb441e)
Documentation
❯ Added the new terminal emulator port project Nord Hyper
0.3.0
2017-01-24
Improvements
Plugin Support
❯ The Nord lightline.vim UI plugin theme now includes better support for the tmuxline.vim plugin. Before this implementation text shown in the main segment of the tmuxline, generated via the :Tmuxline lightline command, 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. (@scottwillmoore, #11, 4ea37f7e)
Before
After
With unicode separators
Without specified configurations (tmuxline.vim autodetect)
Bug Fixes
Documentation
❯ Fixed a typo in the README installation guide for Vundle. (@kepbod, #10, 29145bbb)
❯ Fixed the banner of the Nord iTerm2 port project showing the Nord GNOME Terminal banner instead. (@shvetsovdm, #8 / nord/#9, 7a447b40)
0.2.0
2017-01-02
Improvements
❯ Characters under block cursors are now colored darker (nord0) while the block cursor is visible to achieve a optimal contrast and to avoid unreadability due to the same cursor- and foreground color (nord4). (@arcticicestudio / @scottwillmoore, #9, 30e1f7e3)
Before
After
❯ The background color of visual mode selections is now colored in nord1 instead of nord3 to avoid a color collision with comments which has led to unreadable text.(@scottwillmoore, #7, bdb209f5)
Before
After
0.1.2
2017-01-01
Bug Fixes
❯ Fixed a bug where the g:colors_name variable has been unset caused by the syntax reset call due to the execution
order. (@shuei72, #5, f8ffce24)
0.1.1
2016-12-26
Bug Fixes
❯ Fixed wrong color variables (*_term to *_gui) for the guisp attribute of all Spell* highlighting groups which caused error logs while loading vim/gvim/MacVim. (@kamwitsta, #4, 4d642b9b)
0.1.0
2016-12-25
Features
Detailed information about features, supported plugins/languages and install instructions can be found in the README and in the project wiki.
❯ Implemented the main color theme file nord.vim. (@arcticicestudio, #1, e2832b9)

❯ Implemented the lightline color scheme file nord.vim. (@arcticicestudio, #2, f9891ffe)

❯ Implemented the airline color theme file nord.vim. (@arcticicestudio, #3, e54464a7)

0.0.0
2016-12-25 Project Initialization

