Skip to content

Commit

Permalink
Merge "Tag start/end" and "HTML: Tag Start". Set it to base01 (#586E7…
Browse files Browse the repository at this point in the history
…5). This should fix issue #7 "< and > in HTML".
  • Loading branch information
Zegnat committed Apr 27, 2011
1 parent b9db767 commit e137326
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions Solarized (dark).tmTheme
Expand Up @@ -225,11 +225,11 @@
<key>name</key> <key>name</key>
<string>Tag start/end</string> <string>Tag start/end</string>
<key>scope</key> <key>scope</key>
<string>punctuation.definition.tag.begin, punctuation.definition.tag.end</string> <string>punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end</string>
<key>settings</key> <key>settings</key>
<dict> <dict>
<key>foreground</key> <key>foreground</key>
<string>#93A1A1</string> <string>#586E75</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
Expand Down Expand Up @@ -635,17 +635,6 @@
<string>#BD3800</string> <string>#BD3800</string>
</dict> </dict>
</dict> </dict>
<dict>
<key>name</key>
<string>HTML: Tag Start</string>
<key>scope</key>
<string>punctuation.definition.tag.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#586E75</string>
</dict>
</dict>
<dict> <dict>
<key>name</key> <key>name</key>
<string>HTML: =</string> <string>HTML: =</string>
Expand Down Expand Up @@ -1792,7 +1781,7 @@
<key>foreground</key> <key>foreground</key>
<string>#536871</string> <string>#536871</string>
</dict> </dict>
</dict> </dict>
<dict> <dict>
<key>name</key> <key>name</key>
<string>Perl: variables</string> <string>Perl: variables</string>
Expand Down

0 comments on commit e137326

Please sign in to comment.