Skip to main content
rob-mcp
Inspiring
January 13, 2017
Answered

In Code or Split view start / end tags highlighted in Yukky colour

  • January 13, 2017
  • 2 replies
  • 443 views

Anyone help with this?

When using DW CC 2017 version, my <p> <div> etc, tags have started to highlight in a horrid green highlight colour in white text.

I've looked at various settings and can find no way to change this or make it stop.

Any suggestions?

This topic has been closed for replies.
Correct answer osgood_

rob-mcp wrote:

I now have a different highlight color but the background is too dark. So I STILL have to mess around. Not good enough Adobe.

You could try using rgb and rgba colors and giving it some transparency:

.CodeMirror-matchingtag {

background: rgb(255,255,255);

background: rgba(255,255,255,0.9);

}

2 replies

rob-mcp
rob-mcpAuthor
Inspiring
January 13, 2017

Sort of helps in that the pea green colour has turned to yellow but every other setting relates to DARK .

The last poster who said WTF echoes my sentiments exactly. The green color is HORRID, this is the preference of the dev who wrote this. This is poor user experience, there MUST be an easier way to do this.

I now have a different highlight color but the background is too dark. So I STILL have to mess around. Not good enough Adobe.

osgood_Correct answer
Legend
January 13, 2017

rob-mcp wrote:

I now have a different highlight color but the background is too dark. So I STILL have to mess around. Not good enough Adobe.

You could try using rgb and rgba colors and giving it some transparency:

.CodeMirror-matchingtag {

background: rgb(255,255,255);

background: rgba(255,255,255,0.9);

}

Legend
January 13, 2017

Does the post below help?

Tag Editing Background Color?