Customize Individual HTML Tag colors?
Good Morning Adobe Forum,
I am working to create "Dreamweaver 2015" style light and dark themes for Dreamweaver 2017-18's code view.
However, I have hit a roadblock. Dreamweaver 2017-18 use brackets as the code editor, and one can create a custom theme by overriding the CSS in the main.less file. However, I can't find any way to target individual HTML tags. For instance, in DW15 the form and input tags take a dark yellow color, where the div tags take a purple color and the table tags takes a teal color.
I am working to recreate these colors but I cannot find a way to target anything more specific than the .cm-tag elements in the main.less file.
Further research shows that brackets doesn't support this by default, but a plugin has been built on github to add this functionality to Brackets. I tried to install the code from this plugin into the Theme folder but to no avail. I tried copying the main.js file and the folders from this plugin into the copy of the light theme I was using to edit the main.less file, but I don't think the main.js file gets fired even if you point to that instead of the main.less file in the package.json file.
GitHub - jzmstrjp/brackets---color-the-tag-name: brackets extension - color the tag name
So, on to my questions:
1. Is there a way to target the colors of individual HTML tag types in DW2017-18 main.less files? Any class more specific than .cm-tag like maybe .cm-tag-form or .cm-tag-input?
or
2. Can anybody figure out a way to install the above plugin into the brackets version that DW 2017-18 leverages for code editing? Or any Brackets plugins at all?
Thanks All!
