You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set this "vim.searchHighlightColor": "rgba(227, 122, 17, 0.8)", there is no change to the search highlight.
To Reproduce
Steps to reproduce the behavior:
Go to Settings
Find the Vim:Search Highlight Color
Change to rgba(227,122,17,0.8)
Save settings.
Open a file and search for a string using \find, where find is what you're searching for.
There is no change in the highlight colour.
Expected behavior
The highlighted found word should be a different colour (the one specified) and not the default.
It would be even better if this extension used the system colours for highlighting search items: editor.findMatchBackground, editor.findMatchHighlightBackground and related options.
Describe the bug
When I set this
"vim.searchHighlightColor": "rgba(227, 122, 17, 0.8)"
, there is no change to the search highlight.To Reproduce
Steps to reproduce the behavior:
rgba(227,122,17,0.8)
\find
, wherefind
is what you're searching for.Expected behavior
The highlighted found word should be a different colour (the one specified) and not the default.
It would be even better if this extension used the system colours for highlighting search items:
editor.findMatchBackground
,editor.findMatchHighlightBackground
and related options.Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: