Issue:
Given that you set the FlatUI Immersed Light Style theme in VS Code
When you open Search function in VS Code (CTRL + F) then click on left arrow to enable Replace
And you search for an available string that is present many times in the file on the same row,
And you press 'Previous or Next match' arrows,
Then the current string, on which the cursor is acting, is not visible (not highlighted)
Correct behavior:
...Then the current string, on which the cursor is acting, should be highlighted as done in the default VS Code color theme.