Josh Dick
8 years ago
No known key found for this signature in database
GPG Key ID: 504C35EB636445DC
2 changed files with
2 additions and
0 deletions
-
build/templates/onedark.template.vim
-
colors/onedark.vim
|
@ -494,6 +494,7 @@ call s:h("gitcommitDiscardedFile", { "fg": s:red }) |
|
|
call s:h("gitcommitSelectedFile", { "fg": s:green }) |
|
|
call s:h("gitcommitSelectedFile", { "fg": s:green }) |
|
|
call s:h("gitcommitUnmergedFile", { "fg": s:yellow }) |
|
|
call s:h("gitcommitUnmergedFile", { "fg": s:yellow }) |
|
|
call s:h("gitcommitFile", {}) |
|
|
call s:h("gitcommitFile", {}) |
|
|
|
|
|
call s:h("gitcommitSummary", { "fg": s:white }) |
|
|
hi link gitcommitNoBranch gitcommitBranch |
|
|
hi link gitcommitNoBranch gitcommitBranch |
|
|
hi link gitcommitUntracked gitcommitComment |
|
|
hi link gitcommitUntracked gitcommitComment |
|
|
hi link gitcommitDiscarded gitcommitComment |
|
|
hi link gitcommitDiscarded gitcommitComment |
|
|
|
@ -494,6 +494,7 @@ call s:h("gitcommitDiscardedFile", { "fg": s:red }) |
|
|
call s:h("gitcommitSelectedFile", { "fg": s:green }) |
|
|
call s:h("gitcommitSelectedFile", { "fg": s:green }) |
|
|
call s:h("gitcommitUnmergedFile", { "fg": s:yellow }) |
|
|
call s:h("gitcommitUnmergedFile", { "fg": s:yellow }) |
|
|
call s:h("gitcommitFile", {}) |
|
|
call s:h("gitcommitFile", {}) |
|
|
|
|
|
call s:h("gitcommitSummary", { "fg": s:white }) |
|
|
hi link gitcommitNoBranch gitcommitBranch |
|
|
hi link gitcommitNoBranch gitcommitBranch |
|
|
hi link gitcommitUntracked gitcommitComment |
|
|
hi link gitcommitUntracked gitcommitComment |
|
|
hi link gitcommitDiscarded gitcommitComment |
|
|
hi link gitcommitDiscarded gitcommitComment |
|
|