mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-17 07:23:39 -05:00
Revise DiffChange/DiffText to be less ambiguous and less visually loud.
Closes #126.
This commit is contained in:
@@ -207,9 +207,9 @@ else
|
|||||||
endif
|
endif
|
||||||
call s:h("Directory", { "fg": s:blue }) " directory names (and other special names in listings)
|
call s:h("Directory", { "fg": s:blue }) " directory names (and other special names in listings)
|
||||||
call s:h("DiffAdd", { "bg": s:green, "fg": s:black }) " diff mode: Added line
|
call s:h("DiffAdd", { "bg": s:green, "fg": s:black }) " diff mode: Added line
|
||||||
call s:h("DiffChange", { "bg": s:yellow, "fg": s:black }) " diff mode: Changed line
|
call s:h("DiffChange", { "fg": s:yellow, "gui": "underline", "cterm": "underline" }) " diff mode: Changed line
|
||||||
call s:h("DiffDelete", { "bg": s:red, "fg": s:black }) " diff mode: Deleted line
|
call s:h("DiffDelete", { "bg": s:red, "fg": s:black }) " diff mode: Deleted line
|
||||||
call s:h("DiffText", { "bg": s:black, "fg": s:yellow }) " diff mode: Changed text within a changed line
|
call s:h("DiffText", { "bg": s:yellow, "fg": s:black }) " diff mode: Changed text within a changed line
|
||||||
call s:h("ErrorMsg", { "fg": s:red }) " error messages on the command line
|
call s:h("ErrorMsg", { "fg": s:red }) " error messages on the command line
|
||||||
call s:h("VertSplit", { "fg": s:vertsplit }) " the column separating vertically split windows
|
call s:h("VertSplit", { "fg": s:vertsplit }) " the column separating vertically split windows
|
||||||
call s:h("Folded", { "fg": s:comment_grey }) " line used for closed folds
|
call s:h("Folded", { "fg": s:comment_grey }) " line used for closed folds
|
||||||
|
|||||||
Reference in New Issue
Block a user