4/1/2018
Reading time: 1 mins

Visual Studio Code: Customize find/search match highlight color

 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.

"workbench.colorCustomizations": {

"editor.findMatchBackground":"#6f7700",

"editor.findMatchHighlightBackground":"#833d03"

}
Previous
Javascript reduce function on array of objects
Next
AWS CloudWatch log Lambda console logs
© 2024 Anil Maharjan