diff --git a/lua/lush_theme/zenbones.lua b/lua/lush_theme/zenbones.lua index 181c13f..beb39e4 100644 --- a/lua/lush_theme/zenbones.lua +++ b/lua/lush_theme/zenbones.lua @@ -87,11 +87,12 @@ local theme = lush(function() CursorLine { bg = sand.da(4) }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set. 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(64) }, -- diff mode: Added line |diff.txt| - DiffChange { bg = water.de(36).li(68) }, -- diff mode: Changed line |diff.txt| - DiffDelete { bg = rose.sa(8).li(50) }, -- diff mode: Deleted line |diff.txt| - DiffText { bg = water.de(24).li(56), fg = stone }, -- diff mode: Changed text within a changed line |diff.txt| - -- TermCursorNC { }, -- cursor in an unfocused terminal + + 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| + 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 FoldColumn { LineNr, gui = "bold" }, -- 'foldcolumn'