Skip to content

Commit

Permalink
Dark Styles: Make deleted lines red
Browse files Browse the repository at this point in the history
  • Loading branch information
nemith committed May 14, 2014
1 parent 3c660bf commit 6cb84b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions solarized/dark.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
VIOLET = '#6C71C4'
BLUE = '#268BD2'
CYAN = '#2AA198'
GREEN = '#859900'
GREEN = '#719e07'


class SolarizedDarkStyle(Style):
Expand Down Expand Up @@ -86,9 +86,9 @@ class SolarizedDarkStyle(Style):
Comment.Special: GREEN,

# Generic
Generic.Deleted: CYAN,
Generic.Deleted: RED,
Generic.Emph: 'italic',
Generic.Error: RED,
Generic.Error: RED + ' bold',
Generic.Heading: ORANGE,
Generic.Inserted: GREEN,
# Generic.Output
Expand Down
4 changes: 2 additions & 2 deletions solarized/dark256.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ class SolarizedDark256Style(Style):
Comment.Special: GREEN,

# Generic
Generic.Deleted: CYAN,
Generic.Deleted: RED,
Generic.Emph: 'italic',
Generic.Error: RED,
Generic.Error: RED + ' bold',
Generic.Heading: ORANGE,
Generic.Inserted: GREEN,
# Generic.Output
Expand Down

0 comments on commit 6cb84b5

Please sign in to comment.