Copy link to clipboard
Copied
Anyone figure out how to make specific tags show up in different colors in Dreamweaver 2020's code view? I have been fiddling with the main.less file but it doesn't seem to allow me to change the color of a specific tag. I am hoping to change CFML tag colors - or just change the HTML tags to another color so the CFML stuff stays blue.
Copy link to clipboard
Copied
Get another Theme.
I don't use CF myself. But my code Theme (Ruby Blue) which I obtained from Brackets Themes on GitHub contains color references for CFScript tag in the .LESS file.
<tagColor id="CodeColor_CFScriptTag" text="#903" />
Hope that helps.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now