diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2019-03-21 15:33:21 +0100 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2019-03-21 15:33:21 +0100 |
commit | 0707af4d54b646c5efebefd2aad68285862fd1a8 (patch) | |
tree | 6c12cc737c4952ed6f0b2bfe70ec24a0e07566c8 /colors | |
parent | 9e0249caa7d122d55a75b790c61db36ab3bdc97d (diff) | |
download | nord-vim-0707af4d54b646c5efebefd2aad68285862fd1a8.tar.gz |
Prepare release version 0.10.0
Diffstat (limited to 'colors')
-rwxr-xr-x | colors/nord.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index e71ee5d..328245f 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -13,7 +13,7 @@ if version > 580 endif let g:colors_name = "nord" -let s:nord_vim_version="0.9.0" +let s:nord_vim_version="0.10.0" set background=dark let s:nord0_gui = "#2E3440" |