adjust diff

This commit is contained in:
Michael Chris Lopez
2021-08-24 17:26:14 +08:00
parent 0c36d3c07f
commit 1dc8647ca4

View File

@@ -91,10 +91,10 @@ local theme = lush(function()
CursorColumn { CursorLine }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
Directory { Bold }, -- directory names (and other special names in listings)
DiffAdd { bg = leaf.de(42).li(80) }, -- diff mode: Added line |diff.txt|
DiffChange { bg = water.de(36).li(76) }, -- diff mode: Changed line |diff.txt|
DiffDelete { bg = rose.sa(8).li(60) }, -- diff mode: Deleted line |diff.txt|
DiffText { bg = water.de(24).li(62), fg = stone }, -- diff mode: Changed text within a changed line |diff.txt|
DiffAdd { bg = leaf.de(48).li(64) }, -- diff mode: Added line |diff.txt|
DiffChange { bg = water.de(38).li(76) }, -- diff mode: Changed line |diff.txt|
DiffDelete { bg = rose.de(22).li(60) }, -- diff mode: Deleted line |diff.txt|
DiffText { bg = water.de(24).li(68), fg = stone }, -- diff mode: Changed text within a changed line |diff.txt|
LineNr { bg = sand.da(6), fg = sand.da(46) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
SignColumn { LineNr }, -- column where |signs| are displayed