Not sure about how to do the button colours and text for the number of results.
Know that changing editor widget colours will apply to all editor widgets expect for those that have their own dedicated colour customization points, such as editor hover widgets, and editor suggestion widgets.
The Editor widget is shown in front of the editor content. Examples
are the Find/Replace dialog, the suggestion widget, and the editor
hover.
with its many options for customizing the Find Widget.
And elsewhere on that page find will take you to
Input control
Colors for input controls such as in the Search view or the
Find/Replace dialog.
with its related options.
As for the input boxes in the Find Widget, these Theme Colors apply:
input.background: Input box background.
input.border: Input box border.
input.foreground: Input box foreground.
input.placeholderForeground: Input box foreground color for placeholder text.
inputOption.activeBackground: Background color of activated options in input fields.
inputOption.activeBorder: Border color of activated options in input fields.
inputOption.activeForeground: Foreground color of activated options in input fields.
inputOption.hoverBackground: Background color of activated options in input fields.
The inputOption ones apply to the icon options that actually appear INSIDE the input box, like Match Case, Match Whole Word and Use Regular Expression.
Finally, for those other icons in the Find Widget not covered by inputOption, use
icon.foreground: The default color for icons in the workbench.
which works for previous/next match and close – but curiously not for the Find in Selection icon.
2
Answers
This should cover most of it:
Not sure about how to do the button colours and text for the number of results.
Know that changing editor widget colours will apply to all editor widgets expect for those that have their own dedicated colour customization points, such as editor hover widgets, and editor suggestion widgets.
Go to vscode Theme Color Reference and search for
find
on the page.It will take you to
with its many options for customizing the Find Widget.
And elsewhere on that page
find
will take you towith its related options.
As for the input boxes in the Find Widget, these Theme Colors apply:
The
inputOption
ones apply to the icon options that actually appear INSIDE the input box, likeMatch Case, Match Whole Word
andUse Regular Expression
.Finally, for those other icons in the Find Widget not covered by
inputOption
, usewhich works for previous/next match and close – but curiously not for the
Find in Selection
icon.