I am using Sublime Text 2, which I want to make my default program to work with.
I have a Dreamweaver theme - but I have some problems:
I do not know how to change colors for tags (a, img, form, etc.). There is everything in one color, and not in Dreamweaver CS4 (see. Fig.).

How can I change colors for each?
I have this in my theme code:
<dict> <key>name</key> <string>html img tag</string> <key>scope</key> <string>text.html meta.tag.img - string</string> <key>settings</key> <dict> <key>foreground</key> <string>#6d232eff</string> </dict> </dict> <dict> <key>name</key> <string>html form tag</string> <key>scope</key> <string>text.html meta.tag.form - string</string> <key>settings</key> <dict> <key>foreground</key> <string>#ff9700ff</string> </dict> </dict>
But when I change the colors in the line tag, I donβt work - is something missing?
thanks in advance
source share