Skip to content

Commit

Permalink
Default --style to "monokai"
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Feb 14, 2015
1 parent 07aaefa commit dd0a4ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ Changelog
*You can click a version name to see a diff with the previous one.*
* `1.0.0-dev`_
* The default color ``--style`` is now ``fruity`` (was ``solarized``).
* The default color ``--style`` is now ``monokai`` (was ``solarized``).
* Changed the default JSON ``Content-Type``
from ``application/json; charset=utf-8`` to ``application/json``
as UTF-8 is the default encoding for JSON.
Expand Down
Binary file modified httpie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion httpie/output/formatters/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# great and fruity seems to give the best result there.
AVAILABLE_STYLES = set(pygments.styles.STYLE_MAP.keys())
AVAILABLE_STYLES.add('solarized')
DEFAULT_STYLE = 'fruity'
DEFAULT_STYLE = 'monokai'


class ColorFormatter(FormatterPlugin):
Expand Down

0 comments on commit dd0a4ab

Please sign in to comment.