Make Background Color Transparent in Styler
-
I have a User Defined Language in which I have used the Styler Dialog to set the background color for a particular item. I no longer want this item to have a specified background color. Is there a way to reset it or set it to transparent so the background color for the interface is used or is my only option to set the background color to match the background color of the editor?
-
There is no transparent option. Even if you look in %appdata%\Notepad++\userDefineLang.xml where the settings are stored, all the styles specify bgColor=[something]. I experimented with removing it but Notepad corrected it with bgColor=“FFFFFF”