Skip to main content
Legend
January 11, 2017
Answered

Code Coloring in Brackets

  • January 11, 2017
  • 1 reply
  • 1428 views

Has anyone found out what CodeMirror css style colors the id tag? I'd really like the id and the class names to be the same color. At the moment my stylesheet looks like an accident in a paint factory. I think I just about get something right only to add another tag or attribute and another color appears in the stylesheet, lol.

#name {

}

.name {

}

Cheers Os.

The color coding is not that great. There's either far to many colors or not enough, its poor in this day and age given that it's one of the most important aspects of web developer set up.

    This topic has been closed for replies.
    Correct answer BenPleysier

    Have a look at the Less file in this theme GitHub - JTruax/brackets-theme-raven: Dark color scheme based on Dreamweaver CC's Raven theme That should give you an idea of what you are looking for, it colours the code according to the script.

    1 reply

    BenPleysier
    Community Expert
    BenPleysierCommunity ExpertCorrect answer
    Community Expert
    January 11, 2017

    Have a look at the Less file in this theme GitHub - JTruax/brackets-theme-raven: Dark color scheme based on Dreamweaver CC's Raven theme That should give you an idea of what you are looking for, it colours the code according to the script.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    osgood_Author
    Legend
    January 11, 2017

    Brilliant, thanks Ben.

    That's done the job. Not quite sure which css style it was but css  ids and classes are now the same color.

    I'll have to go throguh the html css at some stage and put a few of those right. But now I have something to follow it's going to be easier.

    Os