aboutsummaryrefslogtreecommitdiffstats
path: root/colors
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-01-01 10:25:53 +0100
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-01-01 10:25:53 +0100
commitf568b3e73d1d0f2bd3afb80ce01056c29eb97f1f (patch)
tree903732eb5de0c29fa62a05659f1c777c8cb2fed6 /colors
parent15fb50b6aa327bde7a92e7c786f74ba0904a93e3 (diff)
parent499bf8be4a7989b0321ba11558db6271170aaf9a (diff)
downloadnord-vim-f568b3e73d1d0f2bd3afb80ce01056c29eb97f1f.tar.gz
Merge branch 'release/0.1.2'
Diffstat (limited to 'colors')
-rwxr-xr-xcolors/nord.vim16
1 files changed, 8 insertions, 8 deletions
diff --git a/colors/nord.vim b/colors/nord.vim
index 407d512..2e53fa8 100755
--- a/colors/nord.vim
+++ b/colors/nord.vim
@@ -6,8 +6,15 @@
" email development@arcticicestudio.com +
" copyright Copyright (C) 2016 +
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+if version > 580
+ hi clear
+ if exists("syntax_on")
+ syntax reset
+ endif
+endif
+
let g:colors_name = "nord"
-let s:nord_vim_version="0.1.1"
+let s:nord_vim_version="0.1.2"
set background=dark
let s:nord0_gui = "#2E3440"
@@ -41,13 +48,6 @@ let s:nord13_term = "3"
let s:nord14_term = "2"
let s:nord15_term = "5"
-if version > 580
- hi clear
- if exists("syntax_on")
- syntax reset
- endif
-endif
-
function! s:hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
if a:guifg != ""
exec "hi " . a:group . " guifg=" . a:guifg