Visual Studio Code
File -> Preferences -> Settings -> Extensions -> Scroll down and find "Edit in settings.json"
"highlight-matching-tag.styles": {
"opening": {
"name": {
"underline": "blue" //write any color
}
}
}
highlight-matching-tag.styles { opening: { name: { underline: "#155FFA" } } }