File tree 3 files changed +2
-3
lines changed 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
15
15
---------------------
16
16
17
17
* Fixed compatibility with Requests 2.5.1
18
- * Changed the default color ``--style `` from ``solarized `` to ``monokai ``
19
18
* Changed the default JSON ``Content-Type `` to ``application/json `` as UTF-8
20
19
is the default JSON encoding
21
20
Original file line number Diff line number Diff line change 3
3
4
4
"""
5
5
__author__ = 'Jakub Roztocil'
6
- __version__ = '1.0.0-dev '
6
+ __version__ = '0.9.2 '
7
7
__licence__ = 'BSD'
8
8
9
9
Original file line number Diff line number Diff line change 14
14
# great and fruity seems to give the best result there.
15
15
AVAILABLE_STYLES = set (pygments .styles .STYLE_MAP .keys ())
16
16
AVAILABLE_STYLES .add ('solarized' )
17
- DEFAULT_STYLE = 'monokai '
17
+ DEFAULT_STYLE = 'solarized '
18
18
19
19
20
20
class ColorFormatter (FormatterPlugin ):
You can’t perform that action at this time.
0 commit comments