remove modes groups (plugin uninstalled)

This commit is contained in:
andrzej 2024-05-03 20:01:50 +02:00
parent 939e4ae8e8
commit 3219964cb3
1 changed files with 0 additions and 6 deletions

View File

@ -58,12 +58,6 @@ return {
-- VertSplit = { fg = "muted", bg = "muted" }, -- VertSplit = { fg = "muted", bg = "muted" },
Folded = { fg = "foam", bg = "highlight_med" }, Folded = { fg = "foam", bg = "highlight_med" },
CursorLine = { bg = "surface" }, CursorLine = { bg = "surface" },
ModesInsert = { bg = "gold" },
--cursor line
ModesInsertCursorLine = { bg = "overlay" },
ModesVisual = { bg = "foam" },
ModesVisualVisual = { bg = "pine" },
}, },
before_highlight = function(group, highlight, palette) before_highlight = function(group, highlight, palette)