mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-13 21:43:49 -05:00
@@ -1,6 +1,6 @@
|
|||||||
" Vim Color File
|
" Vim Color File
|
||||||
" Name: onedark.vim
|
" Name: onedark.vim
|
||||||
" Version: 1.44
|
" Version: 1.45
|
||||||
" Maintainer: https://github.com/joshdick/onedark.vim/
|
" Maintainer: https://github.com/joshdick/onedark.vim/
|
||||||
" License: The MIT License (MIT)
|
" License: The MIT License (MIT)
|
||||||
" Based On: https://github.com/MaxSt/FlatColor/
|
" Based On: https://github.com/MaxSt/FlatColor/
|
||||||
@@ -206,6 +206,10 @@ call s:h("GitGutterDelete", { "fg": s:red, "bg": s:gutter_bg_grey })
|
|||||||
call s:h("GitGutterChange", { "fg": s:yellow, "bg": s:gutter_bg_grey })
|
call s:h("GitGutterChange", { "fg": s:yellow, "bg": s:gutter_bg_grey })
|
||||||
call s:h("GitGutterChangeDelete", { "fg": s:red, "bg": s:gutter_bg_grey })
|
call s:h("GitGutterChangeDelete", { "fg": s:red, "bg": s:gutter_bg_grey })
|
||||||
|
|
||||||
|
" Fugitive
|
||||||
|
call s:h("diffAdded", { "fg": s:green })
|
||||||
|
call s:h("diffRemoved", { "fg": s:red })
|
||||||
|
|
||||||
" +------------------+
|
" +------------------+
|
||||||
" | Git Highlighting |
|
" | Git Highlighting |
|
||||||
" +------------------+
|
" +------------------+
|
||||||
|
|||||||
Reference in New Issue
Block a user