diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-08-03 05:32:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 05:32:01 +0200 |
commit | 914792db124c32cd7d3eef8a177e71d715951013 (patch) | |
tree | 284dc9966a789b55819a37c24df7e1f5ac374f72 /colors | |
parent | db7d3d3744dcae7574fb9bdd1907f228478b9321 (diff) | |
parent | b18fe5019de12ca3ce0ae6004f848b87bc38fa1a (diff) | |
download | nord-vim-914792db124c32cd7d3eef8a177e71d715951013.tar.gz |
Merge pull request #42 from arcticicestudio/improvement/gh-31-neovim-health-check-background-highlight-current-line
Neovim health check highlight status groups support
Diffstat (limited to 'colors')
-rwxr-xr-x | colors/nord.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index 26f7767..e9b3afb 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -106,6 +106,10 @@ call s:hi("SpellLocal", "", s:nord0_gui, "", "NONE", "undercurl", s:nord5_gui) call s:hi("SpellRare", "", s:nord0_gui, "", "NONE", "undercurl", s:nord6_gui) call s:hi("Visual", "", s:nord2_gui, "", s:nord1_term, "", "") call s:hi("VisualNOS", "", s:nord2_gui, "", s:nord1_term, "", "") +"+- Neovim Support -+ +call s:hi("healthError", s:nord11_gui, s:nord1_gui, s:nord11_term, s:nord1_term, "", "") +call s:hi("healthSuccess", s:nord14_gui, s:nord1_gui, s:nord14_term, s:nord1_term, "", "") +call s:hi("healthWarning", s:nord13_gui, s:nord1_gui, s:nord13_term, s:nord1_term, "", "") "+--- Gutter ---+ call s:hi("CursorColumn", "", s:nord1_gui, "NONE", s:nord1_term, "", "") |