Skip to content

Commit

Permalink
Merge pull request #3 from dflock/patch-1
Browse files Browse the repository at this point in the history
Updated monokai.css to support highlighting for diffs
  • Loading branch information
richleland committed Mar 1, 2014
2 parents d4b4e94 + b8e3b9a commit c498e3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion monokai.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,9 @@
.codehilite .vc { color: #f8f8f2 } /* Name.Variable.Class */
.codehilite .vg { color: #f8f8f2 } /* Name.Variable.Global */
.codehilite .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.codehilite .il { color: #ae81ff } /* Literal.Number.Integer.Long */
.codehilite .il { color: #ae81ff } /* Literal.Number.Integer.Long */

.codehilite .gh { } /* Generic Heading & Diff Header */
.codehilite .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
.codehilite .gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
.codehilite .gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */

0 comments on commit c498e3f

Please sign in to comment.