From df182a8779be6396b3e8d45871fc48d8d2d50808 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 23 Aug 2021 11:48:06 +0800 Subject: [PATCH] adjust cursor colors --- lua/lush_theme/zenbones.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/lush_theme/zenbones.lua b/lua/lush_theme/zenbones.lua index 8d7ade3..6aaaebf 100644 --- a/lua/lush_theme/zenbones.lua +++ b/lua/lush_theme/zenbones.lua @@ -78,10 +78,10 @@ local theme = lush(function() ErrorMsg { Error }, -- error messages on the command line WarningMsg { fg = wood }, -- warning messages - Comment { fg = sand.da(40).de(28), gui = "italic" }, -- any comment - ColorColumn { bg = rose.li(39).de(40) }, -- used for the columns set with 'colorcolumn' - Conceal { gui = "bold,italic" }, -- placeholder characters substituted for concealed text (see 'conceallevel') - -- Cursor { }, -- character under the cursor + Comment { fg = sand.da(38).de(28), gui = "italic" }, -- any comment + ColorColumn { bg = rose.li(42).de(40) }, -- used for the columns set with 'colorcolumn' + Conceal { fg = stone.li(20), gui = "bold,italic" }, -- placeholder characters substituted for concealed text (see 'conceallevel') + Cursor { bg = stone, fg = sand.li(20) }, -- character under the cursor -- lCursor { }, -- the character under the cursor when |language-mapping| is used (see 'guicursor') -- CursorIM { }, -- like Cursor, but used when in IME mode |CursorIM| CursorLine { bg = sand.da(4) }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.