Skip to content

Commit

Permalink
Merge pull request #5 from vdng/dev/vimwiki
Browse files Browse the repository at this point in the history
Add support for vimwiki
  • Loading branch information
lighthaus-theme authored Apr 3, 2021
2 parents 32e631e + 109e1a7 commit ae37e5a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion colors/lighthaus.vim
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,21 @@ call s:h("plugDeleted", s:red, "", "")
" ― ― ― ― ― ― ― ― ―
" {
call s:h("SignatureMarkText", s:hl_orange, "", "")
" }


" ― ― ― ― ― ― ― ― ―
" ― VIMWIKI ―
" https://github.com/vimwiki/vimwiki
" ― ― ― ― ― ― ― ― ―
call s:h("VimwikiHeader1", s:hl_yellow, "", s:B)
call s:h("VimwikiHeader2", s:green, "", s:B)
call s:h("VimwikiHeader3", s:orange2, "", s:B)
call s:h("VimwikiHeader4", s:purple, "", s:B)
call s:h("VimwikiHeader5", s:cyan, "", s:B)
call s:h("VimwikiHeader6", s:white, "", s:B)


" }
" ― ― ― ― ― ― ― ― ―
" NEOVIM COLOR BUFFER
" ― ― ― ― ― ― ― ― ―
Expand Down

0 comments on commit ae37e5a

Please sign in to comment.