File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1314,7 +1314,7 @@ Changelog
1314
1314
* You can click a version name to see a diff with the previous one.*
1315
1315
1316
1316
* ` 1.0.0-dev` _
1317
- * The default color ` ` --style` ` is now ` ` fruity ` ` (was ` ` solarized` ` ).
1317
+ * The default color ` ` --style` ` is now ` ` monokai ` ` (was ` ` solarized` ` ).
1318
1318
* Changed the default JSON ` ` Content-Type` `
1319
1319
from ` ` application/json; charset=utf-8` ` to ` ` application/json` `
1320
1320
as UTF-8 is the default encoding for JSON.
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 = 'fruity '
17
+ DEFAULT_STYLE = 'monokai '
18
18
19
19
20
20
class ColorFormatter (FormatterPlugin ):
You can’t perform that action at this time.
0 commit comments