Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light Theme: Search & Replace string not highlighted #18

Open
savbran opened this issue Sep 24, 2019 · 4 comments
Open

Light Theme: Search & Replace string not highlighted #18

savbran opened this issue Sep 24, 2019 · 4 comments

Comments

@savbran
Copy link

savbran commented Sep 24, 2019

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.

@kortin99
Copy link

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

@aidan-gibson
Copy link

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

@kortin99
Copy link

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

@gsoldevila
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants