Skip to content

Commit

Permalink
Merge pull request #77 from anhari/fugitive-syntax-highlting
Browse files Browse the repository at this point in the history
Fugitive syntax highlting
  • Loading branch information
arcticicestudio committed Dec 2, 2017
2 parents fa55dc3 + fa2ad03 commit fa09c3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions colors/nord.vim
Expand Up @@ -460,6 +460,12 @@ call s:hi("GitGutterChange", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("GitGutterChangeDelete", s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("GitGutterDelete", s:nord11_gui, "", s:nord11_term, "", "", "")

" fugitive.vim
" > tpope/vim-fugitive
call s:hi("gitcommitDiscardedFile", s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("gitcommitUntrackedFile", s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("gitcommitSelectedFile", s:nord14_gui, "", s:nord14_term, "", "", "")

" davidhalter/jedi-vim
call s:hi("jediFunction", s:nord4_gui, s:nord3_gui, "", s:nord3_term, "", "")
call s:hi("jediFat", s:nord8_gui, s:nord3_gui, s:nord8_term, s:nord3_term, "bold,underline", "")
Expand Down

0 comments on commit fa09c3b

Please sign in to comment.