Skip to content

Commit

Permalink
Merge branch 'bugfix/ghi-#5-colors_name-not-set' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 1, 2017
2 parents 4666c59 + c333f8f commit f8ffce2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions colors/nord.vim
Expand Up @@ -6,6 +6,13 @@
" 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"
set background=dark
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f8ffce2

Please sign in to comment.