From 3219964cb3f8c1236ffa42d13b1159a80b8241a2 Mon Sep 17 00:00:00 2001 From: andrzej Date: Fri, 3 May 2024 20:01:50 +0200 Subject: [PATCH] remove modes groups (plugin uninstalled) --- nvim/.config/nvim/lua/plugins/themes.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nvim/.config/nvim/lua/plugins/themes.lua b/nvim/.config/nvim/lua/plugins/themes.lua index 31e801c..461d4d0 100644 --- a/nvim/.config/nvim/lua/plugins/themes.lua +++ b/nvim/.config/nvim/lua/plugins/themes.lua @@ -58,12 +58,6 @@ return { -- VertSplit = { fg = "muted", bg = "muted" }, Folded = { fg = "foam", bg = "highlight_med" }, CursorLine = { bg = "surface" }, - - ModesInsert = { bg = "gold" }, - --cursor line - ModesInsertCursorLine = { bg = "overlay" }, - ModesVisual = { bg = "foam" }, - ModesVisualVisual = { bg = "pine" }, }, before_highlight = function(group, highlight, palette)