Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Changing code colors in DW2020

Community Beginner ,
Sep 12, 2022 Sep 12, 2022

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.

115
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 12, 2022 Sep 12, 2022
LATEST

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.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines