Skip to content

Commit

Permalink
fix #22 xml attribute colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen committed Feb 10, 2015
1 parent f2c0264 commit 8966d50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Solarized (dark).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,11 @@
<key>name</key>
<string>HTML: something=</string>
<key>scope</key>
<string>text.html.basic entity.other.attribute-name.html</string>
<string>text.html.basic entity.other.attribute-name.html, meta.tag.xml entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#657B83</string>
<string>#b58900</string>
</dict>
</dict>

Expand Down
4 changes: 2 additions & 2 deletions Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,11 @@
<key>name</key>
<string>HTML: something=</string>
<key>scope</key>
<string>text.html.basic entity.other.attribute-name.html</string>
<string>text.html.basic entity.other.attribute-name.html, meta.tag.xml entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#657B83</string>
<string>#b58900</string>
</dict>
</dict>

Expand Down

0 comments on commit 8966d50

Please sign in to comment.