updated modes.nvim colors

This commit is contained in:
2024-04-01 23:21:39 +02:00
parent 09f6ce83a6
commit 287a8b4e66
2 changed files with 4 additions and 4 deletions

View File

@@ -305,9 +305,9 @@ theme.set_highlights = function(opts)
-- modes.nvim
hl(0, "ModesCopy", { bg = c.fg, fg = c.bg })
hl(0, "ModesDelete", { bg = c.removed_bg })
hl(0, "ModesInsert", { bg = c.added_bg })
hl(0, "ModesVisual", { bg = c.visual_bg })
hl(0, "ModesDelete", { bg = c.removed_fg })
hl(0, "ModesInsert", { bg = c.added_fg })
hl(0, "ModesVisual", { bg = c.visual_fg })
end
return theme