mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-12 21:13:49 -05:00
@@ -214,7 +214,7 @@ call s:h("diffRemoved", { "fg": s:red })
|
|||||||
" | Git Highlighting |
|
" | Git Highlighting |
|
||||||
" +------------------+
|
" +------------------+
|
||||||
|
|
||||||
call s:h("gitcommitComment", {})
|
call s:h("gitcommitComment", { "fg": s:comment_grey })
|
||||||
call s:h("gitcommitUnmerged", { "fg": s:green })
|
call s:h("gitcommitUnmerged", { "fg": s:green })
|
||||||
call s:h("gitcommitOnBranch", {})
|
call s:h("gitcommitOnBranch", {})
|
||||||
call s:h("gitcommitBranch", { "fg": s:purple })
|
call s:h("gitcommitBranch", { "fg": s:purple })
|
||||||
|
|||||||
Reference in New Issue
Block a user