Skip to content

Commit 4901105

Browse files
Don't include default_pygments_style.
1 parent 783236a commit 4901105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ptpython/python_input.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ def _create_application(self):
520520
paste_mode=Condition(lambda: self.paste_mode),
521521
mouse_support=Condition(lambda: self.enable_mouse_support),
522522
style=DynamicStyle(lambda: self._current_style),
523+
include_default_pygments_style=False,
523524
reverse_vi_search_direction=True)
524525

525526
def _create_buffer(self):

0 commit comments

Comments
 (0)