via http://www.codeproject.com/Tips/380866/Colorify-regions-in-VS-Code-Editor
The idea is that you define in some place the color mapping //region lightgreen Properties;//region lightcyan Actions; Then, in any region you want to have that background color, include that keyword like in the introduction screenshot. |