mirror of
https://github.com/nordtheme/vim.git
synced 2026-09-10 07:36:23 -04:00
Merge branch 'bugfix/ghi-#5-colors_name-not-set' into develop
This commit is contained in:
commit
f8ffce2445
|
|
@ -6,6 +6,13 @@
|
||||||
" email development@arcticicestudio.com +
|
" email development@arcticicestudio.com +
|
||||||
" copyright Copyright (C) 2016 +
|
" copyright Copyright (C) 2016 +
|
||||||
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
if version > 580
|
||||||
|
hi clear
|
||||||
|
if exists("syntax_on")
|
||||||
|
syntax reset
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
let g:colors_name = "nord"
|
let g:colors_name = "nord"
|
||||||
let s:nord_vim_version="0.1.1"
|
let s:nord_vim_version="0.1.1"
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
@ -41,13 +48,6 @@ let s:nord13_term = "3"
|
||||||
let s:nord14_term = "2"
|
let s:nord14_term = "2"
|
||||||
let s:nord15_term = "5"
|
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)
|
function! s:hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)
|
||||||
if a:guifg != ""
|
if a:guifg != ""
|
||||||
exec "hi " . a:group . " guifg=" . a:guifg
|
exec "hi " . a:group . " guifg=" . a:guifg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue