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)