vscode-theme-flatui
vscode-theme-flatui copied to clipboard
Light Theme: Search & Replace string not highlighted
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.
What a pity! No one seems to maintain such a beautiful theme.
Hi there, I love this theme and this problem also irritated me so I fixed it in my fork here.
@aidan-gibson thx, it's work for me.
To the loyal fans of the FlatUI immersed, know that you can override the highlight colour of the input boxes by appending the following config to your settings.json
:
"workbench.colorCustomizations": { "selection.background": "#49d0c5" }
Cheers!