Skip to content

Commit

Permalink
Use same color for code blocks and embedded source
Browse files Browse the repository at this point in the history
We now use the same background colors for all forms of embedded code.

Before this change Markdown code blocks such as:

```ruby
puts 'Hello, World!'
```

would start with a light grey background in line 1 and then change to a
darker grey background in line 2.
  • Loading branch information
sanssecours committed Sep 20, 2016
1 parent bb6d6bc commit f479575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Rainbow Dash.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#0000000D</string>
<string>#f5f5f5</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -448,7 +448,7 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#F0F0F0</string>
<string>#f5f5f5</string>
</dict>
</dict>
</array>
Expand Down

0 comments on commit f479575

Please sign in to comment.