From 85cb181c7a39223d92dcb6c0837f6d31d55b4588 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Tue, 24 Jan 2017 22:58:42 +0100 Subject: Prepare stable development release version 0.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++-- README.md | 6 +++--- autoload/airline/themes/nord.vim | 2 +- autoload/lightline/colorscheme/nord.vim | 2 +- colors/nord.vim | 2 +- 5 files changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a273741..3eccccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,24 @@

-

+

--- +# 0.3.0 +*2017-01-24* +## Improvements +### Plugin Support +❯ The [Nord lightline.vim][nord-lightline] UI plugin theme now includes better support for the [tmuxline.vim](https://github.com/edkolev/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](https://github.com/arcticicestudio/nord-vim#via-pluginruntimepath-manager) for Vundle. (@kepbod, #10, 29145bbb) + +❯ Fixed the banner of the [Nord iTerm2](https://github.com/arcticicestudio/nord-iterm2) port project showing the [Nord GNOME Terminal](https://github.com/arcticicestudio/nord-gnome-terminal) banner instead. (@shvetsovdm, #8 / [nord/#9](https://github.com/arcticicestudio/nord/issues/9), 7a447b40) + # 0.2.0 *2017-01-02* @@ -49,5 +64,6 @@ Detailed information about features, supported plugins/languages and install ins # 0.0.0 *2016-12-25* - **Project Initialization** + +[nord-lightline]: https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/lightline/colorscheme/nord.vim diff --git a/README.md b/README.md index 3e05a9a..8e60263 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

-

+

A arctic, north-bluish clean and elegant Vim color theme.

@@ -46,7 +46,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' } A specific version can be installed via git tags. ```sh -Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.2.0' } +Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.3.0' } ``` Of course it can be installed with any of your favorite tools: @@ -118,7 +118,7 @@ Detailed descriptions for supported languages can be found in the [project wiki] ![][scrot-lang-ruby] ## Development -[![](https://img.shields.io/badge/Changelog-0.2.0-blue.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.2.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver) +[![](https://img.shields.io/badge/Changelog-0.3.0-blue.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.3.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver) ### Contribution Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-vim/issues). diff --git a/autoload/airline/themes/nord.vim b/autoload/airline/themes/nord.vim index 10b6bff..d8493bf 100755 --- a/autoload/airline/themes/nord.vim +++ b/autoload/airline/themes/nord.vim @@ -6,7 +6,7 @@ " email development@arcticicestudio.com + " copyright Copyright (C) 2016 + " ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -let s:nord_vim_version="0.2.0" +let s:nord_vim_version="0.3.0" let g:airline#themes#nord#palette = {} let s:nord0_gui = "#2E3440" diff --git a/autoload/lightline/colorscheme/nord.vim b/autoload/lightline/colorscheme/nord.vim index e5a565d..b08a1e6 100755 --- a/autoload/lightline/colorscheme/nord.vim +++ b/autoload/lightline/colorscheme/nord.vim @@ -6,7 +6,7 @@ " email development@arcticicestudio.com + " copyright Copyright (C) 2016 + " ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -let s:nord_vim_version="0.2.0" +let s:nord_vim_version="0.3.0" let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}} let s:nord0 = ["#2E3440", "NONE"] diff --git a/colors/nord.vim b/colors/nord.vim index a307baf..67f0a3f 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -14,7 +14,7 @@ if version > 580 endif let g:colors_name = "nord" -let s:nord_vim_version="0.2.0" +let s:nord_vim_version="0.3.0" set background=dark let s:nord0_gui = "#2E3440" -- cgit v1.2.3-70-g09d2