From 0c36d3c07f3ce72318e7c31ab533df7d9ccd0f71 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Tue, 24 Aug 2021 16:43:49 +0800 Subject: [PATCH] lighter visual bg --- lua/lush_theme/zenbones.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lush_theme/zenbones.lua b/lua/lush_theme/zenbones.lua index 717b3e9..fb78680 100644 --- a/lua/lush_theme/zenbones.lua +++ b/lua/lush_theme/zenbones.lua @@ -136,7 +136,7 @@ local theme = lush(function() TabLineSel { Bold }, -- tab pages line, active tab page label Title { Bold }, -- titles for output from ":set all", ":autocmd" etc. - Visual { bg = stone.li(40), fg = sand }, -- Visual mode selection + Visual { bg = stone.li(84) }, -- Visual mode selection -- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection". NonText { fg = sand.da(22) }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.