Skip to content

Commit

Permalink
Add diff colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Jun 27, 2014
1 parent 9f8ae26 commit a7a197b
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Lucario.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,56 @@
<string>#F8F8F0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.header</string>
<key>scope</key>
<string>meta.diff, meta.diff.header</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#75715E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#2b3e50</string>
<key>foreground</key>
<string>#F92672</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.inserted</string>
<key>scope</key>
<string>markup.inserted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#2b3e50</string>
<key>foreground</key>
<string>#A6E22E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>diff.changed</string>
<key>scope</key>
<string>markup.changed</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#2b3e50</string>
<key>foreground</key>
<string>#E6DB74</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string>
Expand Down

0 comments on commit a7a197b

Please sign in to comment.