vscode-theme-flatui icon indicating copy to clipboard operation
vscode-theme-flatui copied to clipboard

Light Theme: Search & Replace string not highlighted

Open savbran opened this issue 4 years ago • 4 comments

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.

savbran avatar Sep 24 '19 07:09 savbran

What a pity! No one seems to maintain such a beautiful theme.

kortin99 avatar Oct 20 '21 07:10 kortin99

Hi there, I love this theme and this problem also irritated me so I fixed it in my fork here.

aidan-gibson avatar Nov 21 '21 10:11 aidan-gibson

@aidan-gibson thx, it's work for me.

kortin99 avatar Nov 25 '21 06:11 kortin99

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!

gsoldevila avatar Jun 28 '22 08:06 gsoldevila