Skip to content

Commit

Permalink
Make plain text within HTML tags white
Browse files Browse the repository at this point in the history
Always intended the text inside tags to be white, but had this in the wrong spot.
  • Loading branch information
memco committed Feb 26, 2015
1 parent f060343 commit 616ebdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Oceanic - Eighties.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<key>name</key>
<string>Foreground</string>
<key>scope</key>
<string>keyword.operator.class, constant.other, source.php.embedded.line</string>
<string>keyword.operator.class, constant.other, source.php.embedded.line, text.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down Expand Up @@ -111,7 +111,7 @@
<key>name</key>
<string>Operator, Misc</string>
<key>scope</key>
<string>keyword.operator, constant.other.color, punctuation, meta.tag, text.html, punctuation.definition.tag, punctuation.definition.tag.*.*, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html</string>
<string>keyword.operator, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.definition.tag.*.*, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down

0 comments on commit 616ebdf

Please sign in to comment.