Visual Studio Code: Customize find/search match highlight color
6 years ago, April 1, 2018
Reading time: 1 mins
To customize the highlight color of the find matches in visual studio code go to:
File > Preferences > Settings > User Settings and add following to workbench.colorCustomizations and choose the colors.
File > Preferences > Settings > User Settings and add following to workbench.colorCustomizations and choose the colors.
"workbench.colorCustomizations": {
"editor.findMatchBackground":"#6f7700",
"editor.findMatchHighlightBackground":"#833d03"
}