diff --git a/CHANGELOG.md b/CHANGELOG.md
index d073c12..516bf45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,47 @@
---
+# 0.8.0
+
+ [](https://github.com/arcticicestudio/nord-vim/projects/11) [](https://github.com/arcticicestudio/nord-vim/milestone/10)
+
+## Features
+
+### Plugin Support
+
+#### UI
+
+❯ Added support for [vim-signify][plugin-mhinz/vim-signify]. (PR #81, @dabio, edcdd0e4)
+
+

+
+## Improvements
+
+### UI
+
+❯ The color of links in `:help` was the same as normal text making it impossible to to distinguish between both. This has been improved by using `nord8` including the help bars when enabled with `:set conceallevel=2`. (#85 in PR #93, @delphinus, e9974fe6)
+
+Before

+
+After

+
+### Documentation
+
+❯ The lightline screenshots in the documentation have been made using the [lightline's advanced configurations][itchyny/lightline-adv-config]. This confused users when the lighline does not equal the one seen on the screenshot due to the default lightline configuration. This has now been clarified including a additional screenshot showing the appearance of the lightline when using the default configuration. (#74 in PR #94, @lokesh-krishna, 3c14c961)
+
+
+
+## Bug Fixes
+
+❯ The background color for matching parens is now assigned to the right color `nord3` instead of `nord0` in GUI mode. (#95 in PR #96, @dylnmc, 8bc1be01)
+
+Before

+
+After

+
# 0.7.0
- [](https://github.com/arcticicestudio/nord-vim/projects/10) [](https://github.com/arcticicestudio/nord-vim/milestone/9)
+ [](https://github.com/arcticicestudio/nord-vim/projects/10) [](https://github.com/arcticicestudio/nord-vim/milestone/9)
## Features
@@ -159,7 +197,7 @@ To optimally improve the highlighting `nord3` will now be used as background col
# 0.6.0
- [](https://github.com/arcticicestudio/nord-vim/projects/9) [](https://github.com/arcticicestudio/nord-vim/milestone/8)
+ [](https://github.com/arcticicestudio/nord-vim/projects/9) [](https://github.com/arcticicestudio/nord-vim/milestone/8)
## Features
@@ -205,7 +243,7 @@ To optimally improve the highlighting `nord3` will now be used as background col
# 0.5.0
- [](https://github.com/arcticicestudio/nord-vim/projects/8) [](https://github.com/arcticicestudio/nord-vim/milestone/7)
+ [](https://github.com/arcticicestudio/nord-vim/projects/8) [](https://github.com/arcticicestudio/nord-vim/milestone/7)
## Improvements
@@ -226,11 +264,11 @@ To optimally improve the highlighting `nord3` will now be used as background col
# 0.4.0
- [](https://github.com/arcticicestudio/nord-vim/projects/7) [](https://github.com/arcticicestudio/nord-vim/milestone/6)
+ [](https://github.com/arcticicestudio/nord-vim/projects/7) [](https://github.com/arcticicestudio/nord-vim/milestone/6)
## Features
-### [Configurations][readme-config]
+### Configurations
❯ Added a configuration to enable [italic comments](https://github.com/arcticicestudio/nord-vim#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`.
@@ -263,7 +301,7 @@ let g:nord_italic_comments = 1
# 0.3.0
- [](https://github.com/arcticicestudio/nord-vim/projects/6) [](https://github.com/arcticicestudio/nord-vim/milestone/5)
+ [](https://github.com/arcticicestudio/nord-vim/projects/6) [](https://github.com/arcticicestudio/nord-vim/milestone/5)
## Improvements
@@ -284,7 +322,7 @@ This has been fixed by using `nord5` as foreground color. (@scottwillmoore, #11,
# 0.2.0
- [](https://github.com/arcticicestudio/nord-vim/projects/5) [](https://github.com/arcticicestudio/nord-vim/milestone/4)
+ [](https://github.com/arcticicestudio/nord-vim/projects/5) [](https://github.com/arcticicestudio/nord-vim/milestone/4)
## Improvements
@@ -299,7 +337,7 @@ This has been fixed by using `nord5` as foreground color. (@scottwillmoore, #11,
# 0.1.2
*2017-01-01*
- [](https://github.com/arcticicestudio/nord-vim/projects/4) [](https://github.com/arcticicestudio/nord-vim/milestone/3)
+ [](https://github.com/arcticicestudio/nord-vim/projects/4) [](https://github.com/arcticicestudio/nord-vim/milestone/3)
## Bug Fixes
@@ -308,7 +346,7 @@ order. (@shuei72, #5, f8ffce24)
# 0.1.1
- [](https://github.com/arcticicestudio/nord-vim/projects/3) [](https://github.com/arcticicestudio/nord-vim/milestone/2)
+ [](https://github.com/arcticicestudio/nord-vim/projects/3) [](https://github.com/arcticicestudio/nord-vim/milestone/2)
## Bug Fixes
@@ -341,6 +379,7 @@ Detailed information about features, supported plugins/languages and install ins
[gh-55-arcticicestudio/nord]: https://github.com/arcticicestudio/nord/issues/55
[gist-colors-in-terminals]: https://gist.github.com/XVilka/8346728
[itchyny/lightline.vim-gh-257]: https://github.com/itchyny/lightline.vim/pull/257
+[itchyny/lightline-adv-config]: https://github.com/itchyny/lightline.vim#advanced-configuration
[lesscss-doc-fn-lighten]: http://lesscss.org/functions/#color-operations-lighten
[nord-gh]: https://github.com/arcticicestudio/nord
[nord-atom-syntax-pr-47]: https://github.com/arcticicestudio/nord-atom-syntax/pull/47
@@ -348,6 +387,7 @@ Detailed information about features, supported plugins/languages and install ins
[plugin-ale]: https://github.com/w0rp/ale
[plugin-ctrlp]: https://github.com/ctrlpvim/ctrlp.vim
[plugin-junegunn/vim-plug]: https://github.com/junegunn/vim-plug
+[plugin-mhinz/vim-signify]: https://github.com/mhinz/vim-signify
[plugin-plasticboy/vim-markdown]: https://github.com/plasticboy/vim-markdown
[plugin-tpope/vim-fugitive]: https://github.com/tpope/vim-fugitive
[readme-config]: https://github.com/arcticicestudio/nord-vim#configuration
diff --git a/LICENSE.md b/LICENSE.md
index 544df17..34bd797 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,7 +1,7 @@
MIT License (MIT)
-Copyright (c) 2016-2017 Arctic Ice Studio (http://arcticicestudio.com)
-Copyright (c) 2016-2017 Sven Greb (http://svengreb.de)
+Copyright (c) 2016-present Arctic Ice Studio (http://arcticicestudio.com)
+Copyright (c) 2016-present Sven Greb (http://svengreb.de)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index ee56f60..e154661 100644
--- a/README.md
+++ b/README.md
@@ -280,7 +280,7 @@ Please report issues/bugs, feature requests and suggestions for improvements to

-
Copyright © 2017 Arctic Ice Studio
+Copyright © 2016-present Arctic Ice Studio

diff --git a/autoload/airline/themes/nord.vim b/autoload/airline/themes/nord.vim
index 34a75e0..af620b9 100755
--- a/autoload/airline/themes/nord.vim
+++ b/autoload/airline/themes/nord.vim
@@ -1,11 +1,11 @@
-" Copyright (c) 2016-2017 Arctic Ice Studio
-" Copyright (c) 2016-2017 Sven Greb
+" Copyright (c) 2016-present Arctic Ice Studio
+" Copyright (c) 2016-present Sven Greb
" Project: Nord Vim
" Repository: https://github.com/arcticicestudio/nord-vim
" License: MIT
-let s:nord_vim_version="0.7.0"
+let s:nord_vim_version="0.8.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 c6a4d97..e20421f 100755
--- a/autoload/lightline/colorscheme/nord.vim
+++ b/autoload/lightline/colorscheme/nord.vim
@@ -1,11 +1,11 @@
-" Copyright (c) 2016-2017 Arctic Ice Studio
-" Copyright (c) 2016-2017 Sven Greb
+" Copyright (c) 2016-present Arctic Ice Studio
+" Copyright (c) 2016-present Sven Greb
" Project: Nord Vim
" Repository: https://github.com/arcticicestudio/nord-vim
" License: MIT
-let s:nord_vim_version="0.7.0"
+let s:nord_vim_version="0.8.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 751fa87..52ec4a5 100755
--- a/colors/nord.vim
+++ b/colors/nord.vim
@@ -1,5 +1,5 @@
-" Copyright (c) 2016-2017 Arctic Ice Studio
-" Copyright (c) 2016-2017 Sven Greb
+" Copyright (c) 2016-present Arctic Ice Studio
+" Copyright (c) 2016-present Sven Greb
" Project: Nord Vim
" Repository: https://github.com/arcticicestudio/nord-vim
@@ -13,7 +13,7 @@ if version > 580
endif
let g:colors_name = "nord"
-let s:nord_vim_version="0.7.0"
+let s:nord_vim_version="0.8.0"
set background=dark
let s:nord0_gui = "#2E3440"