🎨 ux(nvim): change visual selection to be more visible
This commit is contained in:
parent
c0066adf22
commit
8fe65f3c03
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ return {
|
||||||
term_colors = true,
|
term_colors = true,
|
||||||
custom_highlights = function()
|
custom_highlights = function()
|
||||||
return {
|
return {
|
||||||
|
Visual = { bg = palette.surface2 },
|
||||||
FloatermBorder = { fg = palette.base },
|
FloatermBorder = { fg = palette.base },
|
||||||
TelescopeMatching = { fg = palette.blue },
|
TelescopeMatching = { fg = palette.blue },
|
||||||
TelescopeSelection = { fg = palette.text, bg = palette.surface0, bold = true },
|
TelescopeSelection = { fg = palette.text, bg = palette.surface0, bold = true },
|
||||||
|
|
Loading…
Add table
Reference in a new issue