🎨 ux(nvim): change visual selection to be more visible

This commit is contained in:
Sergio Laín 2024-10-19 13:24:59 +02:00
parent c0066adf22
commit 8fe65f3c03
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -16,6 +16,7 @@ return {
term_colors = true,
custom_highlights = function()
return {
Visual = { bg = palette.surface2 },
FloatermBorder = { fg = palette.base },
TelescopeMatching = { fg = palette.blue },
TelescopeSelection = { fg = palette.text, bg = palette.surface0, bold = true },