Skip to content

Commit

Permalink
Fixing issue deplorableword#10: Too much italics in <style>
Browse files Browse the repository at this point in the history
  • Loading branch information
deplorableword committed Apr 30, 2011
1 parent 504b809 commit e5f3b38
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 5 deletions.
21 changes: 21 additions & 0 deletions Solarized (dark).tmTheme
Expand Up @@ -375,6 +375,8 @@
<string>meta.selector.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#536871</string>
</dict>
Expand Down Expand Up @@ -410,6 +412,8 @@
<string>meta.property-value.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#269186</string>
</dict>
Expand Down Expand Up @@ -467,6 +471,8 @@
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#268BD2</string>
</dict>
Expand All @@ -491,6 +497,8 @@
<string>entity.other.attribute-name.id.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#268BD2</string>
</dict>
Expand Down Expand Up @@ -598,6 +606,19 @@
<string>#899090</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Comment Block</string>
<key>scope</key>
<string>comment.block.html</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#839496</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Script</string>
Expand Down
33 changes: 28 additions & 5 deletions Solarized (light).tmTheme
Expand Up @@ -30,6 +30,8 @@
<string>comment</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#93A1A1</string>
</dict>
Expand Down Expand Up @@ -373,6 +375,8 @@
<string>meta.selector.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#536871</string>
</dict>
Expand Down Expand Up @@ -408,6 +412,8 @@
<string>meta.property-value.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#269186</string>
</dict>
Expand Down Expand Up @@ -464,8 +470,10 @@
<key>scope</key>
<string>entity.other.attribute-name.class.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#268BD2</string>
</dict>
</dict>
Expand All @@ -488,8 +496,10 @@
<key>scope</key>
<string>entity.other.attribute-name.id.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#268BD2</string>
</dict>
</dict>
Expand Down Expand Up @@ -595,8 +605,21 @@
<key>foreground</key>
<string>#899090</string>
</dict>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Comment Block</string>
<key>scope</key>
<string>comment.block.html</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#839496</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML: Script</string>
<key>scope</key>
Expand Down

0 comments on commit e5f3b38

Please sign in to comment.